blob: dbd1738aecb5a6d1e57dba4aa8005bf446ed53fa (
plain)
1
2
3
4
5
6
7
|
moon::iptables-restore < /etc/iptables.rules
carol::iptables-restore < /etc/iptables.rules
moon::systemctl start strongswan-swanctl
carol::systemctl start strongswan-swanctl
moon::expect-connection net
carol::expect-connection home
carol::swanctl --initiate --child home 2> /dev/null
|