/testing/guestbin/swan-prep
west #
 # confirm that the network is alive
west #
 ../../guestbin/wait-until-alive -I 192.0.1.254 192.0.2.254
destination -I 192.0.1.254 192.0.2.254 is alive
west #
 # ensure that clear text does not get through
west #
 iptables -A INPUT -i eth1 -s 192.0.2.0/24 -j DROP
west #
 iptables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT
west #
 # confirm clear text does not get through
west #
 ../../guestbin/ping-once.sh --down -I 192.0.1.254 192.0.2.254
down
west #
 PATH/bin/pk12util -i /testing/x509/strongswan/strongWest.p12 -d sql:/etc/ipsec.d -w /testing/x509/nss-pw
pk12util: PKCS12 IMPORT SUCCESSFUL
west #
 # Tuomo: why doesn't ipsec checknss --settrust work here?
west #
 certutil -M -d sql:/etc/ipsec.d -n "strongSwan CA - strongSwan" -t CT,,
west #
 #ipsec start
west #
 ipsec pluto --config /etc/ipsec.conf --leak-detective
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add westnet-eastnet-ikev2
002 "westnet-eastnet-ikev2": added IKEv2 connection
west #
 ipsec whack --impair suppress-retransmits
west #
 ipsec whack --impair force-v2-auth-method:ecdsa_sha2_384_p384
west #
 ipsec whack --impair omit-v2n-signature-hash-algorithms
west #
 echo "initdone"
initdone
west #
 ipsec auto --up westnet-eastnet-ikev2
1v2 "westnet-eastnet-ikev2" #1: initiating IKEv2 connection
002 "westnet-eastnet-ikev2" #1: IMPAIR: omitting the SIGNATURE_HASH_ALGORITHM notification in IKE_SA_INIT request
1v2 "westnet-eastnet-ikev2" #1: sent IKE_SA_INIT request to 192.1.2.23:500
002 "westnet-eastnet-ikev2" #1: IMPAIR: forcing auth method IKEv2_AUTH_ECDSA_SHA2_384_P384
002 "westnet-eastnet-ikev2" #1: IMPAIR: forcing auth method IKEv2_AUTH_ECDSA_SHA2_384_P384
1v2 "westnet-eastnet-ikev2" #1: sent IKE_AUTH request {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "westnet-eastnet-ikev2" #1: initiator established IKE SA; authenticated peer 'P-384 ECDSA with SHA2_384' signature using peer certificate 'C=CH, O=strongSwan, CN=strongEast' issued by CA 'C=CH, O=strongSwan, CN=strongSwan CA'
004 "westnet-eastnet-ikev2" #2: initiator established Child SA using #1; IPsec tunnel [192.0.1.0-192.0.1.255:0-65535 0] -> [192.0.2.0-192.0.2.255:0-65535 0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
west #
 ../../guestbin/ping-once.sh --up -I 192.0.1.254 192.0.2.254
up
west #
 ipsec whack --trafficstatus
006 #2: "westnet-eastnet-ikev2", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='C=CH, O=strongSwan, CN=strongEast'
west #
 ipsec whack --listpubkeys
000  
000 List of Public Keys:
000  
000 TIMESTAMP,  384 ECDSA Key BXXXXXXXX (has private key), until TIMESTAMP ok
000        ID_DER_ASN1_DN 'C=CH, O=strongSwan, CN=strongWest'
000        Issuer 'C=CH, O=strongSwan, CN=strongSwan CA'
000 TIMESTAMP,  384 ECDSA Key BXXXXXXXX (has private key), until TIMESTAMP ok
000        ID_FQDN '@west.testing.libreswan.org'
000        Issuer 'C=CH, O=strongSwan, CN=strongSwan CA'
west #
 # test delete/free
west #
 ipsec auto --delete westnet-eastnet-ikev2
002 "westnet-eastnet-ikev2": terminating SAs using this connection
002 "westnet-eastnet-ikev2" #1: deleting state (STATE_V2_ESTABLISHED_IKE_SA) and sending notification
005 "westnet-eastnet-ikev2" #2: ESP traffic information: in=84B out=84B
west #
 echo done
done
west #
 ipsec whack --shutdown
west #
 
