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

This commit is contained in:
Andreas Steffen
2017-11-10 13:54:50 +01:00
parent da5aa6ae6a
commit b3ccfcd05e
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 = 1
proposals = aes128-sha256-x25519
}
}