Page MenuHomeVyOS Platform

IPSec remote access VPN: ability to set EAP ID of clients
Closed, ResolvedPublicFEATURE REQUEST

Description

It would be nice to be able to define the acceptable EAP identity for remote-access clients:

set vpn ipsec remote-access connection example-conn authentication eap-id EXAMPLE.EAP.ID

Setting the EAP ID would need to update the connection entry in swanctl.conf to replace the default %any with the specified ID

remote {
    auth = eap-tls
    eap_id = %any
}

remote {
    auth = eap-tls
    eap_id = "EXAMPLE.EAP.ID"
}

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)