/testing/guestbin/swan-prep
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; 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 1.2.3.4
"eastnet-any"[1] 192.1.2.23 #2: received INTERNAL_IP4_DNS 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 #
 ipsec whack --rekey-child --name eastnet-any
"eastnet-any"[1] 192.1.2.23 #3: initiating rekey to replace Child SA #2
"eastnet-any"[1] 192.1.2.23 #3: sent CREATE_CHILD_SA request to rekey Child SA #2 using IKE SA #1 {ESP <0xESPESP}
"eastnet-any"[1] 192.1.2.23 #3: initiator rekeyed Child SA #2 using #1; IPsec tunnel [100.64.13.2/32===192.0.2.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE-DH19 DPD=passive}
"eastnet-any"[1] 192.1.2.23 #2: sent INFORMATIONAL request to delete established Child SA using IKE SA #1
"eastnet-any"[1] 192.1.2.23 #2: ESP traffic information: in=84B out=84B
road #
 # not using: ipsec auto --up eastnet-any
road #
 ../../guestbin/ping-once.sh --up -I 100.64.13.2 192.0.2.254
up
road #
 ipsec whack --trafficstatus
#3: "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 #
 echo done
done
road #
