testing: Converted ipv6/rw-ikev2 to swanctl

This commit is contained in:
Andreas Steffen
2017-11-10 11:49:41 +01:00
parent a96238a0d0
commit ffe0d82c03
14 changed files with 163 additions and 104 deletions
@@ -0,0 +1,32 @@
connections {
rw {
local_addrs = fec0::1
local {
auth = pubkey
certs = moonCert.pem
id = moon.strongswan.org
}
remote {
auth = pubkey
}
children {
net {
local_ts = fec1::0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128-sha256-x25519
}
}
version = 2
proposals = aes128-sha256-x25519
}
}
authorities {
strongswan {
cacert = strongswanCert.pem
crl_uris = http://ip6-winnetou.strongswan.org/strongswan.crl
}
}