aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/net2net-ip6-in-ip4-ikev2/hosts/sun/etc/swanctl/swanctl.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 12:39:36 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 13:54:50 +0100
commitda5aa6ae6a558ead1bfb2db01865fce9b3d2922e (patch)
tree374fc08950d7b26a6b0b21c85af51fbc17704a90 /testing/tests/ipv6/net2net-ip6-in-ip4-ikev2/hosts/sun/etc/swanctl/swanctl.conf
parent12dbca721ed8f4b6795574a25a967b788a6b0f79 (diff)
downloadstrongswan-da5aa6ae6a558ead1bfb2db01865fce9b3d2922e.tar.bz2
strongswan-da5aa6ae6a558ead1bfb2db01865fce9b3d2922e.tar.xz
testing: Converted ipv6/net2net-ip6-in-ip4-ikev2 to swanctl
Diffstat (limited to 'testing/tests/ipv6/net2net-ip6-in-ip4-ikev2/hosts/sun/etc/swanctl/swanctl.conf')
-rw-r--r--testing/tests/ipv6/net2net-ip6-in-ip4-ikev2/hosts/sun/etc/swanctl/swanctl.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/tests/ipv6/net2net-ip6-in-ip4-ikev2/hosts/sun/etc/swanctl/swanctl.conf b/testing/tests/ipv6/net2net-ip6-in-ip4-ikev2/hosts/sun/etc/swanctl/swanctl.conf
new file mode 100644
index 000000000..ed7e9b477
--- /dev/null
+++ b/testing/tests/ipv6/net2net-ip6-in-ip4-ikev2/hosts/sun/etc/swanctl/swanctl.conf
@@ -0,0 +1,29 @@
+connections {
+
+ net-net {
+ local_addrs = 192.168.0.2
+ remote_addrs = 192.168.0.1
+
+ local {
+ auth = pubkey
+ certs = sunCert.pem
+ id = sun.strongswan.org
+ }
+ remote {
+ auth = pubkey
+ id = moon.strongswan.org
+ }
+ children {
+ net-net {
+ local_ts = fec2::0/16
+ remote_ts = fec1::0/16
+
+ updown = /usr/local/libexec/ipsec/_updown iptables
+ esp_proposals = aes128-sha256-x25519
+ }
+ }
+ version = 2
+ mobike = no
+ proposals = aes128-sha256-x25519
+ }
+}