--- east.console.txt 1970-01-01 00:00:00.000000000 +0000 +++ OUTPUT/east.console.txt 2019-08-26 13:11:07.758448139 +0000 @@ -0,0 +1,26 @@ +# 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 connection description "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 +