/testing/guestbin/swan-prep east # cp policies/* /etc/ipsec.d/policies/ east # echo "192.1.3.0/24" >> /etc/ipsec.d/policies/private-or-clear east # ipsec start Redirecting to: [initsystem] east # /testing/pluto/bin/wait-until-pluto-started east # # give OE policies time to load east # sleep 5 east # echo "initdone" initdone east # # both ends should only show 1 tunnel` east # ipsec whack --trafficstatus whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) east # # check for a counting bug where total SA's is wrong on east east # ipsec status | grep 'authenticated' whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) east # # verify no packets were dropped due to missing SPD policies east # grep -v -P "\t0$" /proc/net/xfrm_stat XfrmOutNoStates 7 east # east # ../bin/check-for-core.sh east # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi