aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-03-17 23:16:41 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-03-17 23:16:41 +0100
commitefe7e863e748e26cc089d1fb97e0d3b55a5b4b5a (patch)
treed0288c3444f6cd9fa4105606583aaaf21cf9e400 /testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf
parentd6946481ae64ae1bac5c22a884c86be149ada6f4 (diff)
downloadstrongswan-efe7e863e748e26cc089d1fb97e0d3b55a5b4b5a.tar.bz2
strongswan-efe7e863e748e26cc089d1fb97e0d3b55a5b4b5a.tar.xz
added the af-alg-ikev1/rw-cert scenario
Diffstat (limited to 'testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf')
-rwxr-xr-xtesting/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf b/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf
new file mode 100755
index 000000000..80dae3719
--- /dev/null
+++ b/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf
@@ -0,0 +1,25 @@
+# /etc/ipsec.conf - strongSwan IPsec configuration file
+
+config setup
+ crlcheckinterval=180
+ strictcrlpolicy=no
+ charonstart=no
+ plutodebug=control
+
+conn %default
+ ikelifetime=60m
+ keylife=20m
+ rekeymargin=3m
+ keyingtries=1
+ keyexchange=ikev1
+ ike=3des-sha1-modp1536!
+
+conn home
+ left=PH_IP_CAROL
+ leftcert=carolCert.pem
+ leftid=carol@strongswan.org
+ leftfirewall=yes
+ right=PH_IP_MOON
+ rightid=@moon.strongswan.org
+ rightsubnet=10.1.0.0/16
+ auto=add