blob: 343fcc15b880928421ad7731ff6c1e97287c2dfe (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
moon::iptables-restore < /etc/iptables.flush
sun::iptables-restore < /etc/iptables.flush
sun::rm /etc/mark_updown
|