diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-02-22 20:26:30 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-02-22 20:26:30 +0000 |
commit | c54a140a445bfe7aa66721f68bb0781f26add91c (patch) | |
tree | f0c377d556ca1ac780bd5e2f2149c7ec40e1d8d3 /testing/tests/strong-certs/hosts/carol/etc/ipsec.conf | |
parent | 64081ed57a64812a1e09b5a749a6a105389a79ca (diff) | |
download | vyos-strongswan-c54a140a445bfe7aa66721f68bb0781f26add91c.tar.gz vyos-strongswan-c54a140a445bfe7aa66721f68bb0781f26add91c.zip |
- Update to new upstream release.
Diffstat (limited to 'testing/tests/strong-certs/hosts/carol/etc/ipsec.conf')
-rwxr-xr-x | testing/tests/strong-certs/hosts/carol/etc/ipsec.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/tests/strong-certs/hosts/carol/etc/ipsec.conf b/testing/tests/strong-certs/hosts/carol/etc/ipsec.conf new file mode 100755 index 000000000..6ab379636 --- /dev/null +++ b/testing/tests/strong-certs/hosts/carol/etc/ipsec.conf @@ -0,0 +1,23 @@ +# /etc/ipsec.conf - strongSwan IPsec configuration file + +config setup + plutodebug=control + strictcrlpolicy=no + crlcheckinterval=180 + +conn %default + ikelifetime=60m + keylife=20m + rekeymargin=3m + keyingtries=1 + +conn home + left=PH_IP_CAROL + leftnexthop=%direct + leftcert=carolCert-sha384.pem + leftid=carol@strongswan.org + leftfirewall=yes + right=PH_IP_MOON + rightid=@moon.strongswan.org + rightsubnet=10.1.0.0/16 + auto=add |