/testing/guestbin/swan-prep
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add road-east
"road-east": added IKEv2 connection
road #
 ipsec whack --impair suppress_retransmits
road #
 echo "initdone"
initdone
road #
 # there should be only one pub key not road.
road #
 ipsec auto --listpubkeys
 
List of Public Keys:
 
TIMESTAMP, 2192 RSA Key AQO9bJbr3 (no private key), until --- -- --:--:-- ---- ok (expires never)
       FQDN '@east'
TIMESTAMP, 3104 RSA Key AQPHFfpyJ (has private key), until --- -- --:--:-- ---- ok (expires never)
       FQDN '@road.testing.libreswan.org'
road #
 ipsec auto --up road-east-ikev2
"road-east-ikev2" #1: initiating v2 parent SA
"road-east-ikev2" #1: initiate
"road-east-ikev2" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"road-east-ikev2" #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
"road-east-ikev2" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500; Child SA #2 {ESP <0xESPESP}
"road-east-ikev2" #1: initiator established IKE SA; authenticated peer RSA
"road-east-ikev2" #2: initiator established Child SA using #1; IPsec tunnel [192.1.3.209/32===192.1.2.23/32] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
road #
 # there should be two public keys. including road
road #
 ../../guestbin/ping-once.sh --up -I 192.1.3.209 192.1.2.23
PING 192.1.2.23 (192.1.2.23) from 192.1.3.209 : 56(84) bytes of data.
--- 192.1.2.23 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time XXXX
rtt min/avg/max/mdev = 0.XXX/0.XXX/0.XXX/0.XXX ms
road #
 ipsec whack --trafficstatus
#2: "road-east-ikev2", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
road #
 echo done
done
road #
 # east should have two public keys. including road fetched from dns
road #
 ipsec auto --listpubkeys
 
List of Public Keys:
 
TIMESTAMP, 2192 RSA Key AQO9bJbr3 (no private key), until --- -- --:--:-- ---- ok (expires never)
       FQDN '@east'
TIMESTAMP, 3104 RSA Key AQPHFfpyJ (has private key), until --- -- --:--:-- ---- ok (expires never)
       FQDN '@road.testing.libreswan.org'
road #
 ipsec whack --trafficstatus
#2: "road-east-ikev2", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
road #
