#PATH/sbin/named
nic #
 iptables -F
nic #
 ../../guestbin/tcpdump.sh --start -i eth1
tcpdump started
nic #
 # expect two lines of plain text - there and back
nic #
 ../../guestbin/tcpdump.sh --stop -i eth1 -A | sed -n -e 's/.*PLAINTEXT.*/PLAINTEXT/p'
reading from file OUTPUT/nic.newoe-15-portpass.eth1.tcpdump.pcap, link-type EN10MB (Ethernet)
PLAINTEXT
PLAINTEXT
nic #
 ../../guestbin/ipsec-kernel-state.sh
nic #
 ../../guestbin/ipsec-kernel-policy.sh
nic #
 # A tunnel should have established
nic #
 grep "^[^|].* established Child SA" /tmp/pluto.log
grep: /tmp/pluto.log: No such file or directory
nic #
 
