/testing/guestbin/swan-prep --hostname north --hostkeys
Creating NSS database containing host keys
road #
 iptables -A INPUT -i eth0 -s 192.1.2.0/24 -p icmp -j DROP
road #
 iptables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add road-east-ikev2
"road-east-ikev2": added IKEv2 connection
road #
 ipsec whack --impair suppress_retransmits
road #
 # road should have only one public key of its own
road #
 ipsec auto --listpubkeys
 
List of Public Keys:
 
TIMESTAMP, 2192 RSA Key AwXXXXXXX (has private key), until --- -- --:--:-- ---- ok (expires never)
       FQDN '@north.testing.libreswan.org'
road #
 ipsec whack --trafficstatus
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 AwXXXXXXX (has private key), until --- -- --:--:-- ---- ok (expires never)
       FQDN '@north.testing.libreswan.org'
road #
 ipsec auto --up road-east-ikev2
"road-east-ikev2" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"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 with digital-signature and FQDN '@north.testing.libreswan.org'; Child SA #2 {ESP <0xESPESP}
"road-east-ikev2" #1: IKE SA authentication request rejected by peer: AUTHENTICATION_FAILED
"road-east-ikev2" #1: encountered fatal error in state IKE_AUTH_I
"road-east-ikev2" #2: connection is supposed to remain up; revival attempt 1 scheduled in 0 seconds
"road-east-ikev2" #1: deleting IKE SA (sent IKE_AUTH request)
road #
 # there should be two public keys. including road
road #
 ../../guestbin/ping-once.sh --down -I 192.1.3.209 192.1.2.23
down
road #
 ipsec whack --trafficstatus
road #
 echo done
done
road #
 # both ends should have two public keys.The second from reverse dns
road #
 ipsec auto --listpubkeys
 
List of Public Keys:
 
TIMESTAMP, 2192 RSA Key AwXXXXXXX (no private key), until TIMESTAMP warning (expires in X days)
       IPV4_ADDR '192.1.2.23'
TIMESTAMP, 2192 RSA Key AwXXXXXXX (has private key), until --- -- --:--:-- ---- ok (expires never)
       FQDN '@north.testing.libreswan.org'
road #
 ipsec whack --trafficstatus
road #
