/testing/guestbin/swan-prep
west #
 # confirm that the network is alive
west #
 ping -n -c 4 -I 192.0.1.254 192.0.2.254
PING 192.0.2.254 (192.0.2.254) from 192.0.1.254 : 56(84) bytes of data.
64 bytes from 192.0.2.254: icmp_seq=1 ttl=64 time=0.XXX ms
64 bytes from 192.0.2.254: icmp_seq=2 ttl=64 time=0.XXX ms
64 bytes from 192.0.2.254: icmp_seq=3 ttl=64 time=0.XXX ms
64 bytes from 192.0.2.254: icmp_seq=4 ttl=64 time=0.XXX ms
--- 192.0.2.254 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time XXXX
rtt min/avg/max/mdev = 0.XXX/0.XXX/0.XXX/0.XXX ms
west #
 # make sure that clear text does not get through
west #
 iptables -A INPUT -i eth1 -s 192.0.2.0/24 -j LOGDROP
west #
 # confirm with a ping
west #
 ping -n -c 4 -I 192.0.1.254 192.0.2.254
PING 192.0.2.254 (192.0.2.254) from 192.0.1.254 : 56(84) bytes of data.
[ 00.00] IN=eth1 OUT= MAC=12:00:00:64:64:45:12:00:00:64:64:23:08:00 SRC=192.0.2.254 DST=192.0.1.254 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=000 PROTO=ICMP TYPE=0 CODE=0 ID=000 SEQ=1 
[ 00.00] IN=eth1 OUT= MAC=12:00:00:64:64:45:12:00:00:64:64:23:08:00 SRC=192.0.2.254 DST=192.0.1.254 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=000 PROTO=ICMP TYPE=0 CODE=0 ID=000 SEQ=2 
[ 00.00] IN=eth1 OUT= MAC=12:00:00:64:64:45:12:00:00:64:64:23:08:00 SRC=192.0.2.254 DST=192.0.1.254 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=000 PROTO=ICMP TYPE=0 CODE=0 ID=000 SEQ=3 
[ 00.00] IN=eth1 OUT= MAC=12:00:00:64:64:45:12:00:00:64:64:23:08:00 SRC=192.0.2.254 DST=192.0.1.254 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=000 PROTO=ICMP TYPE=0 CODE=0 ID=000 SEQ=4 
--- 192.0.2.254 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time XXXX
west #
 ipsec setup start
[ 00.00] registered KLIPS /proc/sys/net
[ 00.00] ipsec_3des_init(alg_type=15 alg_id=3 name=3des): ret=0
[ 00.00] KLIPS cryptoapi interface: alg_type=15 alg_id=12 name=cbc(aes) keyminbits=128 keymaxbits=256, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=15 alg_id=253 name=cbc(twofish) keyminbits=128 keymaxbits=256, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=15 alg_id=252 name=cbc(serpent) keyminbits=128 keymaxbits=256, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=15 alg_id=6 name=cbc(cast5) keyminbits=128 keymaxbits=128, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=15 alg_id=3 name=cbc(des3_ede) keyminbits=192 keymaxbits=192, found(0)
[ 00.00] KLIPS: lookup for ciphername=cipher_null: not found
[ 00.00] KLIPS cryptoapi interface: alg_type=14 alg_id=2 name=hmac(md5) ctx_size=88 keyminbits=128 keymaxbits=128, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=14 alg_id=3 name=hmac(sha1) ctx_size=88 keyminbits=160 keymaxbits=160, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=14 alg_id=5 name=hmac(sha256) ctx_size=88 keyminbits=256 keymaxbits=256, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=14 alg_id=6 name=hmac(sha384) ctx_size=88 keyminbits=384 keymaxbits=384, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=14 alg_id=7 name=hmac(sha512) ctx_size=88 keyminbits=512 keymaxbits=512, found(0)
[ 00.00] KLIPS cryptoapi interface: alg_type=14 alg_id=252 name=hmac(sha256) ctx_size=88 keyminbits=256 keymaxbits=256, found(0)
[ 00.00] 
Redirecting to: systemctl start ipsec.service
[ 00.00] 
west #
 /testing/pluto/bin/wait-until-pluto-started
