# special test case remove easnet ip address east # ip addr show dev eth0 | grep 192.0.2.254 && ip addr del 192.0.2.254/24 dev eth0 inet 192.0.2.254/24 scope global eth0 east # # add ip address of WESTNET east # ip addr show dev eth0 | grep 192.0.1.254 || ip addr add 192.0.1.254/24 dev eth0 east # /testing/guestbin/swan-prep east # ipsec start Redirecting to: [initsystem] east # /testing/pluto/bin/wait-until-pluto-started east # ipsec auto --add north-east 002 added IKEv2 connection "north-east" east # echo "initdone" initdone east # ../bin/check-for-core.sh east # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi east #