iptables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT
road #
 iptables -A INPUT -p icmp --icmp-type echo-reply -j DROP
road #
 /testing/guestbin/swan-prep --hostkeys
Creating NSS database containing host keys
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add road-eastnet
"road-eastnet": added IKEv2 connection
road #
 echo done
done
road #
 ipsec auto --up road-eastnet
"road-eastnet" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"road-eastnet" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"road-eastnet" #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-eastnet" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500 with digital-signature and FQDN '@road'; Child SA #2 {ESP <0xESPESP}
"road-eastnet" #1: initiator established IKE SA; authenticated peer using preloaded certificate '@east' and 2nnn-bit RSASSA-PSS with SHA2_512 digital signature
"road-eastnet" #2: initiator established Child SA using #1; IPsec tunnel [192.1.3.209/32===192.0.2.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
road #
 ../../guestbin/ping-once.sh --up 192.0.2.254
up
road #
 ipsec whack --trafficstatus
#2: "road-eastnet", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
road #
 echo done
done
road #
 if [ -f /etc/pam.d/pluto.stock ]; then mv /etc/pam.d/pluto.stock /etc/pam.d/pluto ; fi
road #
