aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/net2net-ikev2/hosts/moon/etc
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-11-06 13:44:57 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-11-06 13:44:57 +0000
commit5a1979deb9b961322df6745d33f49ae2321aaf5f (patch)
tree3ff066a9968c18e2d8aff423a5a3bd544f3fd74f /testing/tests/ipv6/net2net-ikev2/hosts/moon/etc
parent00fb75875521612db7cdd68470e6b83244f1fa11 (diff)
downloadstrongswan-5a1979deb9b961322df6745d33f49ae2321aaf5f.tar.bz2
strongswan-5a1979deb9b961322df6745d33f49ae2321aaf5f.tar.xz
new net2net ipv6 scenarios for IKEv1 and IKEv2
Diffstat (limited to 'testing/tests/ipv6/net2net-ikev2/hosts/moon/etc')
-rwxr-xr-xtesting/tests/ipv6/net2net-ikev2/hosts/moon/etc/ipsec.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/tests/ipv6/net2net-ikev2/hosts/moon/etc/ipsec.conf b/testing/tests/ipv6/net2net-ikev2/hosts/moon/etc/ipsec.conf
new file mode 100755
index 000000000..da750b1de
--- /dev/null
+++ b/testing/tests/ipv6/net2net-ikev2/hosts/moon/etc/ipsec.conf
@@ -0,0 +1,27 @@
+# /etc/ipsec.conf - strongSwan IPsec configuration file
+
+config setup
+ strictcrlpolicy=no
+ plutostart=no
+
+conn %default
+ ikelifetime=60m
+ keylife=20m
+ rekeymargin=3m
+ keyingtries=1
+ keyexchange=ikev2
+
+conn net-net
+ also=host-host
+ leftsubnet=fec1::0/16
+ rightsubnet=fec2::0/16
+
+conn host-host
+ left=PH_IP6_MOON
+ leftcert=moonCert.pem
+ leftid=@moon.strongswan.org
+ leftfirewall=yes
+ right=PH_IP6_SUN
+ rightid=@sun.strongswan.org
+ auto=add
+