summaryrefslogtreecommitdiff
path: root/testing/tests/net2net-psk/hosts/moon/etc/ipsec.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/net2net-psk/hosts/moon/etc/ipsec.conf')
-rwxr-xr-xtesting/tests/net2net-psk/hosts/moon/etc/ipsec.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/tests/net2net-psk/hosts/moon/etc/ipsec.conf b/testing/tests/net2net-psk/hosts/moon/etc/ipsec.conf
deleted file mode 100755
index 51c53a505..000000000
--- a/testing/tests/net2net-psk/hosts/moon/etc/ipsec.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-# /etc/ipsec.conf - strongSwan IPsec configuration file
-
-version 2.0 # conforms to second version of ipsec.conf specification
-
-config setup
- plutodebug=control
-
-conn %default
- ikelifetime=60m
- keylife=20m
- rekeymargin=3m
- keyingtries=1
- authby=secret
- leftnexthop=%direct
-
-conn net-net
- left=PH_IP_MOON
- leftsubnet=10.1.0.0/16
- leftid=@moon.strongswan.org
- leftfirewall=yes
- right=PH_IP_SUN
- rightsubnet=10.2.0.0/16
- rightid=@sun.strongswan.org
- auto=add