diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-04 06:13:54 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-04 06:13:54 +0000 |
commit | 5061a2af1ac5489a58ce30a777656c2c6449d27f (patch) | |
tree | e4682120db10c6483967217c2c526c3c1e248078 /testing/tests/ikev2/wildcards/hosts/carol | |
parent | 5fc157772829f39f955b56adda809b86301c872b (diff) | |
download | strongswan-5061a2af1ac5489a58ce30a777656c2c6449d27f.tar.bz2 strongswan-5061a2af1ac5489a58ce30a777656c2c6449d27f.tar.xz |
added
Diffstat (limited to 'testing/tests/ikev2/wildcards/hosts/carol')
-rwxr-xr-x | testing/tests/ikev2/wildcards/hosts/carol/etc/ipsec.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/tests/ikev2/wildcards/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/wildcards/hosts/carol/etc/ipsec.conf new file mode 100755 index 000000000..739642776 --- /dev/null +++ b/testing/tests/ikev2/wildcards/hosts/carol/etc/ipsec.conf @@ -0,0 +1,25 @@ +# /etc/ipsec.conf - strongSwan IPsec configuration file + +config setup + strictcrlpolicy=no + plutostart=no + +conn %default + ikelifetime=60m + keylife=20m + rekeymargin=3m + keyingtries=1 + keyexchange=ikev2 + left=PH_IP_CAROL + leftnexthop=%direct + leftcert=carolCert.pem + right=PH_IP_MOON + rightid=@moon.strongswan.org + +conn alice + rightsubnet=PH_IP_ALICE/32 + auto=add + +conn venus + rightsubnet=PH_IP_VENUS/32 + auto=add |