/testing/guestbin/swan-prep
west #
 # confirm that the network is alive
west #
 ../../guestbin/wait-until-alive -I 192.0.1.254 192.0.2.254
destination -I 192.0.1.254 192.0.2.254 is alive
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add westnet-eastnet-foo
002 "westnet-eastnet-foo": added IKEv2 connection
west #
 ipsec auto --add westnet-eastnet-bar
002 "westnet-eastnet-bar": added IKEv2 connection
west #
 echo "initdone"
initdone
west #
 ipsec auto --up westnet-eastnet-foo
1v2 "westnet-eastnet-foo" #1: initiating IKEv2 connection
1v2 "westnet-eastnet-foo" #1: sent IKE_SA_INIT request to 192.1.2.23:500
1v2 "westnet-eastnet-foo" #1: sent IKE_AUTH request {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "westnet-eastnet-foo" #1: initiator established IKE SA; authenticated peer '2nnn-bit RSASSA-PSS with SHA2_512' digital signature using preloaded certificate '@eastfoo'
004 "westnet-eastnet-foo" #2: initiator established Child SA using #1; IPsec tunnel [192.0.1.0-192.0.1.255:0-65535 0] -> [192.0.2.0-192.0.2.255:0-65535 0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
west #
 # expected to fail
west #
 ipsec whack --impair delete-on-retransmit
west #
 ipsec auto --up westnet-eastnet-bar
1v2 "westnet-eastnet-bar" #3: initiating IKEv2 connection
1v2 "westnet-eastnet-bar" #3: sent IKE_SA_INIT request to 192.1.2.23:500
1v2 "westnet-eastnet-bar" #3: sent IKE_AUTH request {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "westnet-eastnet-bar" #3: IKE SA authentication request rejected by peer: AUTHENTICATION_FAILED
036 "westnet-eastnet-bar" #3: encountered fatal error in state STATE_V2_PARENT_I2
002 "westnet-eastnet-bar" #3: deleting state (STATE_V2_PARENT_I2) and NOT sending notification
002 "westnet-eastnet-bar" #3: deleting IKE SA but connection is supposed to remain up; schedule EVENT_REVIVE_CONNS
west #
 echo done
done
west #
 ipsec whack --shutdown
west #
 
