testing: Converted ipv6/rw-ip6-in-ip4-ikev2 to swanctl

This commit is contained in:
Andreas Steffen
2017-11-10 13:54:51 +01:00
parent b3ccfcd05e
commit 4402013f05
14 changed files with 158 additions and 96 deletions
@@ -0,0 +1,32 @@
connections {
rw {
local_addrs = 192.168.0.1
pools = rw_pool
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
}
}
pools {
rw_pool {
addrs = fec3::/120
}
}