/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec add east
"east": added IKEv2 connection
east #
 # block IKE and ESP over UDP
east #
 iptables -I INPUT -p udp --dport 500 -j DROP
east #
 iptables -I INPUT -p udp --dport 4500 -j DROP
east #
 echo "initdone"
initdone
east #
 
