iptables -t nat -F
nic #
 iptables -F
nic #
 # A tunnel should have established with non-zero byte counters
nic #
 ipsec whack --trafficstatus
-bash: ipsec: command not found
nic #
 grep "negotiated connection" /tmp/pluto.log
grep: /tmp/pluto.log: No such file or directory
nic #
 # you should see both RSA and NULL
nic #
 grep IKEv2_AUTH_ OUTPUT/*pluto.log
OUTPUT/east.pluto.log:|    auth method: IKEv2_AUTH_RSA (0x1)
OUTPUT/east.pluto.log:|    auth method: IKEv2_AUTH_NULL (0xd)
OUTPUT/road.pluto.log:|    auth method: IKEv2_AUTH_RSA (0x1)
OUTPUT/road.pluto.log:|    auth method: IKEv2_AUTH_NULL (0xd)
nic #
nic #
 if [ -n "`ls /tmp/core* 2>/dev/null`" ]; then echo CORE FOUND; mv /tmp/core* OUTPUT/; fi
nic #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

