aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/ip-two-pools/hosts/alice/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-07-01 20:38:30 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-07-01 20:38:30 +0000
commit4ddd73351c7cc2e39627fd004d3e938333b6603a (patch)
tree5ea364cce183533f0d127df8626daaa855745dc8 /testing/tests/ikev2/ip-two-pools/hosts/alice/etc/ipsec.conf
parent8997db6a99821504139782bdd0ac20bc68ab265d (diff)
downloadstrongswan-4ddd73351c7cc2e39627fd004d3e938333b6603a.tar.bz2
strongswan-4ddd73351c7cc2e39627fd004d3e938333b6603a.tar.xz
added simple ikev2/ip-two-pools scenario
Diffstat (limited to 'testing/tests/ikev2/ip-two-pools/hosts/alice/etc/ipsec.conf')
-rwxr-xr-xtesting/tests/ikev2/ip-two-pools/hosts/alice/etc/ipsec.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/tests/ikev2/ip-two-pools/hosts/alice/etc/ipsec.conf b/testing/tests/ikev2/ip-two-pools/hosts/alice/etc/ipsec.conf
new file mode 100755
index 000000000..f5ce1687e
--- /dev/null
+++ b/testing/tests/ikev2/ip-two-pools/hosts/alice/etc/ipsec.conf
@@ -0,0 +1,23 @@
+# /etc/ipsec.conf - strongSwan IPsec configuration file
+
+config setup
+ crlcheckinterval=180
+ strictcrlpolicy=no
+ plutostart=no
+
+conn %default
+ ikelifetime=60m
+ keylife=20m
+ rekeymargin=3m
+ keyingtries=1
+ keyexchange=ikev2
+
+conn home
+ left=%defaultroute
+ leftsourceip=%config
+ leftcert=aliceCert.pem
+ leftid=alice@strongswan.org
+ leftfirewall=yes
+ right=PH_IP_MOON1
+ rightid=@moon.strongswan.org
+ auto=add