use conntrack -F to flush NAT states

This commit is contained in:
Andreas Steffen
2007-03-07 04:29:13 +00:00
parent 764804739f
commit 854b4e4460
6 changed files with 8 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