/testing/guestbin/swan-prep
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec whack --impair suppress-retransmits
road #
 ipsec auto --add road-east-1
002 "road-east-1": added IKEv2 connection
road #
 echo "initdone"
initdone
road #
 # there should be only one pub key not road.
road #
 ipsec auto --listpubkeys
000  
000 List of Public Keys:
000  
000 TIMESTAMP, 2192 RSA Key AQO9bJbr3 (no private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@east'
000 TIMESTAMP, 3104 RSA Key AQPHFfpyJ (has private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@road.testing.libreswan.org'
road #
 ipsec auto --up road-east-1
1v2 "road-east-1" #1: initiating IKEv2 connection
1v2 "road-east-1" #1: sent IKE_SA_INIT request
1v2 "road-east-1" #1: sent IKE_AUTH request {auth=IKEv2 cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "road-east-1" #1: authenticated using RSA with SHA2_512 and preloaded certificate '@east'
002 "road-east-1" #2: negotiated connection [192.1.3.209-192.1.3.209:0-65535 0] -> [192.1.2.23-192.1.2.23:0-65535 0]
004 "road-east-1" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE NATOA=none NATD=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
up
road #
 ipsec whack --trafficstatus
006 #2: "road-east-1", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, id='@east'
road #
 ipsec auto --listpubkeys
000  
000 List of Public Keys:
000  
000 TIMESTAMP, 2192 RSA Key AQO9bJbr3 (no private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@east'
000 TIMESTAMP, 3104 RSA Key AQPHFfpyJ (has private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@road.testing.libreswan.org'
road #
 # prepare for road restart with new keys
road #
 cp road-2.secrets /etc/ipsec.secrets
road #
 ipsec stop
Redirecting to: [initsystem]
road #
 sleep 2
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec whack --impair suppress-retransmits
road #
 ipsec whack --impair revival
road #
 ipsec auto --add road-east-2
002 "road-east-2": added IKEv2 connection
road #
 ipsec auto --up road-east-2
1v2 "road-east-2" #1: initiating IKEv2 connection
1v2 "road-east-2" #1: sent IKE_SA_INIT request
1v2 "road-east-2" #1: sent IKE_AUTH request {auth=IKEv2 cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "road-east-2" #1: authenticated using RSA with SHA2_512 and preloaded certificate '@east'
002 "road-east-2" #2: negotiated connection [192.1.3.209-192.1.3.209:0-65535 0] -> [192.1.2.23-192.1.2.23:0-65535 0]
004 "road-east-2" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE NATOA=none NATD=none DPD=passive}
road #
 ../../guestbin/ping-once.sh --up -I 192.1.3.209 192.1.2.23
up

