testing: Add scenario that uses IKE-specific interface IDs

This commit is contained in:
Tobias Brunner
2019-04-04 09:36:38 +02:00
parent 14e999c8d5
commit 072de7c150
10 changed files with 244 additions and 0 deletions
@@ -0,0 +1,30 @@
connections {
gw-gw {
local_addrs = PH_IP_SUN
remote_addrs = PH_IP_MOON
if_id_in = %unique-dir
if_id_out = %unique-dir
local {
auth = pubkey
certs = sunCert.pem
id = sun.strongswan.org
}
remote {
auth = pubkey
id = moon.strongswan.org
}
children {
net-net {
local_ts = 10.2.0.0/16
remote_ts = 10.1.0.0/16
esp_proposals = aes128gcm128-x25519
}
}
version = 2
proposals = aes128-sha256-x25519
}
}