{"id":1332,"date":"2013-02-28T10:41:54","date_gmt":"2013-02-28T08:41:54","guid":{"rendered":"http:\/\/blog.sfsoft.it\/?p=1332"},"modified":"2013-02-28T10:41:54","modified_gmt":"2013-02-28T08:41:54","slug":"iptables-list-and-show-all-nat-tables-rules-command","status":"publish","type":"post","link":"http:\/\/www.sfsoft.it\/blog\/2013\/02\/28\/iptables-list-and-show-all-nat-tables-rules-command\/","title":{"rendered":"Iptables List and Show All NAT Tables Rules Command"},"content":{"rendered":"<p>Articolo che spiega i comandi da dare per interrogare iptables:<\/p>\n<p><a href=\"http:\/\/www.cyberciti.biz\/faq\/howto-iptables-show-nat-rules\/\" target=\"_blank\">http:\/\/www.cyberciti.biz\/faq\/howto-iptables-show-nat-rules\/<\/a><\/p>\n<p>In sostanza:<\/p>\n<pre lang=\"bash\">sudo \/sbin\/iptables -L -v -n\r\nsudo \/sbin\/iptables -L -v -n | grep 'something'<\/pre>\n<p>O nel caso della tabella NAT:<\/p>\n<pre lang=\"bash\">sudo \/sbin\/iptables -t nat -L -v -n\r\nsudo \/sbin\/iptables -t nat -L -v -n | grep 'something'<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Articolo che spiega i comandi da dare per interrogare iptables: http:\/\/www.cyberciti.biz\/faq\/howto-iptables-show-nat-rules\/ In sostanza: sudo \/sbin\/iptables -L -v -n sudo \/sbin\/iptables -L -v -n | grep &#8216;something&#8217; O nel caso della tabella NAT: sudo \/sbin\/iptables -t nat -L -v -n sudo \/sbin\/iptables -t nat -L -v -n | grep &#8216;something&#8217; &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[11,15,3,23],"tags":[12,16,39,8],"_links":{"self":[{"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/posts\/1332"}],"collection":[{"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/comments?post=1332"}],"version-history":[{"count":1,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/posts\/1332\/revisions"}],"predecessor-version":[{"id":1333,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/posts\/1332\/revisions\/1333"}],"wp:attachment":[{"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/media?parent=1332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/categories?post=1332"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/tags?post=1332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}