west #
 echo "initdone"
initdone
west #
 ipsec auto --add westnet-eastnet-aes-default
002 added connection description "westnet-eastnet-aes-default"
west #
 ipsec auto --up westnet-eastnet-aes-default
002 "westnet-eastnet-aes-default" #1: initiating Main Mode
104 "westnet-eastnet-aes-default" #1: STATE_MAIN_I1: initiate
003 "westnet-eastnet-aes-default" #1: received Vendor ID payload [Dead Peer Detection]
003 "westnet-eastnet-aes-default" #1: received Vendor ID payload [FRAGMENTATION]
003 "westnet-eastnet-aes-default" #1: received Vendor ID payload [RFC 3947]
002 "westnet-eastnet-aes-default" #1: enabling possible NAT-traversal with method RFC 3947 (NAT-Traversal)
106 "westnet-eastnet-aes-default" #1: STATE_MAIN_I2: sent MI2, expecting MR2
003 "westnet-eastnet-aes-default" #1: NAT-Traversal: Result using RFC 3947 (NAT-Traversal) sender port 500: no NAT detected
108 "westnet-eastnet-aes-default" #1: STATE_MAIN_I3: sent MI3, expecting MR3
003 "westnet-eastnet-aes-default" #1: received Vendor ID payload [CAN-IKEv2]
002 "westnet-eastnet-aes-default" #1: Main mode peer ID is ID_FQDN: '@east'
004 "westnet-eastnet-aes-default" #1: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=aes_128 integ=sha group=MODP2048}
002 "westnet-eastnet-aes-default" #2: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+IKEV2_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW
117 "westnet-eastnet-aes-default" #2: STATE_QUICK_I1: initiate
004 "westnet-eastnet-aes-default" #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 #
 ipsec auto --delete westnet-eastnet-aes-default
002 "westnet-eastnet-aes-default": deleting connection
002 "westnet-eastnet-aes-default" #2: deleting state #2 (STATE_QUICK_I2)
005 "westnet-eastnet-aes-default" #2: ESP traffic information: in=0B out=0B
002 "westnet-eastnet-aes-default" #1: deleting state #1 (STATE_MAIN_I4)
west #
 #
west #
 ipsec auto --add westnet-eastnet-aes-128
002 added connection description "westnet-eastnet-aes-128"
west #
 ipsec auto --up westnet-eastnet-aes-128
002 "westnet-eastnet-aes-128" #3: initiating Main Mode
104 "westnet-eastnet-aes-128" #3: STATE_MAIN_I1: initiate
003 "westnet-eastnet-aes-128" #3: received Vendor ID payload [Dead Peer Detection]
003 "westnet-eastnet-aes-128" #3: received Vendor ID payload [FRAGMENTATION]
003 "westnet-eastnet-aes-128" #3: received Vendor ID payload [RFC 3947]
002 "westnet-eastnet-aes-128" #3: enabling possible NAT-traversal with method RFC 3947 (NAT-Traversal)
106 "westnet-eastnet-aes-128" #3: STATE_MAIN_I2: sent MI2, expecting MR2
003 "westnet-eastnet-aes-128" #3: NAT-Traversal: Result using RFC 3947 (NAT-Traversal) sender port 500: no NAT detected
108 "westnet-eastnet-aes-128" #3: STATE_MAIN_I3: sent MI3, expecting MR3
003 "westnet-eastnet-aes-128" #3: received Vendor ID payload [CAN-IKEv2]
002 "westnet-eastnet-aes-128" #3: Main mode peer ID is ID_FQDN: '@east'
004 "westnet-eastnet-aes-128" #3: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=aes_128 integ=sha group=MODP2048}
002 "westnet-eastnet-aes-128" #4: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+IKEV2_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW
117 "westnet-eastnet-aes-128" #4: STATE_QUICK_I1: initiate
004 "westnet-eastnet-aes-128" #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 #
 ipsec auto --delete westnet-eastnet-aes-128
