/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 suppress-retransmits
road #
 echo "initdone"
initdone
road #
 # establish
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 to 192.1.2.23:500
1v2 "road-east-x509-ipv4"[1] 192.1.2.23 #1: sent IKE_AUTH request {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: initiator established IKE SA; authenticated peer '2nnn-bit RSASSA-PSS with SHA2_512' digital signature using 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
004 "road-east-x509-ipv4"[1] 192.1.2.23 #2: initiator established Child SA using #1; IPsec tunnel [192.0.2.100-192.0.2.100:0-65535 0] -> [0.0.0.0-255.255.255.255:0-65535 0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=active}
road #
 # Tunnel should be up
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, 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', lease=192.0.2.100/32
road #
 # Setting up block via iptables
road #
 iptables -I INPUT -s 192.1.2.23/32 -d 0/0 -j DROP
road #
 iptables -I OUTPUT -d 192.1.2.23/32 -s 0/0 -j DROP
road #
 # wait for tunnel to die and (%trap/%hold) installed
road #
 ../../guestbin/wait-for.sh --no-match '#2' -- ipsec whack --trafficstatus
road #
 ipsec whack --trafficstatus
road #
 ipsec whack --shuntstatus
000 Bare Shunt list:
000  
HOLD SHOULD BE HERE
road #
 # Remove block
road #
 iptables -D INPUT -s 192.1.2.23/32 -d 0/0 -j DROP
road #
 iptables -D OUTPUT -d 192.1.2.23/32 -s 0/0 -j DROP
road #
 # wait for revival
road #
 ../../guestbin/wait-for.sh --match '#04' -- ipsec whack --trafficstatus
timeout waiting 30 seconds for ipsec whack --trafficstatus to match #04
output: 006 #5: "road-east-x509-ipv4"[2] 192.1.2.23, 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', lease=192.0.2.100/32
road #
 ../../guestbin/ping-once.sh --up -I 192.0.2.100 192.1.2.23
up
road #
 ipsec whack --trafficstatus
006 #5: "road-east-x509-ipv4"[2] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, 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', lease=192.0.2.100/32
road #
 
