/testing/guestbin/swan-prep --x509
Preparing X.509 files
west #
 ipsec certutil -D -n east
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 #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec add west
"west": added IKEv2 connection
west #
 echo "initdone"
initdone
west #
 # expected to fail
west #
 ipsec up west
"west" #1: initiating IKEv2 connection to 192.1.2.23 using TCP
"west" #1: sent IKE_SA_INIT request to 192.1.2.23:TCP/4500
"west" #1: processed IKE_SA_INIT response from 192.1.2.23:TCP/4500 {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=DH19}, initiating IKE_AUTH
"west" #1: legacy RSA-SHA1 is not allowed but peer supports nothing else
"west" #1: authentication method IKEv2_AUTH_RESERVED not supported
"west" #1: encountered fatal error in state IKE_SA_INIT_IR
"west" #1: connection is supposed to remain up; revival attempt 1 scheduled in 0 seconds
"west" #1: deleting IKE SA (processed IKE_SA_INIT response, preparing IKE_INTERMEDIATE or IKE_AUTH request)
west #
 ipsec whack --shutdown
Pluto is shutting down
west #
 
