/testing/guestbin/swan-prep kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec start Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Error: Peer netns reference is invalid. Redirecting to: namespaces direct start via ipsec pluto kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# /testing/pluto/bin/wait-until-pluto-started kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec auto --add west-east 002 added connection description "west-east" kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec auto --add west-eastnet 002 added connection description "west-eastnet" kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec auto --add westnet-east 002 added connection description "westnet-east" kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# echo "initdone" initdone kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# # we can transmit in the clear kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ping -q -c 4 -n -I 192.1.2.45 192.1.2.23 PING 192.1.2.23 (192.1.2.23) from 192.1.2.45 : 56(84) bytes of data. --- 192.1.2.23 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 60ms rtt min/avg/max/mdev = 0.037/0.044/0.057/0.010 ms kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# # bring up the tunnel kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec auto --up west-east 002 "west-east" #1: initiating Main Mode 102 "west-east" #1: STATE_MAIN_I1: initiate 104 "west-east" #1: STATE_MAIN_I2: sent MI2, expecting MR2 106 "west-east" #1: STATE_MAIN_I3: sent MI3, expecting MR3 002 "west-east" #1: Peer ID is ID_FQDN: '@east' 003 "west-east" #1: Authenticated using RSA 004 "west-east" #1: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048} 002 "west-east" #2: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO {using isakmp#1 msgid:a24f7bb1 proposal=defaults pfsgroup=MODP2048} 115 "west-east" #2: STATE_QUICK_I1: initiate 004 "west-east" #2: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xff11506c <0xe1e03af1 xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=active} kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec auto --up west-eastnet 002 "west-eastnet" #3: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO {using isakmp#1 msgid:d96e5ba6 proposal=defaults pfsgroup=MODP2048} 115 "west-eastnet" #3: STATE_QUICK_I1: initiate 004 "west-eastnet" #3: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0x5e49d13b <0x50fb40fd xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=active} kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec auto --up westnet-east 002 "westnet-east" #4: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO {using isakmp#1 msgid:7882fd4d proposal=defaults pfsgroup=MODP2048} 115 "westnet-east" #4: STATE_QUICK_I1: initiate 004 "westnet-east" #4: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xda5a08b5 <0xcac01ce8 xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=active} kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# # use the tunnel kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ping -q -c 4 -n -I 192.1.2.45 192.1.2.23 PING 192.1.2.23 (192.1.2.23) from 192.1.2.45 : 56(84) bytes of data. --- 192.1.2.23 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 104ms rtt min/avg/max/mdev = 0.072/0.077/0.088/0.006 ms kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# # show the tunnel kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec whack --trafficstatus 006 #2: "west-east", type=ESP, add_time=1569051201, inBytes=336, outBytes=336, id='@east' 006 #3: "west-eastnet", type=ESP, add_time=0, inBytes=0, outBytes=0, id='@east' 006 #4: "westnet-east", type=ESP, add_time=0, inBytes=0, outBytes=0, id='@east' kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# : Let R_U_THERE packets flow kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# sleep 10 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# sleep 10 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# : Create the block kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# iptables -I INPUT -s 192.1.2.23/32 -d 0/0 -j DROP kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# sleep 10 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# sleep 10 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# : DPD should have triggered now kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec whack --trafficstatus kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# # remove the block kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# iptables -D INPUT -s 192.1.2.23/32 -d 0/0 -j DROP kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ping -q -c 4 -n -I 192.1.2.45 192.1.2.23 PING 192.1.2.23 (192.1.2.23) from 192.1.2.45 : 56(84) bytes of data. --- 192.1.2.23 ping statistics --- 4 packets transmitted, 3 received, 25% packet loss, time 77ms rtt min/avg/max/mdev = 0.058/0.111/0.184/0.054 ms kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ping -q -c 4 -n -I 192.0.1.254 192.1.2.23 PING 192.1.2.23 (192.1.2.23) from 192.0.1.254 : 56(84) bytes of data. --- 192.1.2.23 ping statistics --- 4 packets transmitted, 3 received, 25% packet loss, time 74ms rtt min/avg/max/mdev = 0.075/0.077/0.080/0.010 ms kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ping -q -c 4 -n -I 192.1.2.45 192.0.2.254 PING 192.0.2.254 (192.0.2.254) from 192.1.2.45 : 56(84) bytes of data. --- 192.0.2.254 ping statistics --- 4 packets transmitted, 3 received, 25% packet loss, time 82ms rtt min/avg/max/mdev = 0.071/0.074/0.076/0.007 ms kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# # Tunnels should be back up now kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec whack --trafficstatus 006 #6: "west-east", type=ESP, add_time=1569051245, inBytes=252, outBytes=252, id='@east' 006 #8: "west-eastnet", type=ESP, add_time=0, inBytes=252, outBytes=252, id='@east' 006 #7: "westnet-east", type=ESP, add_time=0, inBytes=252, outBytes=252, id='@east' kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# echo done done kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ../../pluto/bin/ipsec-look.sh ==== cut ==== start raw xfrm state: src 192.1.2.45/32 dst 192.0.2.0/24 \ dir out priority 1040359 ptype main \ tmpl src 192.1.2.45 dst 192.1.2.23\ proto esp reqid 16393 mode tunnel\ src 192.0.2.0/24 dst 192.1.2.45/32 \ dir fwd priority 1040359 ptype main \ tmpl src 192.1.2.23 dst 192.1.2.45\ proto esp reqid 16393 mode tunnel\ src 192.0.2.0/24 dst 192.1.2.45/32 \ dir in priority 1040359 ptype main \ tmpl src 192.1.2.23 dst 192.1.2.45\ proto esp reqid 16393 mode tunnel\ src 192.0.1.0/24 dst 192.1.2.23/32 \ dir out priority 1042399 ptype main \ tmpl src 192.1.2.45 dst 192.1.2.23\ proto esp reqid 16397 mode tunnel\ src 192.1.2.23/32 dst 192.0.1.0/24 \ dir fwd priority 1042399 ptype main \ tmpl src 192.1.2.23 dst 192.1.2.45\ proto esp reqid 16397 mode tunnel\ src 192.1.2.23/32 dst 192.0.1.0/24 \ dir in priority 1042399 ptype main \ tmpl src 192.1.2.23 dst 192.1.2.45\ proto esp reqid 16397 mode tunnel\ src 192.1.2.45/32 dst 192.1.2.23/32 \ dir out priority 1040351 ptype main \ tmpl src 192.1.2.45 dst 192.1.2.23\ proto esp reqid 16389 mode tunnel\ src 192.1.2.23/32 dst 192.1.2.45/32 \ dir fwd priority 1040351 ptype main \ tmpl src 192.1.2.23 dst 192.1.2.45\ proto esp reqid 16389 mode tunnel\ src 192.1.2.23/32 dst 192.1.2.45/32 \ dir in priority 1040351 ptype main \ tmpl src 192.1.2.23 dst 192.1.2.45\ proto esp reqid 16389 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 \ end raw xfrm state: ==== tuc ==== west Sat Sep 21 07:34:18 UTC 2019 XFRM state: src 192.1.2.23 dst 192.1.2.45 proto esp spi 0x862d59e0 reqid 16393 mode tunnel replay-window 32 flag af-unspec auth-trunc hmac(sha1) 0x7911df307df4dc5b3ff4dee5fcf33ce95f5ac1cf 96 enc cbc(aes) 0x0b39baeabac74c4e9151848e5ff19cc1 anti-replay context: seq 0x3, oseq 0x0, bitmap 0x00000007 src 192.1.2.45 dst 192.1.2.23 proto esp spi 0xc3c6605d reqid 16393 mode tunnel replay-window 32 flag af-unspec auth-trunc hmac(sha1) 0x6f626d4aa884387a318e27b82d964173f49c7367 96 enc cbc(aes) 0x9ee5141221feab2e00e53507606c377e anti-replay context: seq 0x0, oseq 0x3, bitmap 0x00000000 src 192.1.2.45 dst 192.0.2.254 proto esp spi 0x00000000 reqid 0 mode transport replay-window 0 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 192.1.2.45/32 dst 192.0.2.254/32 proto icmp type 8 code 0 dev eth1 src 192.1.2.23 dst 192.1.2.45 proto esp spi 0xca4d447f reqid 16397 mode tunnel replay-window 32 flag af-unspec auth-trunc hmac(sha1) 0xba114845195d7d88180297403650c3291ae744e8 96 enc cbc(aes) 0xa505d47d7f5083ba7313f683eff94e30 anti-replay context: seq 0x3, oseq 0x0, bitmap 0x00000007 src 192.1.2.45 dst 192.1.2.23 proto esp spi 0x4617a201 reqid 16397 mode tunnel replay-window 32 flag af-unspec auth-trunc hmac(sha1) 0x165fd7389c17884a6b4d45e5cc147338e239de29 96 enc cbc(aes) 0x6d6e2d891c33772a3537cca74b6799bd anti-replay context: seq 0x0, oseq 0x3, bitmap 0x00000000 src 192.0.1.254 dst 192.1.2.23 proto esp spi 0x00000000 reqid 0 mode transport replay-window 0 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 192.0.1.254/32 dst 192.1.2.23/32 proto icmp type 8 code 0 dev eth1 src 192.1.2.23 dst 192.1.2.45 proto esp spi 0x19595831 reqid 16389 mode tunnel replay-window 32 flag af-unspec auth-trunc hmac(sha1) 0x2697d924a2fad884ad7a248a0b806ba2fb260228 96 enc cbc(aes) 0x088408c55ff0a4dfe1a6af8d7cc9ffab anti-replay context: seq 0x3, oseq 0x0, bitmap 0x00000007 src 192.1.2.45 dst 192.1.2.23 proto esp spi 0x9961bccf reqid 16389 mode tunnel replay-window 32 flag af-unspec auth-trunc hmac(sha1) 0x2c83f764aa183c7bd21006a7b68e22f83bc00300 96 enc cbc(aes) 0x935425fc67449ee3dfbe571fc398c00c anti-replay context: seq 0x0, oseq 0x3, bitmap 0x00000000 src 192.1.2.45 dst 192.1.2.23 proto esp spi 0x00000000 reqid 0 mode transport replay-window 0 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 192.1.2.45/32 dst 192.1.2.23/32 proto icmp type 8 code 0 dev eth1 XFRM policy: src 192.1.2.23/32 dst 192.1.2.45/32 dir fwd priority 1040351 ptype main tmpl src 192.1.2.23 dst 192.1.2.45 proto esp reqid 16389 mode tunnel src 192.1.2.23/32 dst 192.1.2.45/32 dir in priority 1040351 ptype main tmpl src 192.1.2.23 dst 192.1.2.45 proto esp reqid 16389 mode tunnel src 192.1.2.45/32 dst 192.1.2.23/32 dir out priority 1040351 ptype main tmpl src 192.1.2.45 dst 192.1.2.23 proto esp reqid 16389 mode tunnel src 192.0.2.0/24 dst 192.1.2.45/32 dir fwd priority 1040359 ptype main tmpl src 192.1.2.23 dst 192.1.2.45 proto esp reqid 16393 mode tunnel src 192.0.2.0/24 dst 192.1.2.45/32 dir in priority 1040359 ptype main tmpl src 192.1.2.23 dst 192.1.2.45 proto esp reqid 16393 mode tunnel src 192.1.2.45/32 dst 192.0.2.0/24 dir out priority 1040359 ptype main tmpl src 192.1.2.45 dst 192.1.2.23 proto esp reqid 16393 mode tunnel src 192.0.1.0/24 dst 192.1.2.23/32 dir out priority 1042399 ptype main tmpl src 192.1.2.45 dst 192.1.2.23 proto esp reqid 16397 mode tunnel src 192.1.2.23/32 dst 192.0.1.0/24 dir fwd priority 1042399 ptype main tmpl src 192.1.2.23 dst 192.1.2.45 proto esp reqid 16397 mode tunnel src 192.1.2.23/32 dst 192.0.1.0/24 dir in priority 1042399 ptype main tmpl src 192.1.2.23 dst 192.1.2.45 proto esp reqid 16397 mode tunnel 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 NSS_CERTIFICATES Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# : ==== cut ==== kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ipsec auto --status 000 using kernel interface: netkey 000 interface lo/lo 127.0.0.1:4500 000 interface lo/lo 127.0.0.1:500 000 interface eth0/eth0 192.0.1.254:4500 000 interface eth0/eth0 192.0.1.254:500 000 interface eth1/eth1 192.1.2.45:4500 000 interface eth1/eth1 192.1.2.45:500 000 000 000 fips mode=disabled; 000 SElinux=disabled 000 seccomp=disabled 000 000 config setup options: 000 000 configdir=/etc, configfile=/etc/ipsec.conf, secrets=/etc/ipsec.secrets, ipsecdir=/etc/ipsec.d 000 nssdir=/etc/ipsec.d, dumpdir=/var/tmp, statsbin=unset 000 dnssec-rootkey-file=/var/lib/unbound/root.key, dnssec-trusted= 000 sbindir=/usr/local/sbin, libexecdir=/usr/local/libexec/ipsec 000 pluto_version=v3.28-827-gc9aa82b8a6-master-s2, pluto_vendorid=OE-Libreswan-v3.28-827, audit-log=yes 000 nhelpers=-1, uniqueids=yes, dnssec-enable=yes, perpeerlog=no, logappend=no, logip=yes, shuntlifetime=900s, xfrmlifetime=30s 000 ddos-cookies-threshold=50000, ddos-max-halfopen=25000, ddos-mode=auto 000 ikeport=500, ikebuf=0, msg_errqueue=yes, strictcrlpolicy=no, crlcheckinterval=0, listen=, nflog-all=0 000 ocsp-enable=no, ocsp-strict=no, ocsp-timeout=2, ocsp-uri= 000 ocsp-trust-name= 000 ocsp-cache-size=1000, ocsp-cache-min-age=3600, ocsp-cache-max-age=86400, ocsp-method=get 000 global-redirect=no, global-redirect-to= 000 secctx-attr-type=32001 000 debug: base+cpu-usage 000 000 nat-traversal=yes, keep-alive=20, nat-ikeport=4500 000 virtual-private (%priv): 000 000 Kernel algorithms supported: 000 000 algorithm ESP encrypt: name=3DES_CBC, keysizemin=192, keysizemax=192 000 algorithm ESP encrypt: name=AES_CBC, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=AES_CCM_12, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=AES_CCM_16, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=AES_CCM_8, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=AES_CTR, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=AES_GCM_12, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=AES_GCM_16, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=AES_GCM_8, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=CAMELLIA_CBC, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=CHACHA20_POLY1305, keysizemin=256, keysizemax=256 000 algorithm ESP encrypt: name=NULL, keysizemin=0, keysizemax=0 000 algorithm ESP encrypt: name=NULL_AUTH_AES_GMAC, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=SERPENT_CBC, keysizemin=128, keysizemax=256 000 algorithm ESP encrypt: name=TWOFISH_CBC, keysizemin=128, keysizemax=256 000 algorithm AH/ESP auth: name=AES_CMAC_96, key-length=128 000 algorithm AH/ESP auth: name=AES_XCBC_96, key-length=128 000 algorithm AH/ESP auth: name=HMAC_MD5_96, key-length=128 000 algorithm AH/ESP auth: name=HMAC_SHA1_96, key-length=160 000 algorithm AH/ESP auth: name=HMAC_SHA2_256_128, key-length=256 000 algorithm AH/ESP auth: name=HMAC_SHA2_256_TRUNCBUG, key-length=256 000 algorithm AH/ESP auth: name=HMAC_SHA2_384_192, key-length=384 000 algorithm AH/ESP auth: name=HMAC_SHA2_512_256, key-length=512 000 algorithm AH/ESP auth: name=NONE, key-length=0 000 000 IKE algorithms supported: 000 000 algorithm IKE encrypt: v1id=5, v1name=OAKLEY_3DES_CBC, v2id=3, v2name=3DES, blocksize=8, keydeflen=192 000 algorithm IKE encrypt: v1id=8, v1name=OAKLEY_CAMELLIA_CBC, v2id=23, v2name=CAMELLIA_CBC, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=-1, v1name=n/a, v2id=20, v2name=AES_GCM_C, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=-1, v1name=n/a, v2id=19, v2name=AES_GCM_B, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=-1, v1name=n/a, v2id=18, v2name=AES_GCM_A, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=13, v1name=OAKLEY_AES_CTR, v2id=13, v2name=AES_CTR, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=7, v1name=OAKLEY_AES_CBC, v2id=12, v2name=AES_CBC, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=65004, v1name=OAKLEY_SERPENT_CBC, v2id=65004, v2name=SERPENT_CBC, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=65005, v1name=OAKLEY_TWOFISH_CBC, v2id=65005, v2name=TWOFISH_CBC, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=65289, v1name=OAKLEY_TWOFISH_CBC_SSH, v2id=65289, v2name=TWOFISH_CBC_SSH, blocksize=16, keydeflen=128 000 algorithm IKE encrypt: v1id=-1, v1name=n/a, v2id=28, v2name=CHACHA20_POLY1305, blocksize=16, keydeflen=256 000 algorithm IKE PRF: name=HMAC_MD5, hashlen=16 000 algorithm IKE PRF: name=HMAC_SHA1, hashlen=20 000 algorithm IKE PRF: name=HMAC_SHA2_256, hashlen=32 000 algorithm IKE PRF: name=HMAC_SHA2_384, hashlen=48 000 algorithm IKE PRF: name=HMAC_SHA2_512, hashlen=64 000 algorithm IKE PRF: name=AES_XCBC, hashlen=16 000 algorithm IKE DH Key Exchange: name=MODP1536, bits=1536 000 algorithm IKE DH Key Exchange: name=MODP2048, bits=2048 000 algorithm IKE DH Key Exchange: name=MODP3072, bits=3072 000 algorithm IKE DH Key Exchange: name=MODP4096, bits=4096 000 algorithm IKE DH Key Exchange: name=MODP6144, bits=6144 000 algorithm IKE DH Key Exchange: name=MODP8192, bits=8192 000 algorithm IKE DH Key Exchange: name=DH19, bits=512 000 algorithm IKE DH Key Exchange: name=DH20, bits=768 000 algorithm IKE DH Key Exchange: name=DH21, bits=1056 000 algorithm IKE DH Key Exchange: name=DH31, bits=256 000 000 stats db_ops: {curr_cnt, total_cnt, maxsz} :context={0,0,0} trans={0,0,0} attrs={0,0,0} 000 000 Connection list: 000 000 "west-east": 192.1.2.45<192.1.2.45>[@west]...192.1.2.23<192.1.2.23>[@east]; erouted; eroute owner: #6 000 "west-east": oriented; my_ip=unset; their_ip=unset; my_updown=ipsec _updown; 000 "west-east": xauth us:none, xauth them:none, my_username=[any]; their_username=[any] 000 "west-east": our auth:rsasig, their auth:rsasig 000 "west-east": modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, banner:unset, cat:unset; 000 "west-east": labeled_ipsec:no; 000 "west-east": policy_label:unset; 000 "west-east": ike_life: 3600s; ipsec_life: 28800s; replay_window: 32; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; 000 "west-east": retransmit-interval: 500ms; retransmit-timeout: 60s; 000 "west-east": initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no; 000 "west-east": policy: RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO; 000 "west-east": conn_prio: 32,32; interface: eth1; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none; 000 "west-east": nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:auto; 000 "west-east": our idtype: ID_FQDN; our id=@west; their idtype: ID_FQDN; their id=@east 000 "west-east": dpd: action:hold; delay:3; timeout:12; nat-t: encaps:auto; nat_keepalive:yes; ikev1_natt:both 000 "west-east": newest ISAKMP SA: #5; newest IPsec SA: #6; 000 "west-east": IKEv1 algorithm newest: AES_CBC_256-HMAC_SHA2_256-MODP2048 000 "west-east": ESP algorithm newest: AES_CBC_128-HMAC_SHA1_96; pfsgroup= 000 "west-eastnet": 192.1.2.45<192.1.2.45>[@west]...192.1.2.23<192.1.2.23>[@east]===192.0.2.0/24; erouted; eroute owner: #8 000 "west-eastnet": oriented; my_ip=unset; their_ip=unset; my_updown=ipsec _updown; 000 "west-eastnet": xauth us:none, xauth them:none, my_username=[any]; their_username=[any] 000 "west-eastnet": our auth:rsasig, their auth:rsasig 000 "west-eastnet": modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, banner:unset, cat:unset; 000 "west-eastnet": labeled_ipsec:no; 000 "west-eastnet": policy_label:unset; 000 "west-eastnet": ike_life: 3600s; ipsec_life: 28800s; replay_window: 32; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; 000 "west-eastnet": retransmit-interval: 500ms; retransmit-timeout: 60s; 000 "west-eastnet": initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no; 000 "west-eastnet": policy: RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO; 000 "west-eastnet": conn_prio: 32,24; interface: eth1; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none; 000 "west-eastnet": nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:auto; 000 "west-eastnet": our idtype: ID_FQDN; our id=@west; their idtype: ID_FQDN; their id=@east 000 "west-eastnet": dpd: action:hold; delay:3; timeout:12; nat-t: encaps:auto; nat_keepalive:yes; ikev1_natt:both 000 "west-eastnet": newest ISAKMP SA: #0; newest IPsec SA: #8; 000 "west-eastnet": ESP algorithm newest: AES_CBC_128-HMAC_SHA1_96; pfsgroup= 000 "westnet-east": 192.0.1.0/24===192.1.2.45<192.1.2.45>[@west]...192.1.2.23<192.1.2.23>[@east]; erouted; eroute owner: #7 000 "westnet-east": oriented; my_ip=unset; their_ip=unset; my_updown=ipsec _updown; 000 "westnet-east": xauth us:none, xauth them:none, my_username=[any]; their_username=[any] 000 "westnet-east": our auth:rsasig, their auth:rsasig 000 "westnet-east": modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, banner:unset, cat:unset; 000 "westnet-east": labeled_ipsec:no; 000 "westnet-east": policy_label:unset; 000 "westnet-east": ike_life: 3600s; ipsec_life: 28800s; replay_window: 32; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; 000 "westnet-east": retransmit-interval: 500ms; retransmit-timeout: 60s; 000 "westnet-east": initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no; 000 "westnet-east": policy: RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO; 000 "westnet-east": conn_prio: 24,32; interface: eth1; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none; 000 "westnet-east": nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:auto; 000 "westnet-east": our idtype: ID_FQDN; our id=@west; their idtype: ID_FQDN; their id=@east 000 "westnet-east": dpd: action:hold; delay:3; timeout:12; nat-t: encaps:auto; nat_keepalive:yes; ikev1_natt:both 000 "westnet-east": newest ISAKMP SA: #0; newest IPsec SA: #7; 000 "westnet-east": ESP algorithm newest: AES_CBC_128-HMAC_SHA1_96; pfsgroup= 000 000 Total IPsec connections: loaded 3, active 3 000 000 State Information: DDoS cookies not required, Accepting new IKE connections 000 IKE SAs: total(1), half-open(0), open(0), authenticated(1), anonymous(0) 000 IPsec SAs: total(3), authenticated(3), anonymous(0) 000 000 #5: "west-east":500 STATE_MAIN_I4 (ISAKMP SA established); EVENT_SA_REPLACE in 2554s; newest ISAKMP; lastdpd=1s(seq in:28539 out:0); idle; 000 #6: "west-east":500 STATE_QUICK_I2 (sent QI2, IPsec SA established); EVENT_SA_REPLACE in 28140s; newest IPSEC; eroute owner; isakmp#5; idle; 000 #6: "west-east" esp.9961bccf@192.1.2.23 esp.19595831@192.1.2.45 tun.0@192.1.2.23 tun.0@192.1.2.45 ref=0 refhim=0 Traffic: ESPin=252B ESPout=252B! ESPmax=4194303B 000 #8: "west-eastnet":500 STATE_QUICK_I2 (sent QI2, IPsec SA established); EVENT_SA_REPLACE in 27840s; newest IPSEC; eroute owner; isakmp#5; idle; 000 #8: "west-eastnet" esp.c3c6605d@192.1.2.23 esp.862d59e0@192.1.2.45 tun.0@192.1.2.23 tun.0@192.1.2.45 ref=0 refhim=0 Traffic: ESPin=252B ESPout=252B! ESPmax=4194303B 000 #7: "westnet-east":500 STATE_QUICK_I2 (sent QI2, IPsec SA established); EVENT_SA_REPLACE in 28069s; newest IPSEC; eroute owner; isakmp#5; idle; 000 #7: "westnet-east" esp.4617a201@192.1.2.23 esp.ca4d447f@192.1.2.45 tun.0@192.1.2.23 tun.0@192.1.2.45 ref=0 refhim=0 Traffic: ESPin=252B ESPout=252B! ESPmax=4194303B 000 000 Bare Shunt list: 000 000 192.1.2.45/32:8 -1-> 192.1.2.23/32:0 => %hold 0 %acquire-netlink kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# : ==== tuc ==== kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# ../bin/check-for-core.sh kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04]# if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi kroot@swantest:/home/build/libreswan/testing/pluto/dpd-04\[root@west dpd-04 1]# >>>>>>>>>>cutnonzeroexit>>>>>>>>>> exit status 1 final.sh 'if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi' <<<<<<<<<