aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/net2net-ikev1/hosts/moon/etc/swanctl/swanctl.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-19 20:46:00 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:40 +0100
commite94db2b4ad666954baf09582803ce27b4bc9ab26 (patch)
treed1281b58c16f32b1a5b763ee179fccf5058b438f /testing/tests/ipv6/net2net-ikev1/hosts/moon/etc/swanctl/swanctl.conf
parent47ec3326e779ebb2159a3d32a50fa5c6c5b43a52 (diff)
downloadstrongswan-e94db2b4ad666954baf09582803ce27b4bc9ab26.tar.bz2
strongswan-e94db2b4ad666954baf09582803ce27b4bc9ab26.tar.xz
testing: Converted ipv6/net2net-ikev1 to swanctl
Diffstat (limited to 'testing/tests/ipv6/net2net-ikev1/hosts/moon/etc/swanctl/swanctl.conf')
-rw-r--r--testing/tests/ipv6/net2net-ikev1/hosts/moon/etc/swanctl/swanctl.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/tests/ipv6/net2net-ikev1/hosts/moon/etc/swanctl/swanctl.conf b/testing/tests/ipv6/net2net-ikev1/hosts/moon/etc/swanctl/swanctl.conf
new file mode 100644
index 000000000..e4ae7c91b
--- /dev/null
+++ b/testing/tests/ipv6/net2net-ikev1/hosts/moon/etc/swanctl/swanctl.conf
@@ -0,0 +1,35 @@
+connections {
+
+ net-net {
+ local_addrs = fec0::1
+ remote_addrs = fec0::2
+
+ local {
+ auth = pubkey
+ certs = moonCert.pem
+ id = moon.strongswan.org
+ }
+ remote {
+ auth = pubkey
+ id = sun.strongswan.org
+ }
+ children {
+ net-net {
+ local_ts = fec1::0/16
+ remote_ts = fec2::0/16
+
+ updown = /usr/local/libexec/ipsec/_updown iptables
+ esp_proposals = aes128-sha256-x25519
+ }
+ }
+ version = 1
+ proposals = aes128-sha256-x25519
+ }
+}
+
+authorities {
+ strongswan {
+ cacert = strongswanCert.pem
+ crl_uris = http://ip6-winnetou.strongswan.org/strongswan.crl
+ }
+}