aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/rw-compress-ikev2/hosts/carol/etc/swanctl/swanctl.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-11-09 17:49:03 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 13:54:50 +0100
commit96d7d9392f0f945b1dc15761a398380ea243836a (patch)
tree75732c732ae2b1b1be72a10b689e88ce5b8b4b6a /testing/tests/ipv6/rw-compress-ikev2/hosts/carol/etc/swanctl/swanctl.conf
parent34acd584e5829ffc0016d9b9876d5a85d2fcd8e3 (diff)
downloadstrongswan-96d7d9392f0f945b1dc15761a398380ea243836a.tar.bz2
strongswan-96d7d9392f0f945b1dc15761a398380ea243836a.tar.xz
testing: Converted ipv6/rw-compress-ikev2 to swanctl
Diffstat (limited to 'testing/tests/ipv6/rw-compress-ikev2/hosts/carol/etc/swanctl/swanctl.conf')
-rwxr-xr-xtesting/tests/ipv6/rw-compress-ikev2/hosts/carol/etc/swanctl/swanctl.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/tests/ipv6/rw-compress-ikev2/hosts/carol/etc/swanctl/swanctl.conf b/testing/tests/ipv6/rw-compress-ikev2/hosts/carol/etc/swanctl/swanctl.conf
new file mode 100755
index 000000000..279eb3205
--- /dev/null
+++ b/testing/tests/ipv6/rw-compress-ikev2/hosts/carol/etc/swanctl/swanctl.conf
@@ -0,0 +1,35 @@
+connections {
+
+ home {
+ local_addrs = fec0::10
+ remote_addrs = fec0::1
+
+ local {
+ auth = pubkey
+ certs = carolCert.pem
+ id = carol@strongswan.org
+ }
+ remote {
+ auth = pubkey
+ id = moon.strongswan.org
+ }
+ children {
+ home {
+ remote_ts = fec1::0/16
+
+ updown = /usr/local/libexec/ipsec/_updown iptables
+ esp_proposals = aes128-sha256-x25519
+ ipcomp = yes
+ }
+ }
+ version = 2
+ proposals = aes128-sha256-x25519
+ }
+}
+
+authorities {
+ strongswan {
+ cacert = strongswanCert.pem
+ crl_uris = http://ip6-winnetou.strongswan.org/strongswan.crl
+ }
+}