conntrack -F is used to flush the NAT states

This commit is contained in:
Andreas Steffen
2007-03-07 04:45:12 +00:00
parent 26ad49c8e7
commit 0d1f911065
5 changed files with 7 additions and 3 deletions
@@ -6,3 +6,5 @@ alice::/etc/init.d/iptables stop 2> /dev/null
bob::/etc/init.d/iptables stop 2> /dev/null
moon::iptables -t nat -F
sun::iptables -t nat -F
moon::conntrack -F
sun::conntrack -F