diff options
Diffstat (limited to 'testing/tests/starter-also-loop/hosts/moon')
-rwxr-xr-x | testing/tests/starter-also-loop/hosts/moon/etc/ipsec.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/tests/starter-also-loop/hosts/moon/etc/ipsec.conf b/testing/tests/starter-also-loop/hosts/moon/etc/ipsec.conf index e1d210253..e7731ddb9 100755 --- a/testing/tests/starter-also-loop/hosts/moon/etc/ipsec.conf +++ b/testing/tests/starter-also-loop/hosts/moon/etc/ipsec.conf @@ -6,6 +6,7 @@ config setup plutodebug=control crlcheckinterval=180 strictcrlpolicy=no + charonstart=no conn %default ikelifetime=60m @@ -30,7 +31,7 @@ conn rw auto=add conn moon - left=192.168.0.1 + left=PH_IP_MOON leftnexthop=%direct leftcert=moonCert.pem leftid=@moon.strongswan.org @@ -41,7 +42,7 @@ conn moon-net leftsubnet=10.1.0.0/16 conn sun - right=192.168.0.2 + right=PH_IP_SUN rightid=@sun.strongswan.org conn sun-net |