/testing/guestbin/swan-prep --x509
Preparing X.509 files
north #
 ipsec start
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 ipsec auto --add road-eastnet-ikev2
002 "road-eastnet-ikev2": added IKEv2 connection
north #
 echo "initdone"
initdone
north #
 ipsec whack --impair suppress-retransmits
north #
 ipsec auto --up road-eastnet-ikev2
1v2 "road-eastnet-ikev2" #1: initiating IKEv2 connection
1v2 "road-eastnet-ikev2" #1: sent IKE_SA_INIT request
1v2 "road-eastnet-ikev2" #1: sent IKE_AUTH request {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "road-eastnet-ikev2" #1: established IKE SA; authenticated using RSA with SHA2_512 and peer certificate 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org' issued by CA 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'
004 "road-eastnet-ikev2" #2: established Child SA using #1; IPsec tunnel [192.1.3.111-192.1.3.111:0-65535 0] -> [192.1.2.23-192.1.2.23:0-65535 0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
north #
 # change ip to a new one and restart pluto
north #
 ip addr del 192.1.3.33/24 dev eth1
north #
 ip addr add 192.1.3.34/24 dev eth1
north #
 ip route add 0.0.0.0/0 via 192.1.3.254 dev eth1
north #
 killall -9 pluto
north #
 ipsec restart
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 # temp while the test still fails
north #
 ipsec whack --impair suppress-retransmits
north #
 ipsec auto --add road-eastnet-ikev2
002 "road-eastnet-ikev2": added IKEv2 connection
north #
 ipsec auto --up road-eastnet-ikev2
1v2 "road-eastnet-ikev2" #1: initiating IKEv2 connection
1v2 "road-eastnet-ikev2" #1: sent IKE_SA_INIT request
1v2 "road-eastnet-ikev2" #1: sent IKE_AUTH request {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "road-eastnet-ikev2" #1: established IKE SA; authenticated using RSA with SHA2_512 and peer certificate 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org' issued by CA 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'
004 "road-eastnet-ikev2" #2: established Child SA using #1; IPsec tunnel [192.1.3.111-192.1.3.111:0-65535 0] -> [192.1.2.23-192.1.2.23:0-65535 0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
north #
 echo done
done
north #
 # should not match anything
north #
 grep "already in use" /tmp/pluto.log
north #
 # should only show 1 connection
north #
 ipsec whack --trafficstatus
006 #2: "road-eastnet-ikev2", type=ESP, add_time=1234567890, inBytes=0, outBytes=0, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org'
north #
 
