/testing/guestbin/swan-prep --x509 --x509name west-nosan Preparing X.509 files kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any]# certutil -D -n east -d sql:/etc/ipsec.d kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any]# # confirm that the network is alive kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any]# ../../pluto/bin/wait-until-alive -I 192.0.1.254 192.0.2.254 destination -I 192.0.1.254 192.0.2.254 is alive kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any]# # ensure that clear text does not get through kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any]# iptables -A INPUT -i eth1 -s 192.0.2.0/24 -j LOGDROP kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any]# iptables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any]# # confirm clear text does not get through kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any]# ../../pluto/bin/ping-once.sh --down -I 192.0.1.254 192.0.2.254 ==== cut ==== ping -q -n -c 1 -i 2 -w 1 -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.031/0.031/0.031/0.000 ms ==== tuc ==== up UNEXPECTED kroot@swantest:/home/build/libreswan/testing/pluto/ikev1-x509-17-id-any\[root@west ikev1-x509-17-id-any 1]# >>>>>>>>>>cutnonzeroexit>>>>>>>>>> exit status 1 westinit.sh '../../pluto/bin/ping-once.sh --down -I 192.0.1.254 192.0.2.254' <<<<<<<<<>>>>>>>>>cutnonzeroexit>>>>>>>>>> exit status 33 westrun.sh 'ipsec whack --trafficstatus' <<<<<<<<<>>>>>>>>>cutnonzeroexit>>>>>>>>>> exit status 33 final.sh 'ipsec auto --status' <<<<<<<<<>>>>>>>>>cutnonzeroexit>>>>>>>>>> exit status 1 final.sh 'if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi' <<<<<<<<<