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