/testing/guestbin/swan-prep --x509 Preparing X.509 files west # certutil -D -n east -d sql:/etc/ipsec.d west # cp policies/* /etc/ipsec.d/policies/ west # echo "192.1.2.0/24" >> /etc/ipsec.d/policies/private-or-clear west # ipsec start Redirecting to: [initsystem] west # /testing/pluto/bin/wait-until-pluto-started west # # give OE policies time to load west # sleep 5 west # echo "initdone" initdone west # ipsec whack --oppohere 192.1.2.45 --oppothere 192.1.2.23 whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) west # ping -n -c 4 192.1.2.23 PING 192.1.2.23 (192.1.2.23) 56(84) bytes of data. --- 192.1.2.23 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time XXXX west # # should show traffic west # ipsec whack --trafficstatus whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) west # echo done done west #