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