--- north.console.txt 1970-01-01 00:00:00.000000000 +0000 +++ OUTPUT/north.console.txt 2019-08-26 13:24:16.477833865 +0000 @@ -0,0 +1,91 @@ +/testing/guestbin/swan-prep --x509 +Preparing X.509 files +north # + ipsec start +Redirecting to: [initsystem] +north # + /testing/pluto/bin/wait-until-pluto-started +north # + ipsec auto --add north-east-x509-ipv4 +002 added connection description "north-east-x509-ipv4" +north # + ipsec auto --up north-east-x509-ipv4 +002 "north-east-x509-ipv4"[1] 192.1.2.23 #1: initiating v2 parent SA +1v2 "north-east-x509-ipv4"[1] 192.1.2.23 #1: initiate +1v2 "north-east-x509-ipv4"[1] 192.1.2.23 #1: STATE_PARENT_I1: sent v2I1, expected v2R1 +1v2 "north-east-x509-ipv4"[1] 192.1.2.23 #2: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048} +002 "north-east-x509-ipv4"[1] 192.1.2.23 #2: certificate verified OK: E=user-east@testing.libreswan.org,CN=east.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA +002 "north-east-x509-ipv4"[1] 192.1.2.23 #2: IKEv2 mode peer ID is ID_DER_ASN1_DN: 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org' +003 "north-east-x509-ipv4"[1] 192.1.2.23 #2: Authenticated using RSA +002 "north-east-x509-ipv4"[1] 192.1.2.23 #2: received INTERNAL_IP4_ADDRESS 192.0.2.100 +002 "north-east-x509-ipv4"[1] 192.1.2.23 #2: negotiated connection [192.0.2.100-192.0.2.100:0-65535 0] -> [0.0.0.0-255.255.255.255:0-65535 0] +004 "north-east-x509-ipv4"[1] 192.1.2.23 #2: STATE_V2_IPSEC_I: IPsec SA established tunnel mode {ESP/NAT=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE NATOA=none NATD=192.1.2.23:4500 DPD=active} +north # + ping -n -c4 -I 192.0.2.100 192.1.2.23 +PING 192.1.2.23 (192.1.2.23) from 192.0.2.100 : 56(84) bytes of data. +64 bytes from 192.1.2.23: icmp_seq=1 ttl=64 time=0.XXX ms +64 bytes from 192.1.2.23: icmp_seq=2 ttl=64 time=0.XXX ms +64 bytes from 192.1.2.23: icmp_seq=3 ttl=64 time=0.XXX ms +64 bytes from 192.1.2.23: icmp_seq=4 ttl=64 time=0.XXX ms +--- 192.1.2.23 ping statistics --- +4 packets transmitted, 4 received, 0% packet loss, time XXXX +rtt min/avg/max/mdev = 0.XXX/0.XXX/0.XXX/0.XXX ms +north # + ipsec whack --trafficstatus +006 #2: "north-east-x509-ipv4"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org', lease=192.0.2.100/32 +north # + #block all traffic to east. tunnel will clear +north # + iptables -I INPUT -s 192.1.2.23/32 -d 0/0 -j DROP +north # + iptables -I OUTPUT -d 192.1.2.23/32 -s 0/0 -j DROP +north # + echo "initdone" +initdone +north # + ipsec auto --up north-east-x509-ipv4 +1v2 "north-east-x509-ipv4"[1] 192.1.2.23 #3: STATE_V2_CREATE_I: sent IPsec Child req wait response +003 ERROR: "north-east-x509-ipv4"[1] 192.1.2.23 #3: sendto on eth1 to 192.1.2.23:4500 failed in STATE_V2_CREATE_I0. Errno 1: Operation not permitted +010 "north-east-x509-ipv4"[1] 192.1.2.23 #3: STATE_V2_CREATE_I: retransmission; will wait 0.5 seconds for response +003 ERROR: "north-east-x509-ipv4"[1] 192.1.2.23 #3: sendto on eth1 to 192.1.2.23:4500 failed in EVENT_RETRANSMIT. Errno 1: Operation not permitted +010 "north-east-x509-ipv4"[1] 192.1.2.23 #3: STATE_V2_CREATE_I: retransmission; will wait 1 seconds for response +003 ERROR: "north-east-x509-ipv4"[1] 192.1.2.23 #3: sendto on eth1 to 192.1.2.23:4500 failed in EVENT_RETRANSMIT. Errno 1: Operation not permitted +010 "north-east-x509-ipv4"[1] 192.1.2.23 #3: STATE_V2_CREATE_I: retransmission; will wait 2 seconds for response +003 ERROR: "north-east-x509-ipv4"[1] 192.1.2.23 #3: sendto on eth1 to 192.1.2.23:4500 failed in EVENT_RETRANSMIT. Errno 1: Operation not permitted +010 "north-east-x509-ipv4"[1] 192.1.2.23 #3: STATE_V2_CREATE_I: retransmission; will wait 4 seconds for response +003 ERROR: "north-east-x509-ipv4"[1] 192.1.2.23 #3: sendto on eth1 to 192.1.2.23:4500 failed in EVENT_RETRANSMIT. Errno 1: Operation not permitted +010 "north-east-x509-ipv4"[1] 192.1.2.23 #3: STATE_V2_CREATE_I: retransmission; will wait 8 seconds for response +003 ERROR: "north-east-x509-ipv4"[1] 192.1.2.23 #3: sendto on eth1 to 192.1.2.23:4500 failed in EVENT_RETRANSMIT. Errno 1: Operation not permitted +010 "north-east-x509-ipv4"[1] 192.1.2.23 #3: STATE_V2_CREATE_I: retransmission; will wait 16 seconds for response +003 ERROR: "north-east-x509-ipv4"[1] 192.1.2.23 #3: sendto on eth1 to 192.1.2.23:4500 failed in EVENT_RETRANSMIT. Errno 1: Operation not permitted +002 "north-east-x509-ipv4"[1] 192.1.2.23 #3: deleting state (STATE_V2_CREATE_I) and NOT sending notification +north # + ping -n -c4 -I 192.0.2.100 192.1.2.23 +bind: Cannot assign requested address +north # + ipsec whack --trafficstatus +north # + # Setting up block via iptables +north # + iptables -I INPUT -s 192.1.2.23/32 -d 0/0 -j DROP +north # + iptables -I OUTPUT -d 192.1.2.23/32 -s 0/0 -j DROP +north # + sleep 60 +north # + ipsec whack --trafficstatus +whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) +north # + echo "initdone" +initdone +north # + # should show there are no tunnels up +north # + ipsec whack --trafficstatus +whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) +north # +north # + ../bin/check-for-core.sh +north # + if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi +