aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/net2net-ip4-in-ip6-ikev1/hosts/sun/etc/swanctl
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-29 11:29:09 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:40 +0100
commitfd3f6871c9518133194cbf4a1bcf6570b1e94a34 (patch)
tree8da705b38224746eddd330f1ac2e78baa6d563b9 /testing/tests/ipv6/net2net-ip4-in-ip6-ikev1/hosts/sun/etc/swanctl
parentf57ca13e28281f671a7160ebd7741050ffd4a529 (diff)
downloadstrongswan-fd3f6871c9518133194cbf4a1bcf6570b1e94a34.tar.bz2
strongswan-fd3f6871c9518133194cbf4a1bcf6570b1e94a34.tar.xz
testing: Converted ipv6/net2net-ip4-in-ip6-ikev1 to swanctl
Diffstat (limited to 'testing/tests/ipv6/net2net-ip4-in-ip6-ikev1/hosts/sun/etc/swanctl')
-rw-r--r--testing/tests/ipv6/net2net-ip4-in-ip6-ikev1/hosts/sun/etc/swanctl/swanctl.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/tests/ipv6/net2net-ip4-in-ip6-ikev1/hosts/sun/etc/swanctl/swanctl.conf b/testing/tests/ipv6/net2net-ip4-in-ip6-ikev1/hosts/sun/etc/swanctl/swanctl.conf
new file mode 100644
index 000000000..4a7f98856
--- /dev/null
+++ b/testing/tests/ipv6/net2net-ip4-in-ip6-ikev1/hosts/sun/etc/swanctl/swanctl.conf
@@ -0,0 +1,35 @@
+connections {
+
+ net-net {
+ local_addrs = fec0::2
+ remote_addrs = fec0::1
+
+ local {
+ auth = pubkey
+ certs = sunCert.pem
+ id = sun.strongswan.org
+ }
+ remote {
+ auth = pubkey
+ id = moon.strongswan.org
+ }
+ children {
+ net-net {
+ local_ts = 10.2.0.0/16
+ remote_ts = 10.1.0.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
+ }
+}