blob: 46536ef800820d6abcddff88cfc56256e37298fc (
plain)
1
2
3
4
5
6
7
8
|
carol::swanctl --terminate --ike home
carol::systemctl stop strongswan-swanctl
dave::swanctl --terminate --ike home
dave::systemctl stop strongswan-swanctl
moon::systemctl stop strongswan-swanctl
moon::iptables-restore < /etc/iptables.flush
carol::iptables-restore < /etc/iptables.flush
dave::iptables-restore < /etc/iptables.flush
|