/testing/guestbin/swan-prep
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add west-east
002 "west-east": added IKEv1 connection
west #
 ipsec whack --impair suppress-retransmits
west #
 echo "initdone"
initdone
west #
 #!/bin/sh
west #
 # we can transmit in the clear
west #
 ../../guestbin/ping-once.sh --up 192.1.2.23
up
west #
 # bring up the tunnel
west #
 ipsec auto --up west-east
002 "west-east" #1: initiating IKEv1 Main Mode connection
1v1 "west-east" #1: sent Main Mode request
1v1 "west-east" #1: sent Main Mode I2
1v1 "west-east" #1: sent Main Mode I3
002 "west-east" #1: Peer ID is ID_FQDN: '@east'
003 "west-east" #1: authenticated using RSA with SHA1 and preloaded certificate '@east'
004 "west-east" #1: IKE SA established {auth=RSA_SIG cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
002 "west-east" #2: initiating Quick Mode IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO
1v1 "west-east" #2: sent Quick Mode request
004 "west-east" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=active}
west #
 # use the tunnel
west #
 ../../guestbin/ping-once.sh --up 192.1.2.23
up
west #
 # show the tunnel!
west #
 echo "Tunnel should be up"
Tunnel should be up
west #
 ipsec whack --trafficstatus
006 #2: "west-east", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, id='@east'
west #
 # Wait more then 15 seconds while ensuring there is traffic
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 # force a rekey
west #
 ipsec auto --up west-east
002 "west-east" #3: initiating Quick Mode IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO
1v1 "west-east" #3: sent Quick Mode request
004 "west-east" #3: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=active}
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 sleep 1
west #
 ping -n -q -c 1 192.1.2.23 >/dev/null
west #
 echo done
done
west #
 # There should not be any R_U_THERE packets from either end because we are not idle
west #
 grep R_U_THERE /tmp/pluto.log
west #
 
