/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
road #
 ifconfig eth0 inet 192.1.3.174
road #
 route add -net default gw 192.1.3.254
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add road-east-psk
"road-east-psk": added IKEv1 connection
road #
 echo "initdone"
initdone
road #
 ipsec whack --debug-all
road #
 ipsec auto --up road-east-psk
"road-east-psk" #1: initiating IKEv1 Main Mode connection
"road-east-psk" #1: sent Main Mode request
"road-east-psk" #1: sent Main Mode I2
"road-east-psk" #1: sent Main Mode I3
"road-east-psk" #1: ISAKMP SA established {auth=PRESHARED_KEY cipher=3DES_CBC_192 integ=HMAC_SHA1 group=MODP2048}
"road-east-psk" #2: initiating Quick Mode IKEv1+PSK+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
"road-east-psk" #2: sent Quick Mode request
"road-east-psk" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 DPD=passive}
road #
 ../../guestbin/ping-once.sh --up 192.1.2.23
up
road #
 ipsec whack --trafficstatus
#2: "road-east-psk", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='192.1.2.23'
road #
 echo done
done
road #
 ../../guestbin/ipsec-kernel-state.sh
src 192.1.3.174 dst 192.1.2.23
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec
	auth-trunc hmac(sha1) 0xHASHKEY 96
	enc cbc(aes) 0xENCKEY
	lastused YYYY-MM-DD HH:MM:SS
src 192.1.2.23 dst 192.1.3.174
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec
	auth-trunc hmac(sha1) 0xHASHKEY 96
	enc cbc(aes) 0xENCKEY
	lastused YYYY-MM-DD HH:MM:SS
	anti-replay esn context:
	 seq-hi 0x0, seq 0xXX, oseq-hi 0x0, oseq 0xXX
	 replay_window 128, bitmap-length 4
	 00000000 00000000 00000000 XXXXXXXX 
road #
 ../../guestbin/ipsec-kernel-policy.sh
src 192.1.2.23/32 dst 192.1.3.174/32
	dir fwd priority PRIORITY ptype main
	tmpl src 192.1.2.23 dst 192.1.3.174
		proto esp reqid REQID mode tunnel
src 192.1.2.23/32 dst 192.1.3.174/32
	dir in priority PRIORITY ptype main
	tmpl src 192.1.2.23 dst 192.1.3.174
		proto esp reqid REQID mode tunnel
src 192.1.3.174/32 dst 192.1.2.23/32
	dir out priority PRIORITY ptype main
	tmpl src 192.1.3.174 dst 192.1.2.23
		proto esp reqid REQID mode tunnel
road #
 
