/testing/guestbin/swan-prep --x509 Preparing X.509 files east # # confirm that the network is alive east # ipsec start Redirecting to: [initsystem] east # /testing/pluto/bin/wait-until-pluto-started east # ipsec auto --add roadnet-eastnet-ipv4-psk-ikev1 002 added connection description "roadnet-eastnet-ipv4-psk-ikev1" east # echo "initdone" initdone east # ipsec status | grep STATE_ whack: is Pluto running? connect() for "/run/pluto/pluto.ctl" failed (111 Connection refused) east # ip xfrm policy src 192.1.2.23/32 dst 192.0.2.1/32 dir out priority 1040351 ptype main tmpl src 192.1.2.23 dst 192.1.2.254 proto esp reqid REQID mode tunnel src 192.0.2.1/32 dst 192.1.2.23/32 dir fwd priority 1040351 ptype main tmpl src 192.1.2.254 dst 192.1.2.23 proto esp reqid REQID mode tunnel src 192.0.2.1/32 dst 192.1.2.23/32 dir in priority 1040351 ptype main tmpl src 192.1.2.254 dst 192.1.2.23 proto esp reqid REQID mode tunnel east # east # ../bin/check-for-core.sh east # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi