 TESTNAME=transport-01
east:~#
 telnet localhost 3 | wc -l
Connection closed by foreign host.
     30
east:~#
 ipsec setup start
ipsec_setup: Starting Openswan IPsec VERSION
east:~#
 ipsec auto --add west--east-port3
east:~#
 ipsec auto --add west--east-pass
east:~#
 ipsec auto --add west--east-pass2
east:~#
 sh /etc/init.d/inetd start
Starting internet superserver: inetd.
east:~#
 /testing/pluto/bin/wait-until-pluto-started
east:~#
 ipsec auto --route west--east-pass
east:~#
 ipsec auto --route west--east-pass2
east:~#
 ipsec eroute
0          192.0.2.254/32     -> 192.1.2.45/32      => %pass
0          192.1.2.23/32      -> 192.1.2.45/32      => %pass
east:~#
 ipsec whack --debug-control --debug-controlmore --debug-crypt
east:~#
 

east:~#
east:~#
 if [ -f /tmp/core ]; then echo CORE FOUND; mv /tmp/core /var/tmp; fi
east:~#

