/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 v2 parent SA
133 "westnet-eastnet-aes-default" #1: STATE_PARENT_I1: initiate
133 "westnet-eastnet-aes-default" #1: STATE_PARENT_I1: sent v2I1, expected v2R1
134 "westnet-eastnet-aes-default" #2: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=aes_128 integ=sha1_96 prf=sha group=MODP2048}
002 "westnet-eastnet-aes-default" #2: IKEv2 mode peer ID is ID_FQDN: '@east'
002 "westnet-eastnet-aes-default" #2: negotiated tunnel [192.0.1.0,192.0.1.255:0-65535 0] -> [192.0.2.0,192.0.2.255:0-65535 0]
004 "westnet-eastnet-aes-default" #2: STATE_PARENT_I3: PARENT 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_PARENT_I3)
005 "westnet-eastnet-aes-default" #2: ESP traffic information: in=0B out=0B
002 "westnet-eastnet-aes-default" #1: deleting state #1 (STATE_PARENT_I3)
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 v2 parent SA
133 "westnet-eastnet-aes-128" #3: STATE_PARENT_I1: initiate
133 "westnet-eastnet-aes-128" #3: STATE_PARENT_I1: sent v2I1, expected v2R1
134 "westnet-eastnet-aes-128" #4: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=aes_128 integ=sha1_96 prf=sha group=MODP2048}
002 "westnet-eastnet-aes-128" #4: IKEv2 mode peer ID is ID_FQDN: '@east'
002 "westnet-eastnet-aes-128" #4: negotiated tunnel [192.0.1.0,192.0.1.255:0-65535 0] -> [192.0.2.0,192.0.2.255:0-65535 0]
004 "westnet-eastnet-aes-128" #4: STATE_PARENT_I3: PARENT 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_PARENT_I3)
005 "westnet-eastnet-aes-128" #4: ESP traffic information: in=0B out=0B
002 "westnet-eastnet-aes-128" #3: deleting state #3 (STATE_PARENT_I3)
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 v2 parent SA
133 "westnet-eastnet-aes-256" #5: STATE_PARENT_I1: initiate
133 "westnet-eastnet-aes-256" #5: STATE_PARENT_I1: sent v2I1, expected v2R1
134 "westnet-eastnet-aes-256" #6: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=aes_256 integ=sha1_96 prf=sha group=MODP2048}
002 "westnet-eastnet-aes-256" #6: IKEv2 mode peer ID is ID_FQDN: '@east'
002 "westnet-eastnet-aes-256" #6: negotiated tunnel [192.0.1.0,192.0.1.255:0-65535 0] -> [192.0.2.0,192.0.2.255:0-65535 0]
004 "westnet-eastnet-aes-256" #6: STATE_PARENT_I3: PARENT 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_PARENT_I3)
005 "westnet-eastnet-aes-256" #6: ESP traffic information: in=0B out=0B
002 "westnet-eastnet-aes-256" #5: deleting state #5 (STATE_PARENT_I3)
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 v2 parent SA
133 "westnet-eastnet-aes-mix-1" #7: STATE_PARENT_I1: initiate
133 "westnet-eastnet-aes-mix-1" #7: STATE_PARENT_I1: sent v2I1, expected v2R1
134 "westnet-eastnet-aes-mix-1" #8: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=aes_128 integ=sha1_96 prf=sha group=MODP2048}
002 "westnet-eastnet-aes-mix-1" #8: IKEv2 mode peer ID is ID_FQDN: '@east'
002 "westnet-eastnet-aes-mix-1" #8: negotiated tunnel [192.0.1.0,192.0.1.255:0-65535 0] -> [192.0.2.0,192.0.2.255:0-65535 0]
004 "westnet-eastnet-aes-mix-1" #8: STATE_PARENT_I3: PARENT 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_PARENT_I3)
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_PARENT_I3)
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 v2 parent SA
133 "westnet-eastnet-aes-mix-2" #9: STATE_PARENT_I1: initiate
133 "westnet-eastnet-aes-mix-2" #9: STATE_PARENT_I1: sent v2I1, expected v2R1
134 "westnet-eastnet-aes-mix-2" #10: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=aes_256 integ=sha1_96 prf=sha group=MODP2048}
002 "westnet-eastnet-aes-mix-2" #10: IKEv2 mode peer ID is ID_FQDN: '@east'
002 "westnet-eastnet-aes-mix-2" #10: negotiated tunnel [192.0.1.0,192.0.1.255:0-65535 0] -> [192.0.2.0,192.0.2.255:0-65535 0]
004 "westnet-eastnet-aes-mix-2" #10: STATE_PARENT_I3: PARENT 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_PARENT_I3)
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_PARENT_I3)
west #
 echo done
done
west #
 grep -A 1 KEY_LENGTH /tmp/pluto.log
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
| IKEv2_KEY_LENGTH attribute 128
| encrid(12), keylen(128), encr_keylen(128)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
| IKEv2_KEY_LENGTH attribute 128
| encrid(12), keylen(128), encr_keylen(128)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
| IKEv2_KEY_LENGTH attribute 256
| encrid(12), keylen(256), encr_keylen(256)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
| IKEv2_KEY_LENGTH attribute 128
| encrid(12), keylen(128), encr_keylen(128)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 256 (0x100)
--
| IKEv2_KEY_LENGTH attribute 256
| encrid(12), keylen(256), encr_keylen(256)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    length/value: 128 (0x80)
--
|    af+type: IKEv2_KEY_LENGTH (0x800e)
|    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

