/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add modecfg-road-eastnet-psk
"modecfg-road-eastnet-psk": added IKEv1 connection
road #
 # confirm we have stock resolv.conf
road #
 cat /etc/resolv.conf
domain testing.libreswan.org
nameserver 192.1.3.254
road #
 echo initdone
initdone
road #
 ipsec whack --xauthname 'use3' --xauthpass 'use1pass' --name modecfg-road-eastnet-psk --initiate
"modecfg-road-eastnet-psk" #1: initiating IKEv1 Main Mode connection
"modecfg-road-eastnet-psk" #1: sent Main Mode request
"modecfg-road-eastnet-psk" #1: sent Main Mode I2
"modecfg-road-eastnet-psk" #1: sent Main Mode I3
"modecfg-road-eastnet-psk" #1: Peer ID is ID_FQDN: '@east'
"modecfg-road-eastnet-psk" #1: ISAKMP SA established {auth=PRESHARED_KEY cipher=3DES_CBC_192 integ=HMAC_SHA1 group=MODP2048}
"modecfg-road-eastnet-psk" #1: prompt for Username:
"modecfg-road-eastnet-psk" #1: prompt for Password:
"modecfg-road-eastnet-psk" #1: XAUTH: Answering XAUTH challenge with user='use3'
"modecfg-road-eastnet-psk" #1: XAUTH client - possibly awaiting CFG_set {auth=PRESHARED_KEY cipher=3DES_CBC_192 integ=HMAC_SHA1 group=MODP2048}
"modecfg-road-eastnet-psk" #1: XAUTH: Successfully Authenticated
"modecfg-road-eastnet-psk" #1: XAUTH client - possibly awaiting CFG_set {auth=PRESHARED_KEY cipher=3DES_CBC_192 integ=HMAC_SHA1 group=MODP2048}
"modecfg-road-eastnet-psk" #1: modecfg: Sending IP request (MODECFG_I1)
"modecfg-road-eastnet-psk" #1: Received IPv4 address: 192.0.2.209/32
"modecfg-road-eastnet-psk" #1: Received DNS server 1.2.3.4
"modecfg-road-eastnet-psk" #1: Received DNS server 5.6.7.8
"modecfg-road-eastnet-psk" #1: Received Domain: libreswan.org
"modecfg-road-eastnet-psk" #1: received and ignored CISCO_SPLIT_INC subnet 192.0.2.0/24
"modecfg-road-eastnet-psk" #1: ISAKMP SA established {auth=PRESHARED_KEY cipher=3DES_CBC_192 integ=HMAC_SHA1 group=MODP2048}
"modecfg-road-eastnet-psk" #2: initiating Quick Mode IKEv1+PSK+ENCRYPT+TUNNEL+PFS+UP+XAUTH+MODECFG_PULL+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
"modecfg-road-eastnet-psk" #2: sent Quick Mode request
"modecfg-road-eastnet-psk" #2: up-client output: updating resolvconf
"modecfg-road-eastnet-psk" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 DPD=passive username=use3}
road #
 ../../guestbin/ping-once.sh --up -I 192.0.2.209 192.0.2.254
up
road #
 ipsec whack --trafficstatus
#2: "modecfg-road-eastnet-psk", username=use3, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, lease=192.0.2.209/32
road #
 # check to see if our resolv.conf got updated
road #
 cat /etc/resolv.conf
# Generated by Libreswan (IPsec)
domain testing.libreswan.org
search libreswan.org testing.libreswan.org
nameserver 1.2.3.4
nameserver 5.6.7.8
nameserver 192.1.3.254
road #
 # confirm resolv.conf is restored on down
road #
 ipsec auto --down modecfg-road-eastnet-psk
"modecfg-road-eastnet-psk": terminating SAs using this connection
"modecfg-road-eastnet-psk" #2: deleting IPsec SA (QUICK_I2) and sending notification using ISAKMP SA #1
"modecfg-road-eastnet-psk" #2: down-client output: restoring resolvconf
"modecfg-road-eastnet-psk" #2: ESP traffic information: in=84B out=84B XAUTHuser=use3
"modecfg-road-eastnet-psk" #1: deleting ISAKMP SA (MAIN_I4) and sending notification
road #
 cat /etc/resolv.conf
domain testing.libreswan.org
nameserver 192.1.3.254
road #
 echo done
done
road #
 
