/testing/guestbin/swan-prep kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# 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. Redirecting to: /etc/init.d/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. Starting pluto IKE daemon for IPsec: kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# /testing/pluto/bin/wait-until-pluto-started kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ipsec auto --add west-east 002 added connection description "west-east" kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ipsec whack --impair suppress-retransmits kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# echo "initdone" initdone kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# #!/bin/sh kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# # we can transmit in the clear kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 8 -n 192.1.2.23 PING 192.1.2.23 (192.1.2.23) 56(84) bytes of data. --- 192.1.2.23 ping statistics --- 8 packets transmitted, 8 received, 0% packet loss, time 157ms rtt min/avg/max/mdev = 0.029/0.073/0.131/0.032 ms kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# # bring up the tunnel kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ipsec auto --up west-east 002 "west-east" #1: initiating Main Mode 002 "west-east" #1: IMPAIR: suppressing retransmits; scheduling timeout in 60 seconds 102 "west-east" #1: STATE_MAIN_I1: initiate 002 "west-east" #1: IMPAIR: suppressing retransmits; scheduling timeout in 60 seconds 104 "west-east" #1: STATE_MAIN_I2: sent MI2, expecting MR2 002 "west-east" #1: IMPAIR: suppressing retransmits; scheduling timeout in 60 seconds 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:533f864a proposal=defaults pfsgroup=MODP2048} 002 "west-east" #2: IMPAIR: suppressing retransmits; scheduling timeout in 60 seconds 115 "west-east" #2: STATE_QUICK_I1: initiate 004 "west-east" #2: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0x843418c7 <0xf55da30b xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=active} kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# # use the tunnel kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 8 -n 192.1.2.23 PING 192.1.2.23 (192.1.2.23) 56(84) bytes of data. --- 192.1.2.23 ping statistics --- 8 packets transmitted, 8 received, 0% packet loss, time 183ms rtt min/avg/max/mdev = 0.067/0.094/0.209/0.044 ms kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# # show the tunnel! kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# echo "Tunnel should be up" Tunnel should be up kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ipsec whack --trafficstatus 006 #2: "west-east", type=ESP, add_time=1566825700, inBytes=672, outBytes=672, id='@east' kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# # Wait more then 15 seconds while ensuring there is traffic kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# # force a rekey kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ipsec auto --up west-east 002 "west-east" #3: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO {using isakmp#1 msgid:a6f23be2 proposal=defaults pfsgroup=MODP2048} 002 "west-east" #3: IMPAIR: suppressing retransmits; scheduling timeout in 60 seconds 115 "west-east" #3: STATE_QUICK_I1: initiate 004 "west-east" #3: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xa8a1f77b <0x6ab2c800 xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=active} kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# sleep 1 kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# ping -q -c 1 -n 192.1.2.23 >/dev/null kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# echo done done kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# # There should not be any R_U_THERE packets from either end because we are not idle kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent]# grep R_U_THERE /tmp/pluto.log kroot@swantest:/home/build/libreswan/testing/pluto/dpd-11-silent\[root@west dpd-11-silent 1]# >>>>>>>>>>cutnonzeroexit>>>>>>>>>> exit status 1 final.sh 'grep R_U_THERE /tmp/pluto.log' <<<<<<<<<>>>>>>>>>cutnonzeroexit>>>>>>>>>> exit status 1 final.sh 'if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi' <<<<<<<<<