mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
The net-tools package, which provides arp and other older utilities like ifconfig, is not installed anymore on Debian bullseye.
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
carol::swanctl --terminate --ike home
|
|
dave::swanctl --terminate --ike home
|
|
carol::systemctl stop strongswan
|
|
dave::systemctl stop strongswan
|
|
moon::systemctl stop strongswan
|
|
venus::service isc-dhcp-server stop 2> /dev/null
|
|
moon::iptables-restore < /etc/iptables.flush
|
|
carol::iptables-restore < /etc/iptables.flush
|
|
dave::iptables-restore < /etc/iptables.flush
|
|
alice::ip neigh del 10.1.0.30 dev eth0
|
|
alice::ip neigh del 10.1.0.40 dev eth0
|