iptables -t nat -F
nic #
 iptables -F
nic #
 ipsec look
-bash: ipsec: command not found
nic #
 ipsec whack --trafficstatus
-bash: ipsec: command not found
nic #
 # A tunnel should have established
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_ /tmp/pluto.log
grep: /tmp/pluto.log: No such file or directory
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

