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,28 @@
connections {
home {
local_addrs = 192.168.0.200
remote_addrs = 192.168.0.1
vips = 0::0
local {
auth = pubkey
certs = daveCert.pem
id = [email protected]
}
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
}
}
version = 2
proposals = aes128-sha256-x25519
}
}