1 iptables -t filter -A INPUT -m comment --comment '' -j ACCEPT
2 iptables -t filter -A INPUT -m comment --comment foo -j DROP
3 iptables -t filter -A INPUT -m comment --comment foobar -j ACCEPT
4 iptables -t filter -A INPUT -m comment --comment fbar -j DROP