testing: Converted ipv6/rw-compress-ikev2 to swanctl

This commit is contained in:
Andreas Steffen
2017-11-10 13:54:50 +01:00
parent 34acd584e5
commit 96d7d9392f
10 changed files with 109 additions and 64 deletions
@@ -0,0 +1,35 @@
connections {
home {
local_addrs = fec0::10
remote_addrs = fec0::1
local {
auth = pubkey
certs = carolCert.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
ipcomp = yes
}
}
version = 2
proposals = aes128-sha256-x25519
}
}
authorities {
strongswan {
cacert = strongswanCert.pem
crl_uris = http://ip6-winnetou.strongswan.org/strongswan.crl
}
}