/testing/guestbin/swan-prep west # # confirm that the network is alive west # ../../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 west # # ensure that clear text does not get through west # iptables -A INPUT -i eth1 -s 192.0.2.0/24 -j LOGDROP west # iptables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT west # # confirm clear text does not get through west # ../../pluto/bin/ping-once.sh --down -I 192.0.1.254 192.0.2.254 down west # ipsec start Redirecting to: [initsystem] west # /testing/pluto/bin/wait-until-pluto-started west # ipsec auto --add westnet-eastnet-ikev2 002 added connection description "westnet-eastnet-ikev2" west # echo "initdone" initdone west # # show nflog global ipsec-all rules west # iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 policy match dir in pol ipsec LOGDROP all -- 192.0.2.0/24 0.0.0.0/0 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain LOGDROP (1 references) target prot opt source destination LOG all -- 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 4 DROP all -- 0.0.0.0/0 0.0.0.0/0 west # ipsec auto --up westnet-eastnet-ikev2 002 "westnet-eastnet-ikev2" #1: initiating v2 parent SA 1v2 "westnet-eastnet-ikev2" #1: initiate 1v2 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: sent v2I1, expected v2R1 010 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: retransmission; will wait 0.5 seconds for response 010 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: retransmission; will wait 1 seconds for response 010 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: retransmission; will wait 2 seconds for response 010 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: retransmission; will wait 4 seconds for response 010 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: retransmission; will wait 8 seconds for response 010 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: retransmission; will wait 16 seconds for response 010 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: retransmission; will wait 32 seconds for response 031 "westnet-eastnet-ikev2" #1: STATE_PARENT_I1: 60 second timeout exceeded after 7 retransmits. No response (or no acceptable response) to our first IKEv2 message 000 "westnet-eastnet-ikev2" #1: starting keying attempt 2 of an unlimited number, but releasing whack west # rm -fr /tmp/nflog-50.pcap west # tcpdump -c 8 -s 0 -w /tmp/nflog-50.pcap -i nflog:50 & [B] PID west # ping -n -c 5 -I 192.0.1.254 192.0.2.254 tcpdump: listening on nflog:50, link-type NFLOG (Linux netfilter log messages), capture size 262144 bytes 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 --- 5 packets transmitted, 0 received, 100% packet loss, time XXXX west # cp /tmp/nflog-50.pcap OUTPUT/nflog-50.pcap west # tcpdump -n -r OUTPUT/nflog-50.pcap tcpdump: truncated dump file; tried to read 4 file header bytes, only got 0 west # echo done done west # ../../pluto/bin/ipsec-look.sh west NOW XFRM state: XFRM policy: 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 west # west # ipsec stop PATH/bin/nsenter --mount=/run/mountns/west-nflog-01-global --net=/run/netns/west-nflog-01-global --uts=/run/utsns/west-nflog-01-global /bin/bash 002 shutting down west # # show no nflog left behind west # iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 policy match dir in pol ipsec LOGDROP all -- 192.0.2.0/24 0.0.0.0/0 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain LOGDROP (1 references) target prot opt source destination LOG all -- 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 4 DROP all -- 0.0.0.0/0 0.0.0.0/0 west # ../bin/check-for-core.sh west # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi