/testing/guestbin/swan-prep north # cp policies/* /etc/ipsec.d/policies/ north # cp ikev2-oe.conf /etc/ipsec.d/ikev2-oe.conf north # echo "192.1.3.209/32" >> /etc/ipsec.d/policies/private-or-clear north # ipsec start Redirecting to: [initsystem] north # /testing/pluto/bin/wait-until-pluto-started north # ipsec whack --impair suppress-retransmits north # # give OE policies time to load north # sleep 5 north # ipsec auto --status whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) north # #these will create passthroguh shunts north # ping -n -c 4 -I 192.1.3.33 192.1.2.23 PING 192.1.2.23 (192.1.2.23) from 192.1.3.33 : 56(84) bytes of data. --- 192.1.2.23 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time XXXX north # ping -n -c 4 -I 192.1.3.33 192.1.2.45 PING 192.1.2.45 (192.1.2.45) from 192.1.3.33 : 56(84) bytes of data. 64 bytes from 192.1.2.45: icmp_seq=1 ttl=63 time=0.XXX ms 64 bytes from 192.1.2.45: icmp_seq=2 ttl=63 time=0.XXX ms 64 bytes from 192.1.2.45: icmp_seq=3 ttl=63 time=0.XXX ms 64 bytes from 192.1.2.45: icmp_seq=4 ttl=63 time=0.XXX ms --- 192.1.2.45 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 # echo "initdone" initdone north # ipsec whack --trafficstatus whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) north # iptables -t nat -L -n Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain INPUT (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination north # ../../pluto/bin/ipsec-look.sh north NOW XFRM state: XFRM policy: src 192.1.2.253/32 dst 192.1.3.33/32 dir fwd priority 1564639 ptype main src 192.1.2.253/32 dst 192.1.3.33/32 dir in priority 1564639 ptype main src 192.1.3.253/32 dst 192.1.3.33/32 dir fwd priority 1564639 ptype main src 192.1.3.253/32 dst 192.1.3.33/32 dir in priority 1564639 ptype main src 192.1.3.254/32 dst 192.1.3.33/32 dir fwd priority 1564639 ptype main src 192.1.3.254/32 dst 192.1.3.33/32 dir in priority 1564639 ptype main src 192.1.3.33/32 dst 192.1.2.253/32 dir out priority 1564639 ptype main src 192.1.3.33/32 dst 192.1.3.253/32 dir out priority 1564639 ptype main src 192.1.3.33/32 dst 192.1.3.254/32 dir out priority 1564639 ptype main src 192.1.3.33/32 dst 192.1.3.209/32 dir out priority 2088927 ptype main tmpl src 0.0.0.0 dst 0.0.0.0 proto esp reqid REQID mode transport XFRM done IPSEC mangle TABLES NEW_IPSEC_CONN mangle TABLES ROUTING TABLES default via 192.1.3.254 dev eth1 192.0.3.0/24 dev eth0 proto kernel scope link src 192.0.3.254 192.1.3.0/24 dev eth1 proto kernel scope link src 192.1.3.33 NSS_CERTIFICATES Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI north # north # ../bin/check-for-core.sh north # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi