/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 # ipsec auto --add authenticated 002 added connection description "authenticated" east # # give OE policies time to load east # sleep 5 east # echo "initdone" initdone east # # only east should show 1 tunnel, as road was restarted east # ipsec whack --trafficstatus whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) east # # east shows the authnull is matched on preferred non-null connection, east # # then cannot find a (non-authnull) match and rejects it. So an east # # additional 'authenticated' partial state lingers east # ipsec status | grep STATE_ 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 11 east # east # ../bin/check-for-core.sh east # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi