#PATH/sbin/named
nic #
 iptables -F
nic #
 ( tcpdump -i eth1 -l -A & echo $? > /tmp/nic.tcpdump.pid ) > /tmp/nic.tcpdump.log 2>&1
nic #
 # expect two lines of plain text - there and back
nic #
 sed -n -e 's/.*PLAINTEXT.*/PLAINTEXT/p' /tmp/nic.tcpdump.log
PLAINTEXT
PLAINTEXT
nic #
 cp /tmp/nic.tcpdump.log OUTPUT/
nic #
 ../../guestbin/ipsec-look.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 #
 
