/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add eastnet-any
"eastnet-any": added IKEv2 connection
road #
 # confirm we have stock resolv.conf
road #
 cat /etc/resolv.conf
domain testing.libreswan.org
nameserver 192.1.3.254
road #
 echo initdone
initdone
road #
 ipsec auto --up eastnet-any
"eastnet-any"[1] 192.1.2.23 #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"eastnet-any"[1] 192.1.2.23 #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"eastnet-any"[1] 192.1.2.23 #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
"eastnet-any"[1] 192.1.2.23 #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with shared-key-mac and FQDN '@GroupID'; Child SA #2 {ESP <0xESPESP}
"eastnet-any"[1] 192.1.2.23 #1: initiator established IKE SA; authenticated peer using authby=secret and FQDN '@east'
"eastnet-any"[1] 192.1.2.23 #2: received INTERNAL_IP4_ADDRESS 100.64.13.2
"eastnet-any"[1] 192.1.2.23 #2: received INTERNAL_IP4_DNS server address 1.2.3.4
"eastnet-any"[1] 192.1.2.23 #2: received INTERNAL_IP4_DNS server address 5.6.7.8
"eastnet-any"[1] 192.1.2.23 #2: received INTERNAL_DNS_DOMAIN 'libreswan.org'
"eastnet-any"[1] 192.1.2.23 #2: up-client output: updating resolvconf
"eastnet-any"[1] 192.1.2.23 #2: initiator established Child SA using #1; IPsec tunnel [100.64.13.2/32===192.0.2.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
road #
 ../../guestbin/ping-once.sh --up -I 100.64.13.2 192.0.2.254
up
road #
 ipsec whack --trafficstatus
#2: "eastnet-any"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east', lease=100.64.13.2/32
road #
 # check to see if our resolv.conf got updated
road #
 cat /etc/resolv.conf
# Generated by Libreswan (IPsec)
domain testing.libreswan.org
search libreswan.org testing.libreswan.org
nameserver 1.2.3.4
nameserver 5.6.7.8
nameserver 192.1.3.254
road #
 # confirm resolv.conf is restored on down
road #
 ipsec auto --down eastnet-any
"eastnet-any"[1] 192.1.2.23: initiating delete of connection's IKE SA #1 (and Child SA #2)
"eastnet-any"[1] 192.1.2.23 #1: sent INFORMATIONAL request to delete IKE SA
"eastnet-any"[1] 192.1.2.23 #2: down-client output: restoring resolvconf
"eastnet-any"[1] 192.1.2.23 #2: ESP traffic information: in=84B out=84B
"eastnet-any"[1] 192.1.2.23 #1: deleting IKE SA (established IKE SA)
road #
 cat /etc/resolv.conf
domain testing.libreswan.org
nameserver 192.1.3.254
road #
 echo done
done
road #
