blob: 283099acb57e01cf323b213a938a0c9720233bc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
sun::iptables -t mangle -v -n -L PREROUTING
sun::ipsec stop
alice::ipsec stop
venus::ipsec stop
alice::iptables-restore < /etc/iptables.flush
venus::iptables-restore < /etc/iptables.flush
sun::iptables-restore < /etc/iptables.flush
sun::ip route del 10.1.0.0/16 via PH_IP_MOON
sun::conntrack -F
sun::rm /etc/mark_updown
moon::iptables -t nat -F
moon::conntrack -F
|