summaryrefslogtreecommitdiff
path: root/testing/tests/mode-config-push/hosts/carol
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2006-11-06 19:05:06 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2006-11-06 19:05:06 +0000
commit4f4d9f7a0e48ee9caa58a9e6ec62485a917a3924 (patch)
treecf694ee1ec25dda600bb3b238d159261aaadccde /testing/tests/mode-config-push/hosts/carol
parent77383bab0a15747e1f55fedf8db732840fcc953f (diff)
downloadvyos-strongswan-4f4d9f7a0e48ee9caa58a9e6ec62485a917a3924.tar.gz
vyos-strongswan-4f4d9f7a0e48ee9caa58a9e6ec62485a917a3924.zip
- New upstream release.
Diffstat (limited to 'testing/tests/mode-config-push/hosts/carol')
-rwxr-xr-xtesting/tests/mode-config-push/hosts/carol/etc/ipsec.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/tests/mode-config-push/hosts/carol/etc/ipsec.conf b/testing/tests/mode-config-push/hosts/carol/etc/ipsec.conf
new file mode 100755
index 000000000..d66c4d329
--- /dev/null
+++ b/testing/tests/mode-config-push/hosts/carol/etc/ipsec.conf
@@ -0,0 +1,31 @@
+# /etc/ipsec.conf - strongSwan IPsec configuration file
+
+version 2.0 # conforms to second version of ipsec.conf specification
+
+config setup
+ plutodebug=control
+ crlcheckinterval=180
+ strictcrlpolicy=no
+
+conn %default
+ ikelifetime=60m
+ keylife=20m
+ rekeymargin=3m
+ keyingtries=1
+ modeconfig=push
+
+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
+
+
+
+