002 "westnet-eastnet-aes-128": deleting connection
002 "westnet-eastnet-aes-128" #4: deleting state #4 (STATE_QUICK_I2)
005 "westnet-eastnet-aes-128" #4: ESP traffic information: in=0B out=0B
002 "westnet-eastnet-aes-128" #3: deleting state #3 (STATE_MAIN_I4)
west #
 #
west #
 ipsec auto --add westnet-eastnet-aes-256
002 added connection description "westnet-eastnet-aes-256"
west #
 ipsec auto --up westnet-eastnet-aes-256
002 "westnet-eastnet-aes-256" #5: initiating Main Mode
104 "westnet-eastnet-aes-256" #5: STATE_MAIN_I1: initiate
003 "westnet-eastnet-aes-256" #5: received Vendor ID payload [Dead Peer Detection]
003 "westnet-eastnet-aes-256" #5: received Vendor ID payload [FRAGMENTATION]
003 "westnet-eastnet-aes-256" #5: received Vendor ID payload [RFC 3947]
002 "westnet-eastnet-aes-256" #5: enabling possible NAT-traversal with method RFC 3947 (NAT-Traversal)
106 "westnet-eastnet-aes-256" #5: STATE_MAIN_I2: sent MI2, expecting MR2
003 "westnet-eastnet-aes-256" #5: NAT-Traversal: Result using RFC 3947 (NAT-Traversal) sender port 500: no NAT detected
108 "westnet-eastnet-aes-256" #5: STATE_MAIN_I3: sent MI3, expecting MR3
003 "westnet-eastnet-aes-256" #5: received Vendor ID payload [CAN-IKEv2]
002 "westnet-eastnet-aes-256" #5: Main mode peer ID is ID_FQDN: '@east'
004 "westnet-eastnet-aes-256" #5: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=aes_256 integ=sha group=MODP2048}
002 "westnet-eastnet-aes-256" #6: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+IKEV2_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW
117 "westnet-eastnet-aes-256" #6: STATE_QUICK_I1: initiate
004 "westnet-eastnet-aes-256" #6: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_256-HMAC_SHA1 NATOA=none NATD=none DPD=passive}
west #
 ipsec auto --delete westnet-eastnet-aes-256
002 "westnet-eastnet-aes-256": deleting connection
002 "westnet-eastnet-aes-256" #6: deleting state #6 (STATE_QUICK_I2)
005 "westnet-eastnet-aes-256" #6: ESP traffic information: in=0B out=0B
002 "westnet-eastnet-aes-256" #5: deleting state #5 (STATE_MAIN_I4)
west #
 #
west #
 ipsec auto --add  westnet-eastnet-aes-mix-1
002 added connection description "westnet-eastnet-aes-mix-1"
west #
 ipsec auto --up  westnet-eastnet-aes-mix-1
002 "westnet-eastnet-aes-mix-1" #7: initiating Main Mode
104 "westnet-eastnet-aes-mix-1" #7: STATE_MAIN_I1: initiate
003 "westnet-eastnet-aes-mix-1" #7: received Vendor ID payload [Dead Peer Detection]
003 "westnet-eastnet-aes-mix-1" #7: received Vendor ID payload [FRAGMENTATION]
003 "westnet-eastnet-aes-mix-1" #7: received Vendor ID payload [RFC 3947]
002 "westnet-eastnet-aes-mix-1" #7: enabling possible NAT-traversal with method RFC 3947 (NAT-Traversal)
106 "westnet-eastnet-aes-mix-1" #7: STATE_MAIN_I2: sent MI2, expecting MR2
003 "westnet-eastnet-aes-mix-1" #7: NAT-Traversal: Result using RFC 3947 (NAT-Traversal) sender port 500: no NAT detected
108 "westnet-eastnet-aes-mix-1" #7: STATE_MAIN_I3: sent MI3, expecting MR3
003 "westnet-eastnet-aes-mix-1" #7: received Vendor ID payload [CAN-IKEv2]
002 "westnet-eastnet-aes-mix-1" #7: Main mode peer ID is ID_FQDN: '@east'
004 "westnet-eastnet-aes-mix-1" #7: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=aes_128 integ=sha group=MODP2048}
002 "westnet-eastnet-aes-mix-1" #8: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+IKEV2_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW
117 "westnet-eastnet-aes-mix-1" #8: STATE_QUICK_I1: initiate
004 "westnet-eastnet-aes-mix-1" #8: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_256-HMAC_SHA1 NATOA=none NATD=none DPD=passive}
west #
 ipsec auto --delete  westnet-eastnet-aes-mix-1
