From 9375c9c9dbb63056769948cc42284ddcf9730b58 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 10 Oct 2017 20:51:27 +0200 Subject: testing: Converted libipsec/net2net-null to swanctl --- .../hosts/moon/etc/swanctl/swanctl.conf | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 testing/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf (limited to 'testing/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf') diff --git a/testing/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf b/testing/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf new file mode 100755 index 000000000..15b978249 --- /dev/null +++ b/testing/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf @@ -0,0 +1,29 @@ +connections { + + gw-gw { + local_addrs = 192.168.0.1 + remote_addrs = 192.168.0.2 + + local { + auth = pubkey + certs = moonCert.pem + id = moon.strongswan.org + } + remote { + auth = pubkey + id = sun.strongswan.org + } + children { + net-net { + local_ts = 10.1.0.0/16 + remote_ts = 10.2.0.0/16 + + updown = /etc/updown + esp_proposals = null-sha256-modp3072 + } + } + version = 2 + mobike = no + proposals = null-sha256-modp3072 + } +} -- cgit v1.2.3