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
road #
 ipsec start
Redirecting to: systemctl start ipsec.service
road #
 /testing/pluto/bin/wait-until-pluto-started
road #
 ipsec auto --add road-eastnet
002 added connection description "road-eastnet"
road #
 echo done
done
road #
 ipsec auto --up road-eastnet
002 "road-eastnet" #1: initiating v2 parent SA
133 "road-eastnet" #1: STATE_PARENT_I1: initiate
133 "road-eastnet" #1: STATE_PARENT_I1: sent v2I1, expected v2R1
134 "road-eastnet" #2: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=aes_gcm_16_256 integ=n/a prf=sha2_512 group=MODP2048}
002 "road-eastnet" #2: IKEv2 mode peer ID is ID_FQDN: '@east'
003 "road-eastnet" #2: Authenticated using RSA
002 "road-eastnet" #2: negotiated connection [192.1.3.209-192.1.3.209:0-65535 0] -> [192.0.2.0-192.0.2.255:0-65535 0]
004 "road-eastnet" #2: STATE_V2_IPSEC_I: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE NATOA=none NATD=none DPD=passive}
road #
 ping -w 4 -n -c4 192.0.2.254
PING 192.0.2.254 (192.0.2.254) 56(84) bytes of data.
64 bytes from 192.0.2.254: icmp_seq=1 ttl=64 time=0.XXX ms
64 bytes from 192.0.2.254: icmp_seq=2 ttl=64 time=0.XXX ms
64 bytes from 192.0.2.254: icmp_seq=3 ttl=64 time=0.XXX ms
64 bytes from 192.0.2.254: icmp_seq=4 ttl=64 time=0.XXX ms
--- 192.0.2.254 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
006 #2: "road-eastnet", type=ESP, add_time=1234567890, inBytes=336, outBytes=336, 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 #
road #
 ../bin/check-for-core.sh
road #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