002 "westnet-eastnet-aes-mix-1": deleting connection
002 "westnet-eastnet-aes-mix-1" #8: deleting state #8 (STATE_QUICK_I2)
005 "westnet-eastnet-aes-mix-1" #8: ESP traffic information: in=0B out=0B
002 "westnet-eastnet-aes-mix-1" #7: deleting state #7 (STATE_MAIN_I4)
west #
 #
west #
 ipsec auto --add  westnet-eastnet-aes-mix-2
002 added connection description "westnet-eastnet-aes-mix-2"
west #
 ipsec auto --up  westnet-eastnet-aes-mix-2
002 "westnet-eastnet-aes-mix-2" #9: initiating Main Mode
104 "westnet-eastnet-aes-mix-2" #9: STATE_MAIN_I1: initiate
003 "westnet-eastnet-aes-mix-2" #9: received Vendor ID payload [Dead Peer Detection]
003 "westnet-eastnet-aes-mix-2" #9: received Vendor ID payload [FRAGMENTATION]
003 "westnet-eastnet-aes-mix-2" #9: received Vendor ID payload [RFC 3947]
002 "westnet-eastnet-aes-mix-2" #9: enabling possible NAT-traversal with method RFC 3947 (NAT-Traversal)
106 "westnet-eastnet-aes-mix-2" #9: STATE_MAIN_I2: sent MI2, expecting MR2
003 "westnet-eastnet-aes-mix-2" #9: NAT-Traversal: Result using RFC 3947 (NAT-Traversal) sender port 500: no NAT detected
108 "westnet-eastnet-aes-mix-2" #9: STATE_MAIN_I3: sent MI3, expecting MR3
003 "westnet-eastnet-aes-mix-2" #9: received Vendor ID payload [CAN-IKEv2]
002 "westnet-eastnet-aes-mix-2" #9: Main mode peer ID is ID_FQDN: '@east'
004 "westnet-eastnet-aes-mix-2" #9: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=aes_256 integ=sha group=MODP2048}
002 "westnet-eastnet-aes-mix-2" #10: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+IKEV2_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW
117 "westnet-eastnet-aes-mix-2" #10: STATE_QUICK_I1: initiate
004 "westnet-eastnet-aes-mix-2" #10: 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 #
 ipsec auto --delete  westnet-eastnet-aes-mix-2
002 "westnet-eastnet-aes-mix-2": deleting connection
002 "westnet-eastnet-aes-mix-2" #10: deleting state #10 (STATE_QUICK_I2)
005 "westnet-eastnet-aes-mix-2" #10: ESP traffic information: in=0B out=0B
002 "westnet-eastnet-aes-mix-2" #9: deleting state #9 (STATE_MAIN_I4)
west #
 echo done
done
west #
 grep -A 1 KEY_LENGTH /tmp/pluto.log
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 128 (0x80)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 256 (0x100)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 128 (0x80)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 256 (0x100)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 256 (0x100)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: OAKLEY_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 128 (0x80)
--
|    af+type: KEY_LENGTH (0x8006)
|    length/value: 128 (0x80)
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

