diff options
Diffstat (limited to 'testing/tests/ikev1/dynamic-two-peers/hosts/moon/etc/ipsec.conf')
-rwxr-xr-x | testing/tests/ikev1/dynamic-two-peers/hosts/moon/etc/ipsec.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/tests/ikev1/dynamic-two-peers/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/dynamic-two-peers/hosts/moon/etc/ipsec.conf new file mode 100755 index 000000000..50c3a6a69 --- /dev/null +++ b/testing/tests/ikev1/dynamic-two-peers/hosts/moon/etc/ipsec.conf @@ -0,0 +1,31 @@ +# /etc/ipsec.conf - strongSwan IPsec configuration file + +config setup + plutodebug=control + crlcheckinterval=180 + strictcrlpolicy=no + charonstart=no + +conn %default + ikelifetime=60m + keylife=20m + rekeymargin=3m + keyingtries=1 + left=%defaultroute + leftsubnet=10.1.0.0/16 + leftsourceip=PH_IP_MOON1 + leftcert=moonCert.pem + leftid=@moon.strongswan.org + leftfirewall=yes + +conn carol + right=%carol.strongswan.org + rightid=carol@strongswan.org + rightsubnet=PH_IP_CAROL1/32 + auto=add + +conn dave + right=%dave.strongswan.org + rightid=dave@strongswan.org + rightsubnet=PH_IP_DAVE1/32 + auto=add |