--- east.console.txt 1970-01-01 00:00:00.000000000 +0000 +++ OUTPUT/east.console.txt 2020-10-31 15:25:24.518091134 +0000 @@ -0,0 +1,27 @@ +# 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 # +