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_DIGSIG (0xe)
OUTPUT/east.pluto.log:|    auth method: IKEv2_AUTH_NULL (0xd)
OUTPUT/road.pluto.log:|    auth method: IKEv2_AUTH_DIGSIG (0xe)
OUTPUT/road.pluto.log:|    auth method: IKEv2_AUTH_NULL (0xd)
nic #
nic #
 ../bin/check-for-core.sh
nic #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

