blob: ac707d43680bea9eff9bcdfa9db6f5cc2c5755c0 (
plain)
1
2
3
4
5
6
7
|
moon::iptables-restore < /etc/iptables.rules
sun::iptables-restore < /etc/iptables.rules
moon::service charon start
sun::service charon start
sun::expect-connection mutual
moon::expect-connection mutual
moon::swanctl --initiate --child mutual
|