blob: a416536400e9051a964881684ff9ca96de1805dc (
plain)
1
2
3
4
5
6
7
|
sun::systemctl stop strongswan-swanctl
alice::systemctl stop strongswan-swanctl
venus::systemctl stop strongswan-swanctl
alice::iptables-restore < /etc/iptables.flush
venus::iptables-restore < /etc/iptables.flush
sun::iptables-restore < /etc/iptables.flush
moon::iptables -t nat -F
|