/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": adding interface eth1 192.1.2.23:UDP/443 (NAT fixed)
"east": adding interface eth1 192.1.2.23:TCP/443 (NAT fixed)
"east": added IKEv2 connection
east #
 # block all TCP and UDP port 500 and 4500
east #
 iptables -I INPUT -p udp --dport 500 -j DROP
east #
 iptables -I INPUT -p udp --dport 4500 -j DROP
east #
 iptables -I INPUT -p tcp --dport 4500 -j DROP
east #
 echo "initdone"
initdone
east #
 
