aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-10 20:51:27 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:39 +0100
commit9375c9c9dbb63056769948cc42284ddcf9730b58 (patch)
tree1ac8445501440e4e2f3b0aba58588150d5a70b4e /testing/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf
parent86d1b7a14d87e3ea2efadc18c73d83d69ce15d80 (diff)
downloadstrongswan-9375c9c9dbb63056769948cc42284ddcf9730b58.tar.bz2
strongswan-9375c9c9dbb63056769948cc42284ddcf9730b58.tar.xz
testing: Converted libipsec/net2net-null to swanctl
Diffstat (limited to 'testing/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf')
-rwxr-xr-xtesting/tests/libipsec/net2net-null/hosts/moon/etc/swanctl/swanctl.conf29
1 files changed, 29 insertions, 0 deletions
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
+ }
+}