/testing/guestbin/swan-prep --46 --nokey
Creating empty NSS database
west #
 ../../guestbin/ip.sh address show eth0 | grep global | sort
    inet 192.0.1.254/24 scope global eth0
    inet6 2001:db8:0:1::254/64 scope global
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --impair revival
west #
 ipsec add west-cuckold
"west-cuckold": added IKEv2 connection
west #
 ipsec add west-cuckoo
"west-cuckoo": added IKEv2 connection
west #
 echo "initdone"
initdone
west #
 ipsec up west-cuckold
"west-cuckold" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"west-cuckold" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"west-cuckold" #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
"west-cuckold" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500
"west-cuckold" #1: initiator established IKE SA; authenticated peer using authby=secret and ID_FQDN '@east'
"west-cuckold" #2: initiator established Child SA using #1; IPsec tunnel [192.0.3.0/24===192.0.2.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
west #
 ipsec up west-cuckoo
"west-cuckoo" #3: initiating Child SA using IKE SA #1
"west-cuckoo" #3: sent CREATE_CHILD_SA request to create Child SA using IKE SA #1
"west-cuckoo" #3: initiator established Child SA using #1; IPsec tunnel [192.0.3.0/24===192.0.20.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE-DH19 DPD=passive}
west #
 ../../guestbin/ping-once.sh --up 192.0.2.254
up
west #
 ../../guestbin/ping-once.sh --up 192.0.20.254
up
west #
 ipsec trafficstatus
#2: "west-cuckold", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
#3: "west-cuckoo", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
west #
 ipsec down west-cuckoo
"west-cuckoo": terminating SAs using this connection
"west-cuckoo" #3: ESP traffic information: in=84B out=84B
west #
 ipsec down west-cuckold
"west-cuckold": terminating SAs using this connection
"west-cuckold" #1: sent INFORMATIONAL request to delete IKE SA
"west-cuckold" #2: ESP traffic information: in=84B out=84B
"west-cuckold" #1: deleting IKE SA (established IKE SA)
west #
 # non-zero counts confirm encrypted traffic flowing
west #
 ipsec trafficstatus
west #
 
