blob: 23ebee582523c49f02ba135cce2af35602075cb6 (
plain)
1
2
3
4
5
6
7
|
moon::swanctl --terminate --ike host-host 2> /dev/null
moon::systemctl stop strongswan-swanctl
sun::systemctl stop strongswan-swanctl
moon::iptables-restore < /etc/iptables.flush
sun::iptables-restore < /etc/iptables.flush
moon::sysctl --pattern net.ipv4.conf.all.rp_filter --system
sun::sysctl --pattern net.ipv4.conf.all.rp_filter --system
|