aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev1/xauth-id-rsa-aggressive/hosts/dave/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-06-18 22:30:26 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-06-18 22:30:26 +0200
commit771a66c6a0cab0ce4aeb9800b60098f531b164d8 (patch)
treedb95e01ffbc8ecf96379501183ca68df9084c9aa /testing/tests/ikev1/xauth-id-rsa-aggressive/hosts/dave/etc/ipsec.conf
parent2045a9d36d2a6ac63a87f1fa9f656ea6d93fc6bd (diff)
downloadstrongswan-771a66c6a0cab0ce4aeb9800b60098f531b164d8.tar.bz2
strongswan-771a66c6a0cab0ce4aeb9800b60098f531b164d8.tar.xz
added ikev1/xauth-id-rsa-aggressive scenario
Diffstat (limited to 'testing/tests/ikev1/xauth-id-rsa-aggressive/hosts/dave/etc/ipsec.conf')
-rw-r--r--testing/tests/ikev1/xauth-id-rsa-aggressive/hosts/dave/etc/ipsec.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/tests/ikev1/xauth-id-rsa-aggressive/hosts/dave/etc/ipsec.conf b/testing/tests/ikev1/xauth-id-rsa-aggressive/hosts/dave/etc/ipsec.conf
new file mode 100644
index 000000000..8cc9f68dc
--- /dev/null
+++ b/testing/tests/ikev1/xauth-id-rsa-aggressive/hosts/dave/etc/ipsec.conf
@@ -0,0 +1,25 @@
+# /etc/ipsec.conf - strongSwan IPsec configuration file
+
+config setup
+
+conn %default
+ ikelifetime=60m
+ keylife=20m
+ rekeymargin=3m
+ keyingtries=1
+ keyexchange=ikev1
+ aggressive=yes
+
+conn home
+ left=PH_IP_DAVE
+ leftcert=daveCert.pem
+ leftid=dave@strongswan.org
+ leftauth=pubkey
+ leftauth2=xauth
+ leftfirewall=yes
+ right=PH_IP_MOON
+ rightsubnet=10.1.0.0/16
+ rightid=@moon.strongswan.org
+ rightauth=pubkey
+ xauth_identity=dave
+ auto=add