12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
moon::iptables-restore < /etc/iptables.rules
|
|
carol::iptables-restore < /etc/iptables.rules
|
|
moon::systemctl start strongswan
|
|
carol::systemctl start strongswan
|
|
moon::expect-connection icmp
|
|
moon::expect-connection ssh
|
|
carol::expect-connection icmp
|
|
carol::expect-connection ssh
|
|
carol::ping -W 1 -c 1 PH_IP_ALICE > /dev/null
|
|
carol::ssh PH_IP_ALICE hostname
|
|
|