aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/rw-ikev2/hosts/moon/etc/swanctl/swanctl.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-29 16:52:51 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:41 +0100
commitffe0d82c034bf4a1216faa4292532b512282adc0 (patch)
treec393286e102537f8bd122c64cc42f8eecba3d940 /testing/tests/ipv6/rw-ikev2/hosts/moon/etc/swanctl/swanctl.conf
parenta96238a0d04c118f07120be50f40a1afc9e0a254 (diff)
downloadstrongswan-ffe0d82c034bf4a1216faa4292532b512282adc0.tar.bz2
strongswan-ffe0d82c034bf4a1216faa4292532b512282adc0.tar.xz
testing: Converted ipv6/rw-ikev2 to swanctl
Diffstat (limited to 'testing/tests/ipv6/rw-ikev2/hosts/moon/etc/swanctl/swanctl.conf')
-rwxr-xr-xtesting/tests/ipv6/rw-ikev2/hosts/moon/etc/swanctl/swanctl.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/tests/ipv6/rw-ikev2/hosts/moon/etc/swanctl/swanctl.conf b/testing/tests/ipv6/rw-ikev2/hosts/moon/etc/swanctl/swanctl.conf
new file mode 100755
index 000000000..b28e49e07
--- /dev/null
+++ b/testing/tests/ipv6/rw-ikev2/hosts/moon/etc/swanctl/swanctl.conf
@@ -0,0 +1,32 @@
+connections {
+
+ rw {
+ local_addrs = fec0::1
+
+ local {
+ auth = pubkey
+ certs = moonCert.pem
+ id = moon.strongswan.org
+ }
+ remote {
+ auth = pubkey
+ }
+ children {
+ net {
+ local_ts = fec1::0/16
+
+ updown = /usr/local/libexec/ipsec/_updown iptables
+ esp_proposals = aes128-sha256-x25519
+ }
+ }
+ version = 2
+ proposals = aes128-sha256-x25519
+ }
+}
+
+authorities {
+ strongswan {
+ cacert = strongswanCert.pem
+ crl_uris = http://ip6-winnetou.strongswan.org/strongswan.crl
+ }
+}