road:~#
 ifconfig eth0 inet 192.1.3.210
road:~#
 route delete -net default 
SIOCDELRT: No such process
road:~#
 route add -net default gw 192.1.3.254
road:~#
 netstat -rne
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.1.3.0       0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         192.1.3.254     0.0.0.0         UG    0      0        0 eth0
road:~#
 named
road:~#
 sleep 2
road:~#
 /testing/pluto/bin/look-for-txt roadtxt.uml.freeswan.org AQNxbOBmD
LOOK-FOR-TXT FOUND AQNxbOBmD
road:~#
 TESTNAME=oe-road-02
road:~#
 source /testing/pluto/bin/roadlocal.sh
road:~#
 ipsec setup start
ipsec_setup: Starting Libreswan IPsec VERSION
road:~#
 /testing/pluto/oe-road-01/policy-wait.sh
road:~#
 echo done
done
road:~#
 : turn on debugging
road:~#
 ipsec whack --debug-control --debug-oppo --debug-dns
road:~#
 : check out config
road:~#
 ipsec eroute
0          0.0.0.0/0          -> 0.0.0.0/0          => %trap
0          192.1.3.210/32     -> 0.0.0.0/0          => %trap
0          192.1.3.210/32     -> 192.0.2.2/32       => %trap
0          192.1.3.210/32     -> 192.1.2.129/32     => %pass
0          192.1.3.210/32     -> 192.1.2.130/32     => %pass
0          192.1.3.210/32     -> 192.1.2.254/32     => %pass
road:~#
 ping -c 4 -n 192.0.2.2
PING 192.0.2.2 (192.0.2.2): 56 data bytes
64 bytes from 192.0.2.2: icmp_seq=0 ttl=257 time=999 ms
64 bytes from 192.0.2.2: icmp_seq=1 ttl=257 time=999 ms
64 bytes from 192.0.2.2: icmp_seq=2 ttl=257 time=999 ms
64 bytes from 192.0.2.2: icmp_seq=3 ttl=257 time=999 ms

--- 192.0.2.2 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 3.1/4.5/9.26 ms
road:~#
 : transfer some data
road:~#
 nc -w 5 192.0.2.2 2 | wc -l
    831
road:~#
 if ! ipsec eroute | grep -q tun ; then echo 'MISSING TUNNEL!' ; ipsec eroute ; ipsec auto --status ; else echo 'found expected tunnel' ; fi
found expected tunnel
road:~#
 

road:~#
road:~#
 : ==== start ====
road:~#
 ipsec setup stop
IPSEC EVENT: KLIPS device ipsec0 shut down.
ipsec_setup: Stopping Libreswan IPsec...
road:~#
 kill `cat /var/run/klogd.pid`; cat /tmp/klog.log
klogd 1.3-3#33.1, log source = /proc/kmsg started.
road:~#
 halt -p -f
Power down.

