testing: Add ha/active-passive-multi-ke scenario

This commit is contained in:
Jean-François Hren
2025-02-28 16:02:41 +01:00
committed by Tobias Brunner
parent e7848e36fa
commit fd6ac87fc3
17 changed files with 381 additions and 3 deletions
@@ -0,0 +1,6 @@
# /etc/strongswan.conf - strongSwan configuration file
charon-systemd {
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
}
@@ -0,0 +1,27 @@
connections {
home {
local_addrs = 192.168.0.200
remote_addrs = 192.168.0.5
local {
auth = pubkey
certs = daveCert.pem
id = [email protected]
}
remote {
auth = pubkey
id = mars.strongswan.org
}
children {
home {
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-x25519-ke1_modp4096
}
}
version = 2
proposals = aes128-sha256-x25519-ke1_modp4096
}
}