testing: Add rw-eap-id-switch scenario

This commit is contained in:
Tobias Brunner
2025-04-14 12:18:24 +02:00
parent 2f2e4abe3c
commit 4249d721ec
11 changed files with 195 additions and 0 deletions
@@ -0,0 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default eap-identity eap-tls updown
}
@@ -0,0 +1,26 @@
connections {
home {
local_addrs = 192.168.0.200
remote_addrs = 192.168.0.1
local {
auth = eap-tls
certs = daveCert.pem
}
remote {
auth = pubkey
id = moon.strongswan.org
}
children {
home {
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-x25519
}
}
version = 2
proposals = aes128-sha256-x25519
}
}