mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
9 lines
329 B
Plaintext
9 lines
329 B
Plaintext
carol::swanctl --terminate --ike home
|
|
dave::swanctl --terminate --ike home
|
|
carol::service charon stop 2> /dev/null
|
|
dave::service charon stop 2> /dev/null
|
|
moon::service charon stop 2> /dev/null
|
|
moon::iptables-restore < /etc/iptables.flush
|
|
carol::iptables-restore < /etc/iptables.flush
|
|
dave::iptables-restore < /etc/iptables.flush
|