/testing/guestbin/swan-prep
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add static
002 "static": added IKEv2 connection
road #
 ipsec auto --asynchronous --up static
1v2 "static" #1: initiating IKEv2 connection
road #
 # there should be one tunnel, but there can be two. If two,
road #
 # their reqid cannot be the same.
road #
 ipsec trafficstatus
006 #3: "static", type=ESP, add_time=1234567890, inBytes=0, outBytes=0, id='@east'
road #
 ip xfrm state
src 192.1.2.23 dst 192.1.3.209
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 32 flag af-unspec
	aead rfc4106(gcm(aes)) 0xENCAUTHKEY 128
src 192.1.3.209 dst 192.1.2.23
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 32 flag af-unspec
	aead rfc4106(gcm(aes)) 0xENCAUTHKEY 128
road #
 ip xfrm pol
src 192.0.1.0/24 dst 192.0.2.0/24 
	dir out priority 2084814 ptype main 
	tmpl src 192.1.3.209 dst 192.1.2.23
		proto esp reqid 16389 mode tunnel
src 192.0.2.0/24 dst 192.0.1.0/24 
	dir fwd priority 2084814 ptype main 
	tmpl src 192.1.2.23 dst 192.1.3.209
		proto esp reqid 16389 mode tunnel
src 192.0.2.0/24 dst 192.0.1.0/24 
	dir in priority 2084814 ptype main 
	tmpl src 192.1.2.23 dst 192.1.3.209
		proto esp reqid 16389 mode tunnel
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
road #
 # test packet flow
road #
 ip addr add 192.0.1.254/24 dev eth0
road #
 ../../guestbin/ping-once.sh --up -I 192.0.1.254 192.0.2.254
up
road #
 # did it split over two IPsec SA's or not? just curious
road #
 ipsec trafficstatus
006 #3: "static", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, id='@east'
road #
 # delete one of the two identical conns
road #
 ipsec whack --deletestate 1
021 no state #1 to delete
road #
 ipsec trafficstatus
006 #3: "static", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, id='@east'
road #
 ../../guestbin/ping-once.sh --up -I 192.0.1.254 192.0.2.254
up
road #
 ipsec status |grep STATE_
000 #2: "static":500 STATE_V2_ESTABLISHED_IKE_SA (established IKE SA); REKEY in XXs; newest ISAKMP; idle;
000 #3: "static":500 STATE_V2_ESTABLISHED_CHILD_SA (established Child SA); REKEY in XXs; newest IPSEC; eroute owner; isakmp#2; idle;
road #
 
