aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-01-04 14:25:14 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-01-04 14:25:14 +0000
commitfc9f75ed0f0b86d845ae41967ffa4beb0f1115f9 (patch)
treeed2d312cdce62523419985b13d240b443d976fee /testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/ipsec.conf
parentaf87afed474993d34b87ac09524bd8124704ca92 (diff)
downloadstrongswan-fc9f75ed0f0b86d845ae41967ffa4beb0f1115f9.tar.bz2
strongswan-fc9f75ed0f0b86d845ae41967ffa4beb0f1115f9.tar.xz
added xauth scenarios
Diffstat (limited to 'testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/ipsec.conf')
-rw-r--r--testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/ipsec.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/ipsec.conf
new file mode 100644
index 000000000..90539650f
--- /dev/null
+++ b/testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/ipsec.conf
@@ -0,0 +1,26 @@
+# /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
+ authby=xauthrsasig
+
+conn home
+ left=PH_IP_CAROL
+ leftsourceip=%modeconfig
+ leftnexthop=%direct
+ leftcert=carolCert.pem
+ leftid=carol@strongswan.org
+ leftfirewall=yes
+ right=PH_IP_MOON
+ rightsubnet=10.1.0.0/16
+ rightid=@moon.strongswan.org
+ auto=add