blob: 57dc45f996d099346d355c9356e167d66c36e423 (
plain)
1
2
3
4
5
6
7
|
moon::iptables-restore < /etc/iptables.rules
sun::iptables-restore < /etc/iptables.rules
moon::ipsec start
sun::ipsec start
moon::expect-connection net-net
sun::expect-connection net-net
alice::ping -c 3 -W 1 -i 0.2 PH_IP_BOB
|