/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
west #
 # confirm that the network is alive
west #
 ../../guestbin/wait-until-alive -I 192.0.1.254 192.0.2.254
destination -I 192.0.1.254 192.0.2.254 is alive
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 #
 # 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 suppress_retransmits
west #
 echo "initdone"
initdone
west #
 ../../guestbin/libreswan-up-down.sh westnet-eastnet-esp-null-md5 -I 192.0.1.254 192.0.2.254
"westnet-eastnet-esp-null-md5": added IKEv2 connection
"westnet-eastnet-esp-null-md5" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"westnet-eastnet-esp-null-md5" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"westnet-eastnet-esp-null-md5" #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
"westnet-eastnet-esp-null-md5" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500
"westnet-eastnet-esp-null-md5" #1: initiator established IKE SA; authenticated peer using authby=secret and ID_FQDN '@east'
"westnet-eastnet-esp-null-md5" #2: initiator established Child SA using #1; IPsec tunnel [192.0.1.0/24===192.0.2.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=NULL-HMAC_MD5_96 DPD=passive}
up
"westnet-eastnet-esp-null-md5": initiating delete of connection's IKE SA #1 (and Child SA #2)
"westnet-eastnet-esp-null-md5" #1: sent INFORMATIONAL request to delete IKE SA
"westnet-eastnet-esp-null-md5" #2: ESP traffic information: in=84B out=84B
"westnet-eastnet-esp-null-md5" #1: deleting IKE SA (established IKE SA)
west #
 ../../guestbin/libreswan-up-down.sh westnet-eastnet-esp-null-sha1 -I 192.0.1.254 192.0.2.254
"westnet-eastnet-esp-null-sha1": added IKEv2 connection
"westnet-eastnet-esp-null-sha1" #3: initiating IKEv2 connection to 192.1.2.23 using UDP
"westnet-eastnet-esp-null-sha1" #3: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"westnet-eastnet-esp-null-sha1" #3: 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
"westnet-eastnet-esp-null-sha1" #3: sent IKE_AUTH request to 192.1.2.23:UDP/500
"westnet-eastnet-esp-null-sha1" #3: initiator established IKE SA; authenticated peer using authby=secret and ID_FQDN '@east'
"westnet-eastnet-esp-null-sha1" #4: initiator established Child SA using #3; IPsec tunnel [192.0.1.0/24===192.0.2.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=NULL-HMAC_SHA1_96 DPD=passive}
up
"westnet-eastnet-esp-null-sha1": initiating delete of connection's IKE SA #3 (and Child SA #4)
"westnet-eastnet-esp-null-sha1" #3: sent INFORMATIONAL request to delete IKE SA
"westnet-eastnet-esp-null-sha1" #4: ESP traffic information: in=84B out=84B
"westnet-eastnet-esp-null-sha1" #3: deleting IKE SA (established IKE SA)
west #
 echo done
done
west #
 ../../guestbin/ipsec-kernel-state.sh
west #
 ../../guestbin/ipsec-kernel-policy.sh
west #
 
