diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-08-29 21:52:08 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-08-29 21:52:08 +0200 |
commit | 1bc8690f5425e5833aac268d27fe90b749e8d9d4 (patch) | |
tree | 134e99669543d3e4fdfa6c9bb5cdd437b5b64628 /testing/tests/ikev2/alg-aes-ctr/hosts/carol/etc/ipsec.conf | |
parent | 6297dc390fd9b8af03a79dd0d2d2a01aa9b98b55 (diff) | |
download | strongswan-1bc8690f5425e5833aac268d27fe90b749e8d9d4.tar.bz2 strongswan-1bc8690f5425e5833aac268d27fe90b749e8d9d4.tar.xz |
replaced ikev2/esp-alg-aes-ctr by ikev2/alg-aes-ctr
Diffstat (limited to 'testing/tests/ikev2/alg-aes-ctr/hosts/carol/etc/ipsec.conf')
-rwxr-xr-x | testing/tests/ikev2/alg-aes-ctr/hosts/carol/etc/ipsec.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/tests/ikev2/alg-aes-ctr/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/alg-aes-ctr/hosts/carol/etc/ipsec.conf new file mode 100755 index 000000000..70c482835 --- /dev/null +++ b/testing/tests/ikev2/alg-aes-ctr/hosts/carol/etc/ipsec.conf @@ -0,0 +1,25 @@ +# /etc/ipsec.conf - strongSwan IPsec configuration file + +config setup + crlcheckinterval=180 + strictcrlpolicy=yes + plutostart=no + +conn %default + ikelifetime=60m + keylife=20m + rekeymargin=3m + keyingtries=1 + keyexchange=ikev2 + ike=aes128ctr-aesxcbc-modp2048! + esp=aes128ctr-aesxcbc-modp2048! + +conn home + left=PH_IP_CAROL + leftfirewall=yes + leftcert=carolCert.pem + leftid=carol@strongswan.org + right=PH_IP_MOON + rightsubnet=10.1.0.0/16 + rightid=@moon.strongswan.org + auto=add |