You can delete them based on what they’re doing:

iptables -D INPUT -s 127.0.0.1 -p tcp --dport 111 -j ACCEPT

Or you can delete them based on their number and chain name:

iptables -D INPUT 4
posted on 2013-07-10 21:43  孤剑  阅读(243)  评论(0编辑  收藏  举报