From 087b027f88799a73f63d975a90c482e1a708e58c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 17 Oct 2017 11:44:17 +0200 Subject: testing: Converted ipv6/host2host-ikev1 to swanctl --- .../hosts/sun/etc/swanctl/swanctl.conf | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf (limited to 'testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf') diff --git a/testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf b/testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf new file mode 100644 index 000000000..585e32489 --- /dev/null +++ b/testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf @@ -0,0 +1,32 @@ +connections { + + host-host { + 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 { + host-host { + 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 + } +} -- cgit v1.2.3