/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
west #
 # ensure that clear text does not get through
west #
 iptables -A INPUT -i eth1 -s 192.0.2.0/24 -j DROP
west #
 iptables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT
west #
 iptables -I INPUT -i eth1 -p tcp -j ACCEPT
west #
 # confirm clear text does not get through
west #
 ../../guestbin/ping-once.sh --down -I 192.0.1.254 192.0.2.254
down
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --impair revival
west #
 ipsec add tcp
"tcp": added IKEv2 connection
west #
 ipsec add udp
"udp": added IKEv2 connection
west #
 echo "initdone"
initdone
west #
 ipsec up tcp && ../../guestbin/ping-once.sh --up   -I 192.0.1.254 192.0.2.254 && ipsec down tcp || true
"tcp" #1: initiating IKEv2 connection to 192.1.2.23 using TCP
"tcp" #1: sent IKE_SA_INIT request to 192.1.2.23:TCP/4500
"tcp" #1: processed IKE_SA_INIT response from 192.1.2.23:TCP/4500 {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=DH19}, initiating IKE_AUTH
"tcp" #1: sent IKE_AUTH request to 192.1.2.23:TCP/4500
"tcp" #1: initiator established IKE SA; authenticated peer using authby=secret and ID_FQDN '@east'
"tcp" #2: initiator established Child SA using #1; IPsec tunnel [192.0.1.0/24===192.0.2.0/24] {ESPinTCP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
up
"tcp": initiating delete of connection's IKE SA #1 (and Child SA #2)
"tcp" #1: sent INFORMATIONAL request to delete IKE SA
"tcp" #2: ESP traffic information: in=84B out=84B
"tcp" #1: deleting IKE SA (established IKE SA)
west #
 ipsec up udp && ../../guestbin/ping-once.sh --down -I 192.0.1.254 192.0.2.254 && ipsec down udp || true
"udp" #3: initiating IKEv2 connection to 192.1.2.23 using UDP
"udp" #3: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"udp" #3: IKE_SA_INIT_I: 10 second timeout exceeded after 5 retransmits.  No response (or no acceptable response) to our first IKEv2 message
"udp" #3: connection is supposed to remain up; revival attempt 1 scheduled in 0 seconds
"udp" #3: IMPAIR: revival: skip scheduling revival event
"udp" #3: deleting IKE SA (sent IKE_SA_INIT request)
west #
 
