/testing/guestbin/swan-prep
east #
 ip addr show dev eth0 | grep 192.0.22.251 || (ip addr add 192.0.22.251/24 dev eth0)
east #
 ip addr show dev eth0 | grep 192.0.22.254 || (ip addr add 192.0.22.254/24 dev eth0)
east #
 ip addr show dev eth0 | grep 192.0.2.251 || (ip addr add 192.0.2.251/24 dev eth0)
east #
 ping -c 10000 -I  192.0.2.254  192.0.3.254 2>&1 >/dev/null &
[x] PID
east #
 ping -c 10000 -I  192.0.2.251  192.0.3.254 2>&1 >/dev/null &
[x] PID
east #
 ping -c 10000 -I  192.0.22.254  192.0.3.254 2>&1 >/dev/null &
[x] PID
east #
 ping -c 10000 -I  192.0.22.251  192.0.3.254 2>&1 >/dev/null &
[x] PID
east #
 ipsec start
Redirecting to: systemctl start ipsec.service
east #
 /testing/pluto/bin/wait-until-pluto-started
east #
 ipsec auto --status | grep north-eastnets
east #
 echo "initdone"
initdone
east #
east #
 ../bin/check-for-core.sh
east #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

