/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
"road-eastnet-ikev2": added IKEv2 connection
north #
 echo "initdone"
initdone
north #
 ipsec whack --impair suppress_retransmits
north #
 ipsec auto --up road-eastnet-ikev2
"road-eastnet-ikev2" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"road-eastnet-ikev2" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"road-eastnet-ikev2" #1: processed IKE_SA_INIT response from 192.1.2.23:UDP/500 {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=DH19}, initiating IKE_AUTH
"road-eastnet-ikev2" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with digital-signature and DER_ASN1_DN 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=north.testing.libreswan.org, E=user-north@testing.libreswan.org'; Child SA #2 {ESP <0xESPESP}
"road-eastnet-ikev2" #1: initiator established IKE SA; authenticated peer certificate 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org' and 3nnn-bit RSASSA-PSS with SHA2_512 digital signature issued by 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'
"road-eastnet-ikev2" #2: initiator established Child SA using #1; IPsec tunnel [192.1.3.111/32===192.1.2.23/32] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
north #
 # change ip to a new one and restart pluto
north #
 ../../guestbin/ip.sh address del 192.1.3.33/24 dev eth1
north #
 ../../guestbin/ip.sh address add 192.1.3.34/24 dev eth1
north #
 ../../guestbin/ip.sh 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
"road-eastnet-ikev2": added IKEv2 connection
north #
 ipsec auto --up road-eastnet-ikev2
"road-eastnet-ikev2" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"road-eastnet-ikev2" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"road-eastnet-ikev2" #1: processed IKE_SA_INIT response from 192.1.2.23:UDP/500 {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=DH19}, initiating IKE_AUTH
"road-eastnet-ikev2" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with digital-signature and DER_ASN1_DN 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=north.testing.libreswan.org, E=user-north@testing.libreswan.org'; Child SA #2 {ESP <0xESPESP}
"road-eastnet-ikev2" #1: initiator established IKE SA; authenticated peer certificate 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org' and 3nnn-bit RSASSA-PSS with SHA2_512 digital signature issued by 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'
"road-eastnet-ikev2" #2: initiator established Child SA using #1; IPsec tunnel [192.1.3.111/32===192.1.2.23/32] {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
#2: "road-eastnet-ikev2", type=ESP, add_time=1234567890, inBytes=0, outBytes=0, maxBytes=2^63B, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org'
north #
