/testing/guestbin/swan-prep --hostkeys
Creating NSS database containing host keys
north #
 # confirm that the network is alive
north #
 ../../guestbin/wait-until-alive 192.1.2.23
destination 192.1.2.23 is alive
north #
 ipsec start
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 ipsec auto --add north-east-7
"north-east-7": added IKEv1 connection
north #
 echo done
done
north #
 ipsec auto --up north-east-7
"north-east-7" #1: initiating IKEv1 Main Mode connection
"north-east-7" #1: sent Main Mode request
"north-east-7" #1: sent Main Mode I2
"north-east-7" #1: sent Main Mode I3
"north-east-7" #1: Peer ID is FQDN: '@east'
"north-east-7" #1: authenticated peer using preloaded certificate '@east' and 2nnn-bit RSA with SHA1 signature
"north-east-7" #1: ISAKMP SA established {auth=RSA_SIG cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"north-east-7" #2: initiating Quick Mode IKEv1+RSASIG+ENCRYPT+TRANSPORT+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES {using isakmp#1 msgid:MSGID proposal=AES_CBC-HMAC_SHA1_96, AES_CBC-HMAC_SHA2_512_256, AES_CBC-HMAC_SHA2_256_128, AES_GCM_16_128-NONE, AES_GCM_16_256-NONE, 3DES_CBC-HMAC_SHA1_96, 3DES_CBC-HMAC_SHA2_512_256, 3DES_CBC-HMAC_SHA2_256_128 pfsgroup=MODP2048 192.1.3.33/32/TCP===192.1.2.23/32/TCP/7}
"north-east-7" #2: sent Quick Mode request
"north-east-7" #2: IPsec SA established transport mode {ESPinUDP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 NATD=192.1.2.23:4500 DPD=passive}
north #
 # port 2 does NOT go over ipsec, IPsec traffic should remain 0
north #
 echo test | nc 192.1.2.23 2
Ncat: Connection refused.
north #
 ipsec trafficstatus
#2: "north-east-7", type=ESP, add_time=1234567890, inBytes=0, outBytes=0, maxBytes=2^63B, id='@east'
north #
 # port 7 goes over ipsec, traffic counters should be non-zero
north #
 echo test | nc 192.1.2.23 7
Ncat: Connection refused.
north #
 ipsec trafficstatus
#2: "north-east-7", type=ESP, add_time=1234567890, inBytes=20, outBytes=40, maxBytes=2^63B, id='@east'
north #
 echo done
done
north #
