/testing/guestbin/swan-prep --nokeys
Initializing NSS database
north #
 /testing/x509/import.sh real/mainca/north.p12
 ipsec pk12util -w nss-pw -i real/mainca/north.p12
pk12util: PKCS12 IMPORT SUCCESSFUL
 ipsec certutil -M -n mainca -t CT,,
 ipsec certutil -O -n north
"mainca" [E=testing@libreswan.org,CN=Libreswan test CA for mainca,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
  "north" [E=user-north@testing.libreswan.org,CN=north.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
north #
 /testing/x509/import.sh real/mainca/east.end.cert
 ipsec certutil -A -n east -t P,, -i real/mainca/east.end.cert
 ipsec certutil -O -n east
"mainca" [E=testing@libreswan.org,CN=Libreswan test CA for mainca,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
  "east" [E=user-east@testing.libreswan.org,CN=east.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
north #
 ipsec start
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 ipsec auto --add road-eastnet-ikev2
"road-eastnet-ikev2": added oriented 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 ke=DH19}, initiating IKE_AUTH
"road-eastnet-ikev2" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with digital-signature RSASSA-PSS with SHA2_512 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} [192.1.3.111/32===192.1.2.23/32]
"road-eastnet-ikev2" #1: processing IKE_AUTH response from 192.1.2.23:UDP/500 containing SK{IDr,CERT,AUTH,SA,TSi,TSr} reassembled from N fragments
"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 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-route.sh 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 oriented 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 ke=DH19}, initiating IKE_AUTH
"road-eastnet-ikev2" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with digital-signature RSASSA-PSS with SHA2_512 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} [192.1.3.111/32===192.1.2.23/32]
"road-eastnet-ikev2" #1: processing IKE_AUTH response from 192.1.2.23:UDP/500 containing SK{IDr,CERT,AUTH,SA,TSi,TSr} reassembled from N fragments
"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 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 #
