east:~# TESTNAME=mast-pluto-02 east:~# source /testing/pluto/bin/eastlocal.sh east:~# iptables -I INPUT 1 -i eth1 -s 192.1.2.45/32 -j DROP east:~# iptables -I INPUT 1 -i eth1 -p 50 -j ACCEPT east:~# iptables -I INPUT 1 -i eth1 -p udp --dport 500 -j ACCEPT east:~# iptables -I INPUT 1 -i eth1 -p udp --dport 4500 -j ACCEPT east:~# ipsec setup start ipsec_setup: Starting Libreswan IPsec VERSION east:~# ipsec auto --add west-east east:~# ipsec whack --debug-control --debug-controlmore --debug-klips east:~# /testing/pluto/bin/wait-until-pluto-started east:~# east:~# east:~# if [ -f /tmp/core ]; then echo CORE FOUND; mv /tmp/core /var/tmp; fi east:~#