/testing/guestbin/swan-prep --hostkeys
Creating NSS database containing host keys
north #
 ipsec start
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 ipsec auto --add north-east
"north-east": added IKEv2 connection
north #
 ipsec whack --impair suppress_retransmits
north #
 # road should have only one public key of its own
north #
 ipsec auto --listpubkeys
 
List of Public Keys:
 
TIMESTAMP, 2192 RSA Key AwXXXXXXX (has private key), until --- -- --:--:-- ---- ok (expires never)
       ID_IPV4_ADDR '192.1.3.33'
north #
 echo "initdone"
initdone
north #
 # there should be only one pub key not road.
north #
 ipsec auto --listpubkeys
 
List of Public Keys:
 
TIMESTAMP, 2192 RSA Key AwXXXXXXX (has private key), until --- -- --:--:-- ---- ok (expires never)
       ID_IPV4_ADDR '192.1.3.33'
north #
 ipsec auto --up north-east
"north-east" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"north-east" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"north-east" #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
"north-east" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500
"north-east" #1: initiator established IKE SA; authenticated peer using preloaded certificate '192.1.2.23' and 2nnn-bit RSASSA-PSS with SHA2_512 digital signature
"north-east" #2: initiator established Child SA using #1; IPsec tunnel [192.1.3.33/32===192.1.2.23/32] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
north #
 # there should be two public keys. including road
north #
 ../../guestbin/ping-once.sh --up -I 192.1.3.33 192.1.2.23
up
north #
 ipsec whack --trafficstatus
#2: "north-east", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='192.1.2.23'
north #
 echo done
done
north #
 # both ends should have two public keys.The second from reverse dns
north #
 ipsec auto --listpubkeys
 
List of Public Keys:
 
TIMESTAMP, 2192 RSA Key AwXXXXXXX (no private key), until TIMESTAMP warning (expires in X days)
       ID_IPV4_ADDR '192.1.2.23'
TIMESTAMP, 2192 RSA Key AwXXXXXXX (has private key), until --- -- --:--:-- ---- ok (expires never)
       ID_IPV4_ADDR '192.1.3.33'
north #
 ipsec whack --trafficstatus
#2: "north-east", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='192.1.2.23'
north #
 
