/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
west #
 # scrub any password file
west #
 :> /etc/ipsec.secrets
west #
 # start
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 # generate fresh keys
west #
 ../../guestbin/genhostkey.sh $PWD
pub ecdsa
us=west them=east leftright=left
west #
 # fix/add hostkey config
west #
 cp ipsec.conf /etc/ipsec.conf
west #
 # local CKAID for private key; remote pubkey
west #
 cat OUTPUT/west.ckaid >>/etc/ipsec.conf
west #
 cat OUTPUT/east.pub >>/etc/ipsec.conf
west #
 cat /etc/ipsec.conf
# /etc/ipsec.conf - Libreswan IPsec configuration file
config setup
	# put the logs in /tmp for the UMLs, so that we can operate
	# without syslogd, which seems to break on UMLs
	logfile=/tmp/pluto.log
	logtime=no
	logappend=no
	dumpdir=/tmp
	plutodebug=all
conn hostkey
	left=192.1.2.45
	leftsubnet=192.0.1.0/24
	right=192.1.2.23
	rightsubnet=192.0.2.0/24
	authby=ecdsa
	leftckaid=<<CKAID#2>>
	rightpubkey=<<PEM-PUBKEY#1>>
west #
 ipsec auto --add hostkey
"hostkey": added IKEv2 connection
west #
 ipsec auto --up hostkey
"hostkey" #1: initiating IKEv2 connection to 192.1.2.23 using UDP
"hostkey" #1: sent IKE_SA_INIT request to 192.1.2.23:UDP/500
"hostkey" #1: processed IKE_SA_INIT response from 192.1.2.23:UDP/500 {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=DH19}, initiating IKE_AUTH
"hostkey" #1: sent IKE_AUTH request to 192.1.2.23:UDP/500; Child SA #2 {ESP <0xESPESP}
"hostkey" #1: initiator established IKE SA; authenticated peer using preloaded certificate '192.1.2.23' and P-256 ECDSA with SHA2_512 digital signature
"hostkey" #2: initiator established Child SA using #1; IPsec tunnel [192.0.1.0/24===192.0.2.0/24] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
west #
