/testing/guestbin/swan-prep --nokeys
Initializing NSS database
road #
 /testing/x509/import.sh real/mainca/road.p12
 ipsec pk12util -w nss-pw -i real/mainca/road.p12
pk12util: PKCS12 IMPORT SUCCESSFUL
 ipsec certutil -M -n mainca -t CT,,
 ipsec certutil -O -n road
"mainca" [E=testing@libreswan.org,CN=Libreswan test CA for mainca,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
  "road" [E=user-road@testing.libreswan.org,CN=road.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
road #
 /testing/x509/import.sh real/mainca/east.end.cert
 ipsec certutil -A -n east -t P,, -i real/mainca/east.end.cert
 ipsec certutil -O -n east
"mainca" [E=testing@libreswan.org,CN=Libreswan test CA for mainca,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
  "east" [E=user-east@testing.libreswan.org,CN=east.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
road #
 /testing/x509/import.sh real/mainca/west.end.cert
 ipsec certutil -A -n west -t P,, -i real/mainca/west.end.cert
 ipsec certutil -O -n west
"mainca" [E=testing@libreswan.org,CN=Libreswan test CA for mainca,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
  "west" [E=user-west@testing.libreswan.org,CN=west.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
road #
 iptables -A INPUT -i eth1 -s 192.0.1.0/24 -j DROP
road #
 iptables -A INPUT -i eth1 -s 192.0.2.0/24 -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 whack --impair suppress_retransmits
road #
 ipsec auto --add road-east-x509-ipv4
"road-east-x509-ipv4": added oriented IKEv2 connection
road #
 ipsec auto --add road-west-x509-ipv4
"road-west-x509-ipv4": added oriented IKEv2 connection
road #
 echo "initdone"
initdone
road #
 #!/bin/sh
road #
 ../../guestbin/ip-route.sh -4
default via 192.1.3.254 dev eth0
192.1.3.0/24 dev eth0 proto kernel scope link src 192.1.3.209
road #
 ipsec auto --up road-east-x509-ipv4
"road-east-x509-ipv4"[1] 192.1.2.23 #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"road-east-x509-ipv4"[1] 192.1.2.23 #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"road-east-x509-ipv4"[1] 192.1.2.23 #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 ke=DH19}, initiating IKE_AUTH
"road-east-x509-ipv4"[1] 192.1.2.23 #1: sent IKE_AUTH request to 192.1.2.23:UDP/4500 with digital-signature RSASSA-PSS with SHA2_512 and DER_ASN1_DN 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=road.testing.libreswan.org, E=user-road@testing.libreswan.org'; Child SA #2 {ESPinUDP <0xESPESP} [0.0.0.0/0===0.0.0.0/0]
"road-east-x509-ipv4"[1] 192.1.2.23 #1: processing IKE_AUTH response from 192.1.2.23:UDP/4500 containing SK{IDr,CERT,AUTH,CP,SA,TSi,TSr} reassembled from N fragments
"road-east-x509-ipv4"[1] 192.1.2.23 #1: initiator established IKE SA; authenticated peer certificate 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org' and 3nnn-bit RSASSA-PSS with SHA2_512 digital signature issued by 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'
"road-east-x509-ipv4"[1] 192.1.2.23 #2: received INTERNAL_IP4_ADDRESS 192.0.2.100
"road-east-x509-ipv4"[1] 192.1.2.23 #2: initiator established Child SA using #1; IPsec tunnel [192.0.2.100/32===192.0.2.0/24] {ESPinUDP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256 NATD=192.1.2.23:4500 DPD=passive}
road #
 ../../guestbin/ping-once.sh --up 192.0.2.254
up
road #
 ipsec whack --trafficstatus
#2: "road-east-x509-ipv4"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org', lease=192.0.2.100/32
road #
 ../../guestbin/ip-route.sh -4
default via 192.1.3.254 dev eth0
192.0.2.0/24 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
road #
 # now bring up second connection to west with CP request as well
road #
 ipsec auto --up road-west-x509-ipv4
"road-west-x509-ipv4"[1] 192.1.2.45 #3: initiating IKEv2 connection to 192.1.2.45 using UDP
"road-west-x509-ipv4"[1] 192.1.2.45 #3: sent IKE_SA_INIT request to 192.1.2.45:UDP/500
"road-west-x509-ipv4"[1] 192.1.2.45 #3: processed IKE_SA_INIT response from 192.1.2.45:UDP/500 {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 ke=DH19}, initiating IKE_AUTH
"road-west-x509-ipv4"[1] 192.1.2.45 #3: sent IKE_AUTH request to 192.1.2.45:UDP/4500 with digital-signature RSASSA-PSS with SHA2_512 and DER_ASN1_DN 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=road.testing.libreswan.org, E=user-road@testing.libreswan.org'; Child SA #4 {ESPinUDP <0xESPESP} [0.0.0.0/0===0.0.0.0/0]
"road-west-x509-ipv4"[1] 192.1.2.45 #3: processing IKE_AUTH response from 192.1.2.45:UDP/4500 containing SK{IDr,CERT,AUTH,CP,SA,TSi,TSr} reassembled from N fragments
"road-west-x509-ipv4"[1] 192.1.2.45 #3: initiator established IKE SA; authenticated peer certificate 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=west.testing.libreswan.org, E=user-west@testing.libreswan.org' and 3nnn-bit RSASSA-PSS with SHA2_512 digital signature issued by 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'
"road-west-x509-ipv4"[1] 192.1.2.45 #4: received INTERNAL_IP4_ADDRESS 192.0.2.100
"road-west-x509-ipv4"[1] 192.1.2.45 #4: initiator established Child SA using #3; IPsec tunnel [192.0.2.100/32===192.0.1.0/24] {ESPinUDP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256 NATD=192.1.2.45:4500 DPD=passive}
road #
 ../../guestbin/ping-once.sh --up 192.0.1.254
up
road #
 ipsec whack --trafficstatus
#2: "road-east-x509-ipv4"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org', lease=192.0.2.100/32
#4: "road-west-x509-ipv4"[1] 192.1.2.45, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=west.testing.libreswan.org, E=user-west@testing.libreswan.org', lease=192.0.2.100/32
road #
 ../../guestbin/ip-route.sh -4
default via 192.1.3.254 dev eth0
192.0.1.0/24 via 192.1.3.254 dev eth0 src 192.0.2.100
192.0.2.0/24 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
road #
 echo done
done
road #
 ipsec trafficstatus
#2: "road-east-x509-ipv4"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org', lease=192.0.2.100/32
#4: "road-west-x509-ipv4"[1] 192.1.2.45, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=west.testing.libreswan.org, E=user-west@testing.libreswan.org', lease=192.0.2.100/32
road #
