For documentation purposes the new folders ikev1-algs, ikev2-algs, ikev1-multi-ca and ikev2-multi-ca have been created. Most of the test cases have now been converted to the vici interface. The remaining legacy stroke scenarios yet to be converted have been put into the ikev2-stroke-bye folder. For documentation purposes some legacy stroke scenarios will be kept in the ikev1-stroke, ikev2-stroke and ipv6-stroke folders.
13 lines
546 B
Plaintext
Executable File
13 lines
546 B
Plaintext
Executable File
carol::iptables-restore < /etc/iptables.rules
|
|
moon::systemctl start strongswan
|
|
carol::systemctl start strongswan
|
|
dave::systemctl start strongswan
|
|
moon::expect-connection carol
|
|
carol::expect-connection moon
|
|
carol::swanctl --initiate --child moon 2> /dev/null
|
|
carol::iptables -D INPUT -i eth0 -p udp --dport 500 --sport 500 -j ACCEPT
|
|
carol::iptables -D OUTPUT -o eth0 -p udp --dport 500 --sport 500 -j ACCEPT
|
|
moon::sed -i 's/192.168.0.100/192.168.0.200/g' /etc/hosts
|
|
dave::expect-connection moon
|
|
dave::swanctl --initiate --child moon 2> /dev/null
|