1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
/testing/guestbin/swan-prep --x509
Preparing X.509 files
east #
ipsec start
Redirecting to: [initsystem]
east #
../../guestbin/wait-until-pluto-started
east #
ipsec auto --add east-any
"east-any": added IKEv1 connection
east #
echo initdone
initdone
east #
# let road and north wait for east to show tunnels before shutting down
east #
hostname | grep road > /dev/null && sleep 5
east #
hostname | grep north > /dev/null && sleep 5
east #
hostname | grep east > /dev/null && ipsec whack --trafficstatus
#2: "east-any"[1] 192.1.3.33, username=xnorth, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, lease=192.0.2.100/32
#4: "east-any"[2] 192.1.3.209, username=xroad, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, lease=192.0.2.101/32
east #
|