/testing/guestbin/swan-prep --hostkeys
Creating NSS database containing host keys
north #
 ipsec start
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 ipsec auto --add north
"north": added IKEv2 connection
north #
 ipsec auto --route north
north #
 echo "initdone"
initdone
north #
 # check policy installed
north #
 ../../guestbin/ipsec-kernel-policy.sh
src 192.0.3.254/32 dst 192.0.2.0/24
	dir out priority PRIORITY ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid 0 mode transport
north #
 # initiate a connection
north #
 ../../guestbin/ping-once.sh --forget -I 192.0.3.254 192.0.2.254
fired and forgotten
north #
 ../../guestbin/wait-for-pluto.sh '^".*#1: sent IKE_SA_INIT request'
"north" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
north #
 ../../guestbin/ipsec-kernel-policy.sh
src 192.0.3.254/32 dst 192.0.2.0/24
	dir out action block priority PRIORITY ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid 0 mode transport
north #
 # wait for it to fail
north #
 ../../guestbin/wait-for-pluto.sh ' second timeout exceeded after '
"north" #1: IKE_SA_INIT_I: 10 second timeout exceeded after 5 retransmits.  No response (or no acceptable response) to our first IKEv2 message
north #
 ../../guestbin/ipsec-kernel-policy.sh
src 192.0.3.254/32 dst 192.0.2.0/24
	dir out priority PRIORITY ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid 0 mode transport
north #
 # let larval state expire
north #
 ../../guestbin/wait-for.sh --no-match 'spi 0x00000000' -- ../../guestbin/ipsec-kernel-state.sh
north #
 # initiate a connection
north #
 ../../guestbin/ping-once.sh --forget -I 192.0.3.254 192.0.2.254
fired and forgotten
north #
 ../../guestbin/wait-for.sh --match north -- ipsec trafficstatus
#3: "north", type=ESP, add_time=1234567890, inBytes=0, outBytes=0, maxBytes=2^63B, id='@east'
north #
 # let larval state expire
north #
 ../../guestbin/wait-for.sh --no-match 'spi 0x00000000' -- ../../guestbin/ipsec-kernel-state.sh
north #
 ../../guestbin/ipsec-kernel-policy.sh
src 192.0.2.0/24 dst 192.0.3.254/32
	dir fwd priority PRIORITY ptype main
	tmpl src 192.1.2.23 dst 192.1.3.33
		proto esp reqid REQID mode tunnel
src 192.0.2.0/24 dst 192.0.3.254/32
	dir in priority PRIORITY ptype main
	tmpl src 192.1.2.23 dst 192.1.3.33
		proto esp reqid REQID mode tunnel
src 192.0.3.254/32 dst 192.0.2.0/24
	dir out priority PRIORITY ptype main
	tmpl src 192.1.3.33 dst 192.1.2.23
		proto esp reqid REQID mode tunnel
north #
 ../../guestbin/ipsec-kernel-state.sh
src 192.1.3.33 dst 192.1.2.23
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec esn
	aead rfc4106(gcm(aes)) 0xENCAUTHKEY 128
	anti-replay esn context:
	 seq-hi 0x0, seq 0xXX, oseq-hi 0x0, oseq 0xXX
	 replay_window 128, bitmap-length 4
	 00000000 00000000 00000000 XXXXXXXX 
src 192.1.2.23 dst 192.1.3.33
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec esn
	aead rfc4106(gcm(aes)) 0xENCAUTHKEY 128
	anti-replay esn context:
	 seq-hi 0x0, seq 0xXX, oseq-hi 0x0, oseq 0xXX
	 replay_window 128, bitmap-length 4
	 00000000 00000000 00000000 XXXXXXXX 
north #
 # confirm flow
north #
 ../../guestbin/ping-once.sh --up -I 192.0.3.254 192.0.2.254
up
north #
 ipsec trafficstatus
#3: "north", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
north #
 # confirm shutdown/cleanup
north #
 ipsec auto --down north
"north": terminating SAs using this connection
"north" #2: sent INFORMATIONAL request to delete IKE SA
"north" #3: ESP traffic information: in=84B out=84B
"north" #2: deleting IKE SA (established IKE SA)
north #
 ../../guestbin/ipsec-kernel-policy.sh
src 192.0.3.254/32 dst 192.0.2.0/24
	dir out priority PRIORITY ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid 0 mode transport
north #
 ../../guestbin/ipsec-kernel-state.sh
north #
 
