Page MenuHomeVyOS Platform

RADIUS: NAS-ID configuration
Open, LowPublicFEATURE REQUEST

Description

We use RADIUS as part of our AAA framework. When RADIUS is configured, the VyOS router uses an ID: sshd, which is not its ID but the process name that started the request.

I'd like to expose the feature to set the ID via the CLI.

Currently we're needing to manually change the ID via the /etc/radcli/radiusclient.conf file:

# RADIUS settings

# The name to be used to identify this NAS (server). If set it will
# be used in NAS-Identifier field and will override any such setting
# by the application.
#
#nas-identifier my-server-name

Basic RADIUS Config:

set system login radius server x.x.x.x key xxxx
set system login radius server x.x.x.x port 1812
set system login radius server x.x.x.x timeout 15
set system login radius source-address y.y.y.y

Currently Running:

Version:          VyOS 1.3.0-rc6
Release Train:    equuleus

Built by:         Sentrium S.L.
Built on:         Sun 22 Aug 2021 15:37 UTC
Build UUID:       965518de-857d-4e61-ab09-381aadf24eb1
Build Commit ID:  75b37b28b2e9ab

Architecture:     x86_64
Boot via:         installed image
System type:      bare metal

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Improvement (missing useful functionality)