diff options
author | Christian Breunig <christian@breunig.cc> | 2025-01-10 21:02:59 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-01-11 10:59:23 +0100 |
commit | 21b2541d98b02602dc2301e57c2ca7efddbc6cff (patch) | |
tree | 82b38429df084bad5cf29ce4ba902f6c8195457b /src/migration-scripts/pptp | |
parent | fee77a6ac199c69e566823c6885f9f38411adcee (diff) | |
download | vyos-1x-21b2541d98b02602dc2301e57c2ca7efddbc6cff.tar.gz vyos-1x-21b2541d98b02602dc2301e57c2ca7efddbc6cff.zip |
radius: T7039: fix broken IPv6 source address
When configuring RADIUS to use IPv6 as connection to the server with an
optional source-address
set system login radius server 2001:db8::4 key '9LMVCtPYpG'
set system login radius source-address '2001:db8::1'
It will error out:
pam_radius_auth(sshd:auth): Failed looking up source IP address [2001:db8::1]
for server [2001:db8::4]:1812 (error=System error)
The source address is not allowed to be in [] - thus the brackets need to be
removed.
Diffstat (limited to 'src/migration-scripts/pptp')
0 files changed, 0 insertions, 0 deletions