/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 IKEv1 connection
west #
 ipsec add west-cuckoo-1
"west-cuckoo-1": added IKEv1 connection
west #
 ipsec add west-cuckoo-2
"west-cuckoo-2": added IKEv1 connection
west #
 echo "initdone"
initdone
west #
 ipsec up west-cuckold
"west-cuckold" #1: initiating IKEv1 Main Mode connection
"west-cuckold" #1: sent Main Mode request
"west-cuckold" #1: sent Main Mode I2
"west-cuckold" #1: sent Main Mode I3
"west-cuckold" #1: Peer ID is ID_FQDN: '@east'
"west-cuckold" #1: ISAKMP SA established {auth=PRESHARED_KEY cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"west-cuckold" #2: initiating Quick Mode IKEv1+PSK+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
"west-cuckold" #2: sent Quick Mode request
"west-cuckold" #2: STATE_QUICK_I1: 5 second timeout exceeded after 4 retransmits.  No acceptable response to our first Quick Mode message: perhaps peer likes no proposal
"west-cuckold" #2: connection is supposed to remain up; revival attempt 1 scheduled in 0 seconds
"west-cuckold" #2: IMPAIR: revival: skip scheduling revival event
"west-cuckold" #2: deleting IPsec SA (QUICK_I1) and NOT sending notification
west #
 ipsec up west-cuckoo-1
"west-cuckoo-1" #3: initiating Quick Mode IKEv1+PSK+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
"west-cuckoo-1" #3: sent Quick Mode request
"west-cuckoo-1" #3: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 DPD=passive}
west #
 ipsec up west-cuckoo-2
"west-cuckoo-2" #4: initiating Quick Mode IKEv1+PSK+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
"west-cuckoo-2" #4: sent Quick Mode request
"west-cuckoo-2" #4: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 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
#3: "west-cuckoo-1", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
#4: "west-cuckoo-2", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
west #
 ipsec down west-cuckold
"west-cuckold": marking connection down, ISAKMP SA #1 is shared with "west-cuckoo-2", "west-cuckoo-1"
west #
 ipsec down west-cuckoo-1
"west-cuckoo-1": initiating delete of connection's ISAKMP SA #3
"west-cuckoo-1" #3: deleting IPsec SA (QUICK_I2) and sending notification using ISAKMP SA "west-cuckold" #1
"west-cuckoo-1" #3: ESP traffic information: in=84B out=84B
west #
 ipsec down west-cuckoo-2
"west-cuckoo-2": initiating delete of connection's ISAKMP SA #4
"west-cuckoo-2" #4: deleting IPsec SA (QUICK_I2) and sending notification using ISAKMP SA "west-cuckold" #1
"west-cuckoo-2" #4: ESP traffic information: in=84B out=84B
west #
 # should not be needed
west #
 ipsec down west-cuckold
"west-cuckold": initiating delete of connection's ISAKMP SA #1
"west-cuckold" #1: deleting ISAKMP SA (MAIN_I4) and sending notification
west #
 # non-zero counts confirm encrypted traffic flowing
west #
 ipsec trafficstatus
west #
 
