/testing/guestbin/swan-prep --x509
Preparing X.509 files
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add road-east-x509-ipv4
002 "road-east-x509-ipv4": added IKEv2 connection
road #
 ipsec whack --impair revival
road #
 ipsec whack --impair suppress-retransmits
road #
 echo "initdone"
initdone
road #
 #!/bin/sh
road #
 ../../guestbin/ping-once.sh --up 192.1.2.23
up
road #
 ipsec auto --up road-east-x509-ipv4
1v2 "road-east-x509-ipv4"[1] 192.1.2.23 #1: initiating IKEv2 connection
1v2 "road-east-x509-ipv4"[1] 192.1.2.23 #1: sent IKE_SA_INIT request
1v2 "road-east-x509-ipv4"[1] 192.1.2.23 #1: sent IKE_AUTH request {auth=IKEv2 cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "road-east-x509-ipv4"[1] 192.1.2.23 #1: 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'
002 "road-east-x509-ipv4"[1] 192.1.2.23 #2: received INTERNAL_IP4_ADDRESS 192.0.2.100
002 "road-east-x509-ipv4"[1] 192.1.2.23 #2: negotiated connection [192.0.2.100-192.0.2.100:0-65535 0] -> [0.0.0.0-255.255.255.255:0-65535 0]
004 "road-east-x509-ipv4"[1] 192.1.2.23 #2: IPsec SA established tunnel mode {ESPinUDP=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE NATOA=none NATD=192.1.2.23:4500 DPD=passive}
road #
 ../../guestbin/ping-once.sh --up -I 192.0.2.100 192.1.2.23
up
road #
 ipsec whack --trafficstatus
006 #2: "road-east-x509-ipv4"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org', lease=192.0.2.100/32
road #
 ipsec whack --impair rekey-initiate-subnet
road #
 ipsec whack --rekey-ipsec --name road-east-x509-ipv4 --async
road #
 echo "sleep 40 seconds to let rekey happen and fail"
sleep 40 seconds to let rekey happen and fail
road #
 sleep 40
road #
 # only #2 and not #3
road #
 ipsec trafficstatus
006 #2: "road-east-x509-ipv4"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org', lease=192.0.2.100/32
road #
 # should find a match on both east and road
road #
 grep "Notify Message Type: v2N_TS_UNACCEPTABLE" /tmp/pluto.log
|    Notify Message Type: v2N_TS_UNACCEPTABLE (0x26)
road #
 
