/testing/guestbin/swan-prep --x509
Preparing X.509 files
road #
 ipsec start
Redirecting to: [initsystem]
road #
 /testing/pluto/bin/wait-until-pluto-started
road #
 ipsec whack --impair suppress-retransmits
road #
 ipsec auto --add road-east-x509-ipv4
002 "road-east-x509-ipv4": added IKEv2 connection
road #
 echo "initdone"
initdone
road #
 #!/bin/sh
road #
 ping -q -n -c 2 192.1.2.23
PING 192.1.2.23 (192.1.2.23) 56(84) bytes of data.
--- 192.1.2.23 ping statistics ---
2 packets transmitted, 2 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
1v2 "road-east-x509-ipv4"[1] 192.1.2.23 #1: initiating IKEv2 connection
1v2 "road-east-x509-ipv4"[1] 192.1.2.23 #1: sent IKE_SA_INIT request
1v2 "road-east-x509-ipv4"[1] 192.1.2.23 #1: sent IKE_AUTH request {auth=IKEv2 cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
002 "road-east-x509-ipv4"[1] 192.1.2.23 #1: certificate verified OK: E=user-east@testing.libreswan.org,CN=east.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA
002 "road-east-x509-ipv4"[1] 192.1.2.23 #1: 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=user-east@testing.libreswan.org'
003 "road-east-x509-ipv4"[1] 192.1.2.23 #1: authenticated using RSA with SHA2_512
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: IPsec SA established tunnel mode {ESPinUDP=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE NATOA=none NATD=192.1.2.23:4500 DPD=passive}
road #
 ping -q -n -c 4 -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=user-east@testing.libreswan.org', lease=192.0.2.100/32
road #
 # Let R_U_THERE packets flow
road #
 echo "Waiting 15 seconds..."
Waiting 15 seconds...
road #
 sleep 15
road #
 echo "Setting up block via iptables"
Setting up block via iptables
road #
 iptables -I INPUT -s 192.1.2.23/32 -d 0/0 -j DROP
road #
 iptables -I OUTPUT -d 192.1.2.23/32 -s 0/0 -j DROP
road #
 echo "sleep 110 seconds"
sleep 110 seconds
road #
 sleep 30
road #
 sleep 30
road #
 sleep 30
road #
 sleep 20
road #
 # tunnel should be gone
road #
 ipsec whack --trafficstatus
road #
 echo done
done
road #
 ../bin/check-for-core.sh
road #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi
road #
 
