west:~#
 TESTNAME=x509-pluto-08
west:~#
 source /testing/pluto/bin/westlocal.sh
west:~#
 ping -n -c 4 192.0.2.254
PING 192.0.2.254 (192.0.2.254): 56 data bytes
64 bytes from 192.0.2.254: icmp_seq=0 ttl=257 time=999 ms
64 bytes from 192.0.2.254: icmp_seq=1 ttl=257 time=999 ms
64 bytes from 192.0.2.254: icmp_seq=2 ttl=257 time=999 ms
64 bytes from 192.0.2.254: icmp_seq=3 ttl=257 time=999 ms

--- 192.0.2.254 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 3.1/4.5/9.26 ms
west:~#
 iptables -A INPUT -i eth1 -s 192.0.2.0/24 -j DROP
west:~#
 ping -n -c 4 192.0.2.254
PING 192.0.2.254 (192.0.2.254): 56 data bytes

--- 192.0.2.254 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss
west:~#
 ipsec setup start
ipsec_setup: Starting Libreswan IPsec VERSION
west:~#
 ipsec auto --add westnet-eastnet-x509-cr
west:~#
 /testing/pluto/basic-pluto-01/eroutewait.sh trap
west:~#
 ipsec whack --debug-control --debug-emitting
west:~#
 ipsec auto --up  westnet-eastnet-x509-cr
104 "westnet-eastnet-x509-cr" #1: STATE_MAIN_I1: initiate
106 "westnet-eastnet-x509-cr" #1: STATE_MAIN_I2: sent MI2, expecting MR2
108 "westnet-eastnet-x509-cr" #1: STATE_MAIN_I3: sent MI3, expecting MR3
004 "westnet-eastnet-x509-cr" #1: STATE_MAIN_I4: ISAKMP SA established
112 "westnet-eastnet-x509-cr" #2: STATE_QUICK_I1: initiate
004 "westnet-eastnet-x509-cr" #2: STATE_QUICK_I2: sent QI2, IPsec SA established
west:~#
 echo done
done
west:~#
 ipsec look
west NOW
0.0.0.0/0          -> 0.0.0.0/0          => %trap
192.0.1.0/24       -> 192.0.2.0/24       => tun0xIPIP@192.1.2.23 esp0xESPSPI@192.1.2.23
ipsec0->eth1 mtu=16260(9999)->1500
tun0xTUN#@192.1.2.23 IPIP: dir=out src=192.1.2.45  
esp0xKLIPSPIK@192.1.2.23 ESP_3DES_HMAC_MD5: dir=out src=192.1.2.45 iv_bits=64bits iv=0xIVISFORRANDOM000 ooowin=64 alen=128 aklen=128 eklen=192  
esp0xKLIPSPIK@192.1.2.45 ESP_3DES_HMAC_MD5: dir=in  src=192.1.2.23 iv_bits=64bits iv=0xIVISFORRANDOM000 ooowin=64 alen=128 aklen=128 eklen=192  
tun0xTUN#@192.1.2.45 IPIP: dir=in  src=192.1.2.23 policy=192.0.2.0/24->192.0.1.0/24 flags=0x8<>  
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         192.1.2.254     0.0.0.0         UG       99 0          0 eth1
192.1.2.0       0.0.0.0         255.255.255.0   U        99 0          0 eth1
192.1.2.0       0.0.0.0         255.255.255.0   U        99 0          0 ipsec0
west:~#
 

west:~#
west:~#
 ipsec setup stop
IPSEC EVENT: KLIPS device ipsec0 shut down.
ipsec_setup: Stopping Libreswan IPsec...
