python-iptables\u7684\u5b98\u65b9\u6587\u6863<\/a><\/p>\nimport iptc\r\n\r\ntable = iptc.Table(iptc.Table.NAT)\r\ntable.autocommit = False # \u4e0d\u52a0\u4ea6\u53ef\uff0c\u4f1a\u81ea\u52a8\u63d0\u4ea4\uff0c\u6b64\u5904\u662f\u624b\u52a8\r\nchain = iptc.Chain(table, \"POSTROUTING\")\r\nfor rule in chain.rules:\r\n if rule.src == f\"{network_segment}\/255.255.255.0\":\r\n chain.delete_rule(rule)\r\ntable.commit()\r\ntable.autocommit = True<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"iptables: Bad rule (does a matching rule exist in that […]<\/p>\n","protected":false},"author":63,"featured_media":158667,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[],"class_list":["post-158663","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/158663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=158663"}],"version-history":[{"count":2,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/158663\/revisions"}],"predecessor-version":[{"id":159084,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/158663\/revisions\/159084"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/158667"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=158663"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=158663"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=158663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}