/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
north #
 ipsec start
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 ../../guestbin/block-non-ipsec.sh
north #
 ipsec auto --add north-east
"north-east": added IKEv1 connection
north #
 ipsec whack --impair suppress_retransmits
north #
 ipsec whack --xauthname 'use1' --xauthpass 'use1pass' --name north-east --initiate
"north-east" #1: initiating IKEv1 Main Mode connection
"north-east" #1: sent Main Mode request
"north-east" #1: sent Main Mode I2
"north-east" #1: sent Main Mode I3
"north-east" #1: Peer ID is FQDN: '@east'
"north-east" #1: ISAKMP SA established {auth=PRESHARED_KEY cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"north-east" #1: prompt for Username:
"north-east" #1: prompt for Password:
"north-east" #1: XAUTH: Answering XAUTH challenge with user='use1'
"north-east" #1: XAUTH client - possibly awaiting CFG_set {auth=PRESHARED_KEY cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"north-east" #1: XAUTH: Successfully Authenticated
"north-east" #1: XAUTH client - possibly awaiting CFG_set {auth=PRESHARED_KEY cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"north-east" #1: modecfg: Sending IP request (MODECFG_I1)
"north-east" #1: received IPv4 lease 192.0.2.101, updating source IP address
"north-east" #1: ISAKMP SA established {auth=PRESHARED_KEY cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"north-east" #2: initiating Quick Mode IKEv1+PSK+ENCRYPT+TUNNEL+PFS+UP+XAUTH+MODECFG_PULL+IKE_FRAG_ALLOW+ESN_NO+ESN_YES {using isakmp#1 msgid:MSGID proposal=AES_CBC-HMAC_SHA1_96, AES_CBC-HMAC_SHA2_512_256, AES_CBC-HMAC_SHA2_256_128, AES_GCM_16_128-NONE, AES_GCM_16_256-NONE, 3DES_CBC-HMAC_SHA1_96, 3DES_CBC-HMAC_SHA2_512_256, 3DES_CBC-HMAC_SHA2_256_128 pfsgroup=MODP2048 192.0.2.101/32===0.0.0.0/0}
"north-east" #2: sent Quick Mode request
"north-east" #2: IPsec SA established tunnel mode {ESPinUDP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 NATD=192.1.2.23:4500 DPD=passive username=use1}
north #
 ../../guestbin/ping-once.sh --up -I 192.0.2.101 192.0.2.254
up
north #
 ipsec whack --trafficstatus
#2: "north-east", username=use1, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, lease=192.0.2.101/32
north #
 echo initdone
initdone
north #
 # on east this should show 2 sets of in/fwd/out policies
north #
 ipsec _kernel state
src 192.1.3.33 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
	encap type espinudp sport 4500 dport 4500 addr 0.0.0.0
	lastused YYYY-MM-DD HH:MM:SS
src 192.1.2.23 dst 192.1.3.33
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec
	auth-trunc hmac(sha1) 0xHASHKEY 96
	enc cbc(aes) 0xENCKEY
	encap type espinudp sport 4500 dport 4500 addr 0.0.0.0
	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 
north #
 ipsec _kernel policy
src 0.0.0.0/0 dst 192.0.2.101/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 0.0.0.0/0 dst 192.0.2.101/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.2.101/32 dst 0.0.0.0/0
	dir out priority PRIORITY ptype main
	tmpl src 192.1.3.33 dst 192.1.2.23
		proto esp reqid REQID mode tunnel
north #
 # check both connections still work on east
north #
 hostname | grep east > /dev/null && ../../guestbin/ping-once.sh --up 192.0.2.101
north #
 hostname | grep east > /dev/null && ../../guestbin/ping-once.sh --up 192.0.2.102
north #
 ipsec whack --trafficstatus
#2: "north-east", username=use1, type=ESP, add_time=1234567890, inBytes=168, outBytes=168, maxBytes=2^63B, lease=192.0.2.101/32
north #
