/testing/guestbin/swan-prep --fips
Password changed successfully.
FIPS mode enabled.
west #
 ip addr add 192.0.100.254/24 dev eth0:1
west #
 ip route add 192.0.200.0/24 via 192.1.2.23  dev eth1
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 -A INPUT -i eth1 -s 192.0.200.0/24 -j DROP
west #
 iptables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --impair suppress-retransmits
west #
 echo "initdone"
initdone
west #
 ipsec auto --add ikev2-base
002 "ikev2-base": added IKEv2 connection
west #
 ipsec auto --up ikev2-base
1v2 "ikev2-base" #1: initiating IKEv2 connection
1v2 "ikev2-base" #1: sent IKE_SA_INIT request to 192.1.2.23:500
1v2 "ikev2-base" #1: sent IKE_AUTH request {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "ikev2-base" #1: initiator established IKE SA; authenticated peer using authby=secret and ID_FQDN '@east'
004 "ikev2-base" #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 trafficstatus
006 #2: "ikev2-base", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
west #
 ../../guestbin/libreswan-up-down.sh ikev2-esp=aes-sha1-modp4096 -I 192.0.100.254 192.0.200.254
002 "ikev2-esp=aes-sha1-modp4096": added IKEv2 connection
002 "ikev2-esp=aes-sha1-modp4096" #3: initiating Child SA using IKE SA #1
1v2 "ikev2-esp=aes-sha1-modp4096" #3: sent CREATE_CHILD_SA request for new IPsec SA
004 "ikev2-esp=aes-sha1-modp4096" #3: initiator established Child SA using #1; IPsec tunnel [192.0.100.0-192.0.100.255:0-65535 0] -> [192.0.200.0-192.0.200.255:0-65535 0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA2_512_256-MODP4096 DPD=passive}
up
002 "ikev2-esp=aes-sha1-modp4096": terminating SAs using this connection
005 "ikev2-esp=aes-sha1-modp4096" #3: ESP traffic information: in=84B out=84B
002 "ikev2-esp=aes-sha1-modp4096": terminating SAs using this connection
west #
 ipsec auto --delete ikev2-base
002 "ikev2-base": terminating SAs using this connection
002 "ikev2-base" #1: deleting state (STATE_V2_ESTABLISHED_IKE_SA) and sending notification
005 "ikev2-base" #2: ESP traffic information: in=84B out=84B
west #
 
