/testing/guestbin/swan-prep
west #
 ipsec start
Redirecting to: systemctl start ipsec.service
west #
 /testing/pluto/bin/wait-until-pluto-started
west #
 ipsec auto --add west-east
002 added connection description "west-east"
west #
 ipsec auto --add float-east
002 added connection description "float-east"
west #
 ipsec auto --add west-float
002 added connection description "west-float"
west #
 echo "initdone"
initdone
west #
 ipsec auto --up  west-east
002 "west-east" #1: initiating Main Mode
104 "west-east" #1: STATE_MAIN_I1: initiate
106 "west-east" #1: STATE_MAIN_I2: sent MI2, expecting MR2
108 "west-east" #1: STATE_MAIN_I3: sent MI3, expecting MR3
002 "west-east" #1: Main mode peer ID is ID_FQDN: '@east'
004 "west-east" #1: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=aes_256 integ=sha group=MODP2048}
002 "west-east" #2: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+IKEV2_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO
117 "west-east" #2: STATE_QUICK_I1: initiate
004 "west-east" #2: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_128-HMAC_SHA1 NATOA=none NATD=none DPD=passive}
west #
 ip addr add 192.1.2.66/24 dev eth1
west #
 /sbin/arping -c 1 -U -I eth1 192.1.2.66
ARPING 192.1.2.66 from 192.1.2.66 eth1
Sent 1 probes (1 broadcast(s))
Received 0 response(s)
west #
 ipsec auto --ready
002 listening for IKE messages
002 adding interface eth1/eth1 192.1.2.66:500
002 adding interface eth1/eth1 192.1.2.66:4500
003 two interfaces match "west-float" (eth1, eth1)
002 "west-float": terminating SAs using this connection
002 forgetting secrets
002 loading secrets from "/etc/ipsec.secrets"
002 loaded private key for keyid: PPK_RSA:AQOm9dY/4
west #
 ipsec auto --up float-east
002 "float-east" #3: initiating Main Mode
104 "float-east" #3: STATE_MAIN_I1: initiate
106 "float-east" #3: STATE_MAIN_I2: sent MI2, expecting MR2
108 "float-east" #3: STATE_MAIN_I3: sent MI3, expecting MR3
002 "float-east" #3: Main mode peer ID is ID_FQDN: '@east'
004 "float-east" #3: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=aes_256 integ=sha group=MODP2048}
002 "float-east" #4: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+IKEV2_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO
117 "float-east" #4: STATE_QUICK_I1: initiate
004 "float-east" #4: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_128-HMAC_SHA1 NATOA=none NATD=none DPD=passive}
west #
 ip addr del 192.1.2.66/24 dev eth1
west #
 ipsec auto --ready
002 listening for IKE messages
002 shutting down interface eth1/eth1 192.1.2.66:4500
002 shutting down interface eth1/eth1 192.1.2.66:500
002 "float-east" #4: deleting state (STATE_QUICK_I2)
005 "float-east" #4: ESP traffic information: in=0B out=0B
002 "float-east" #3: deleting state (STATE_MAIN_I4)
002 "float-east": terminating SAs using this connection
002 forgetting secrets
002 loading secrets from "/etc/ipsec.secrets"
002 loaded private key for keyid: PPK_RSA:AQOm9dY/4
west #
 ipsec auto --up west-float
002 "west-float" #5: initiating Main Mode
104 "west-float" #5: STATE_MAIN_I1: initiate
010 "west-float" #5: STATE_MAIN_I1: retransmission; will wait 2000ms for response
010 "west-float" #5: STATE_MAIN_I1: retransmission; will wait 4000ms for response
010 "west-float" #5: STATE_MAIN_I1: retransmission; will wait 8000ms for response
010 "west-float" #5: STATE_MAIN_I1: retransmission; will wait 16000ms for response
010 "west-float" #5: STATE_MAIN_I1: retransmission; will wait 32000ms for response
031 "west-float" #5: max number of retransmissions (6) reached STATE_MAIN_I1.  No response (or no acceptable response) to our first IKEv1 message
000 "west-float" #5: starting keying attempt 2 of an unlimited number, but releasing whack
west #
 # wait for pending cleanups
west #
 sleep 30
west #
 sleep 30
west #
 echo done
done
west #
 ipsec look
west NOW
XFRM state:
src 192.1.2.23 dst 192.1.2.45
	proto esp spi 0xSPISPIXX reqid REQID mode tunnel
	replay-window 32 flag af-unspec
	auth-trunc hmac(sha1) 0xHASHKEY 96
	enc cbc(aes) 0xENCKEY
src 192.1.2.45 dst 192.1.2.23
	proto esp spi 0xSPISPIXX reqid REQID mode tunnel
	replay-window 32 flag af-unspec
	auth-trunc hmac(sha1) 0xHASHKEY 96
	enc cbc(aes) 0xENCKEY
XFRM policy:
src 192.1.2.45/32 dst 192.1.2.23/32 
	dir out priority 2080 ptype main 
	tmpl src 192.1.2.45 dst 192.1.2.23
		proto esp reqid REQID mode tunnel
src 192.1.2.23/32 dst 192.1.2.45/32 
	dir fwd priority 2080 ptype main 
	tmpl src 192.1.2.23 dst 192.1.2.45
		proto esp reqid REQID mode tunnel
src 192.1.2.23/32 dst 192.1.2.45/32 
	dir in priority 2080 ptype main 
	tmpl src 192.1.2.23 dst 192.1.2.45
		proto esp reqid REQID mode tunnel
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket out priority 0 ptype main 
src 0.0.0.0/0 dst 0.0.0.0/0 
	socket in priority 0 ptype main 
XFRM done
IPSEC mangle TABLES
NEW_IPSEC_CONN mangle TABLES
ROUTING TABLES
default via 192.1.2.254 dev eth1 
192.0.1.0/24 dev eth0  proto kernel  scope link  src 192.0.1.254 
192.0.2.0/24 via 192.1.2.23 dev eth1 
192.1.2.0/24 dev eth1  proto kernel  scope link  src 192.1.2.45 
192.9.4.0/24 dev eth2  proto kernel  scope link  src 192.9.4.45 
NSS_CERTIFICATES
Certificate Nickname                                         Trust Attributes
                                                             SSL,S/MIME,JAR/XPI
west #
west #
 if [ -n "`ls /tmp/core* 2>/dev/null`" ]; then echo CORE FOUND; mv /tmp/core* OUTPUT/; fi
west #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

