blob: b0225c37e2f5468f8098e7fca7b3d0b398a7fa24 (
plain)
1
2
3
4
5
6
7
|
sun::iptables -t mangle -n -v -L PREROUTING
sun::iptables -t nat -n -v -L
moon::ipsec stop
sun::ipsec stop
moon::iptables-restore < /etc/iptables.flush
sun::iptables-restore < /etc/iptables.flush
sun::conntrack -F
|