/testing/guestbin/swan-prep --x509
Preparing X.509 files
road #
 ipsec start
Redirecting to: systemctl start ipsec.service
road #
 /testing/pluto/bin/wait-until-pluto-started
road #
 ipsec auto --add road-east-x509-ipv4
002 added connection description "road-east-x509-ipv4"
road #
 echo "initdone"
initdone
road #
 #!/bin/sh
road #
 ping -c 4 -q -n 192.1.2.23
PING 192.1.2.23 (192.1.2.23) 56(84) bytes of data.
--- 192.1.2.23 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 auto --up road-east-x509-ipv4
002 "road-east-x509-ipv4"[1] 192.1.2.23 #1: initiating v2 parent SA
133 "road-east-x509-ipv4"[1] 192.1.2.23 #1: STATE_PARENT_I1: initiate
133 "road-east-x509-ipv4"[1] 192.1.2.23 #1: STATE_PARENT_I1: sent v2I1, expected v2R1
134 "road-east-x509-ipv4"[1] 192.1.2.23 #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-east-x509-ipv4"[1] 192.1.2.23 #2: certificate E=testing@libreswan.org,CN=east.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA OK
002 "road-east-x509-ipv4"[1] 192.1.2.23 #2: IKEv2 mode peer ID is ID_DER_ASN1_DN: 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=testing@libreswan.org'
002 "road-east-x509-ipv4"[1] 192.1.2.23 #2: received INTERNAL_IP4_ADDRESS 192.0.2.100
002 "road-east-x509-ipv4"[1] 192.1.2.23 #2: negotiated connection [192.0.2.100-192.0.2.100:0-65535 0] -> [0.0.0.0-255.255.255.255:0-65535 0]
004 "road-east-x509-ipv4"[1] 192.1.2.23 #2: STATE_PARENT_I3: PARENT SA established tunnel mode {ESP=>0xESPESP<0xESPESP xfrm=AES_GCM_C_256-NONE NATOA=none NATD=none DPD=passive}
road #
 ping -c 4 -q -n -I 192.0.2.100 192.1.2.23
PING 192.1.2.23 (192.1.2.23) from 192.0.2.100 : 56(84) bytes of data.
--- 192.1.2.23 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-east-x509-ipv4"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=testing@libreswan.org'
road #
 ping -c 1230000 -q -n -f -I 192.0.2.100 192.1.2.23 &
[x] PID
road #
 sleep 60
PING 192.1.2.23 (192.1.2.23) from 192.0.2.100 : 56(84) bytes of data.
road #
 sleep 60
--- 192.1.2.23 ping statistics ---
1230000 packets transmitted, 1229995 received, 0% packet loss, time XXXX
rtt min/avg/max/mdev = 0.XXX/0.XXX/0.XXX/0.XXX ms
[1]+  Done                    ping -c 1230000 -q -n -f -I 192.0.2.100 192.1.2.23
road #
 grep -E  'EVENT_SA_EXPIRE|EVENT_SA_REPLACE' OUTPUT/road.pluto.log  | head -9
| inserting event EVENT_SA_REPLACE, timeout in 77.000000 seconds for #1
| ikev2 case EVENT_SA_REPLACE for child state for 28783 seconds
| inserting event EVENT_SA_REPLACE, timeout in 28783.000000 seconds for #2
| handling event EVENT_SA_REPLACE for parent state #1
| EVENT_SA_REPLACE{IF_USED} picked newest_isakmp_sa #1
| inserting event EVENT_SA_EXPIRE, timeout in 13.000000 seconds for #1
| inserting event EVENT_SA_REPLACE, timeout in 71.000000 seconds for #3
| ikev2 case EVENT_SA_REPLACE for child state for 28789 seconds
| inserting event EVENT_SA_REPLACE, timeout in 28789.000000 seconds for #4
road #
 echo "re-authenticateded. The state number should 3 and 4"
re-authenticateded. The state number should 3 and 4
road #
 ipsec whack --trafficstatus
006 #4: "road-east-x509-ipv4"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=35040936, outBytes=35040936, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=testing@libreswan.org'
road #
 # expect only 8 ICMP packets
road #
 tcpdump -t -nn -r OUTPUT/swan12.pcap icmp 2>/dev/null |wc -l
8
road #
 echo done
done
road #
 ipsec look
road NOW
XFRM state:
src 192.1.2.23 dst 192.1.3.209
	proto esp spi 0xSPISPIXX reqid REQID mode tunnel
	replay-window 32 flag af-unspec
	aead rfc4106(gcm(aes)) 0xENCAUTHKEY 128
src 192.1.3.209 dst 192.1.2.23
	proto esp spi 0xSPISPIXX reqid REQID mode tunnel
	replay-window 32 flag af-unspec
	aead rfc4106(gcm(aes)) 0xENCAUTHKEY 128
XFRM policy:
src 192.0.2.100/32 dst 0.0.0.0/0 
	dir out priority 2112 ptype main 
	tmpl src 192.1.3.209 dst 192.1.2.23
		proto esp reqid REQID mode tunnel
src 0.0.0.0/0 dst 192.0.2.100/32 
	dir fwd priority 2112 ptype main 
	tmpl src 192.1.2.23 dst 192.1.3.209
		proto esp reqid REQID mode tunnel
src 0.0.0.0/0 dst 192.0.2.100/32 
	dir in priority 2112 ptype main 
	tmpl src 192.1.2.23 dst 192.1.3.209
		proto esp reqid REQID mode tunnel
XFRM done
IPSEC mangle TABLES
NEW_IPSEC_CONN mangle TABLES
ROUTING TABLES
0.0.0.0/1 via 192.1.3.254 dev eth0  src 192.0.2.100 
default via 192.1.3.254 dev eth0 
128.0.0.0/1 via 192.1.3.254 dev eth0  src 192.0.2.100 
192.1.3.0/24 dev eth0 proto kernel scope link src 192.1.3.209 
NSS_CERTIFICATES
Certificate Nickname                                         Trust Attributes
                                                             SSL,S/MIME,JAR/XPI
Libreswan test CA for mainca - Libreswan                     CT,, 
east                                                         P,,  
east-ec                                                      P,,  
hashsha2                                                     P,,  
nic                                                          P,,  
north                                                        P,,  
road                                                         u,u,u
west                                                         P,,  
west-ec                                                      P,,  
road #
road #
 ../bin/check-for-core.sh
road #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

