/testing/guestbin/swan-prep east # ip addr show dev eth0 | grep 192.0.200.254 || ip addr add 192.0.200.254/24 dev eth0:1 east # ip addr show dev eth0 | grep 192.0.201.254 || ip addr add 192.0.201.254/24 dev eth0:1 east # ip route show scope global | grep 192.0.100.0 || ip route add 192.0.100.0/24 via 192.1.2.45 dev eth1 east # ip route show scope global | grep 192.0.101.0 || ip route add 192.0.101.0/24 via 192.1.2.45 dev eth1 east # ipsec start Redirecting to: [initsystem] east # /testing/pluto/bin/wait-until-pluto-started east # ipsec auto --add westnet-eastnet-ikev2a 002 added connection description "westnet-eastnet-ikev2a" east # ipsec auto --add westnet-eastnet-ikev2b 002 added connection description "westnet-eastnet-ikev2b" east # ipsec auto --add westnet-eastnet-ikev2c 002 added connection description "westnet-eastnet-ikev2c" east # echo "initdone" initdone east # ipsec status |grep STATE_ whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) east # # there should be only one IKE_INIT exchange east # grep "STATE_PARENT_I1 with STF_OK" /tmp/pluto.log east # grep "STATE_PARENT_R1 with STF_OK" /tmp/pluto.log east # east # ../bin/check-for-core.sh east # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi