/testing/guestbin/swan-prep ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ipsec start Redirecting to: namespaces direct start via ipsec pluto ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# /testing/pluto/bin/wait-until-pluto-started ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# echo "initdone" initdone ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# # wait for the connection to come up ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ../../pluto/bin/wait-for.sh --match westnet-eastnet-auto -- ipsec whack --trafficstatus 006 #2: "westnet-eastnet-auto", type=ESP, add_time=1604157859, inBytes=0, outBytes=0, id='@east' ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# # ensure that clear text does not get through ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# iptables -A INPUT -i eth1 -m policy --dir in --pol none -s 192.0.2.0/24 -j DROP ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# iptables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# # We expect ping to be encrypted and work; we should see non-zero ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# # traffic counters ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ../../pluto/bin/ping-once.sh --up -I 192.0.1.254 192.0.2.254 ==== cut ==== ping -q -n -c 1 -i 6 -w 5 -I 192.0.1.254 192.0.2.254 ==== tuc ==== ==== cut ==== PING 192.0.2.254 (192.0.2.254) from 192.0.1.254 : 56(84) bytes of data. --- 192.0.2.254 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.068/0.068/0.068/0.000 ms ==== tuc ==== up ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ipsec whack --trafficstatus 006 #2: "westnet-eastnet-auto", type=ESP, add_time=1604157859, inBytes=84, outBytes=84, id='@east' ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# # sending delete/notify should cause east to re-initiate ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ipsec auto --down westnet-eastnet-auto 002 "westnet-eastnet-auto": terminating SAs using this connection 002 "westnet-eastnet-auto" #2: deleting state (STATE_V2_ESTABLISHED_CHILD_SA) aged 1.289306s and sending notification 005 "westnet-eastnet-auto" #2: ESP traffic information: in=84B out=84B 002 "westnet-eastnet-auto" #1: deleting state (STATE_V2_ESTABLISHED_IKE_SA) aged 1.335188s and sending notification ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# # give Delete/Notify some time; traffic counters on the new IPsec SA ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# # should be 0 ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ../../pluto/bin/wait-for.sh --match 'westnet-eastnet-auto.*inBytes=0' -- ipsec whack --trafficstatus 006 #4: "westnet-eastnet-auto", type=ESP, add_time=1604157860, inBytes=0, outBytes=0, id='@east' ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# # A new IPsec SA should be established (older versions would be dead for 30 seconds) ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ../../pluto/bin/ping-once.sh --up -I 192.0.1.254 192.0.2.254 ==== cut ==== ping -q -n -c 1 -i 6 -w 5 -I 192.0.1.254 192.0.2.254 ==== tuc ==== ==== cut ==== PING 192.0.2.254 (192.0.2.254) from 192.0.1.254 : 56(84) bytes of data. --- 192.0.2.254 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.081/0.081/0.081/0.000 ms ==== tuc ==== up ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ipsec whack --trafficstatus 006 #4: "westnet-eastnet-auto", type=ESP, add_time=1604157860, inBytes=84, outBytes=84, id='@east' ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# : ==== cut ==== ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ipsec auto --status 000 using kernel interface: xfrm 000 000 interface lo UDP 127.0.0.1:4500 000 interface lo UDP 127.0.0.1:500 000 interface eth0 UDP 192.0.1.254:4500 000 interface eth0 UDP 192.0.1.254:500 000 interface eth1 UDP 192.1.2.45:4500 000 interface eth1 UDP 192.1.2.45:500 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=/var/lib/ipsec/nss, 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=v4.1-88-gf1d1933837ef-main, pluto_vendorid=OE-Libreswan-v4.1-88, audit-log=yes 000 nhelpers=-1, uniqueids=yes, dnssec-enable=yes, logappend=no, logip=yes, shuntlifetime=900s, xfrmlifetime=30s 000 ddos-cookies-threshold=25000, ddos-max-halfopen=50000, ddos-mode=auto, ikev1-policy=accept 000 ikebuf=0, msg_errqueue=yes, crl-strict=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 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=-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 "westnet-eastnet-auto": 192.0.1.0/24===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: #4 000 "westnet-eastnet-auto": oriented; my_ip=unset; their_ip=unset; my_updown=ipsec _updown; 000 "westnet-eastnet-auto": xauth us:none, xauth them:none, my_username=[any]; their_username=[any] 000 "westnet-eastnet-auto": our auth:rsasig, their auth:rsasig 000 "westnet-eastnet-auto": modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, banner:unset, cat:unset; 000 "westnet-eastnet-auto": policy_label:unset; 000 "westnet-eastnet-auto": ike_life: 3600s; ipsec_life: 28800s; replay_window: 32; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; 000 "westnet-eastnet-auto": retransmit-interval: 500ms; retransmit-timeout: 60s; iketcp:no; iketcp-port:4500; 000 "westnet-eastnet-auto": initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no; 000 "westnet-eastnet-auto": policy: RSASIG+ECDSA+ENCRYPT+TUNNEL+PFS+IKEV2_ALLOW+IKE_FRAG_ALLOW+ESN_NO+RSASIG_v1_5; 000 "westnet-eastnet-auto": v2-auth-hash-policy: SHA2_256+SHA2_384+SHA2_512; 000 "westnet-eastnet-auto": conn_prio: 24,24; interface: eth1; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none; 000 "westnet-eastnet-auto": nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:auto; 000 "westnet-eastnet-auto": our idtype: ID_FQDN; our id=@west; their idtype: ID_FQDN; their id=@east 000 "westnet-eastnet-auto": dpd: action:hold; delay:0; timeout:0; nat-t: encaps:auto; nat_keepalive:yes; ikev1_natt:both 000 "westnet-eastnet-auto": newest ISAKMP SA: #3; newest IPsec SA: #4; conn serial: $1; 000 "westnet-eastnet-auto": IKEv2 algorithm newest: AES_GCM_16_256-HMAC_SHA2_512-MODP2048 000 "westnet-eastnet-auto": ESP algorithm newest: AES_GCM_16_256-NONE; pfsgroup= 000 000 Total IPsec connections: loaded 1, active 1 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(1), authenticated(1), anonymous(0) 000 000 #3: "westnet-eastnet-auto":500 STATE_V2_ESTABLISHED_IKE_SA (established IKE SA); EVENT_SA_REKEY in 3329s; newest ISAKMP; idle; 000 #4: "westnet-eastnet-auto":500 STATE_V2_ESTABLISHED_CHILD_SA (IPsec SA established); EVENT_SA_REKEY in 28529s; newest IPSEC; eroute owner; isakmp#3; idle; 000 #4: "westnet-eastnet-auto" esp.3fc6384b@192.1.2.23 esp.ec7db2c2@192.1.2.45 tun.0@192.1.2.23 tun.0@192.1.2.45 Traffic: ESPin=84B ESPout=84B! ESPmax=0B 000 000 Bare Shunt list: 000 ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# : ==== tuc ==== ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# ../bin/check-for-core.sh ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start]# if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-delete-05-sa-start[root@west ikev2-delete-05-sa-start 1]# >>>>>>>>>>cutnonzeroexit>>>>>>>>>> exit status 1 final.sh 'if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi' <<<<<<<<<>>>>>>>>>cut>>>>>>>>>> done <<<<<<<<<