blob: 3dba1d75e8963b0dce0b30197a9ad7277a1ffe93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
moon::iptables-restore < /etc/iptables.rules
carol::iptables-restore < /etc/iptables.rules
moon::cat /etc/tnc_config
carol::cat /etc/tnc_config
carol::rm /etc/swanctl/rsa/*
carol::rm /etc/swanctl/x509/*
moon::service charon start
carol::service charon start
carol::expect-connection home
carol::swanctl --initiate --child home 2> /dev/null
|