RADIUS troubleshooting
I have 1 RADIUS group that has 3 Microsoft NPS server IPs (primary/secondary/tertiary).
through the GUI I have successful authentication to the Primary and am able to use my test user in the associated AD group.
the secondary fails, and I'm unsure of the tertiary due to my issue with this command to help me narrow things down server by server:
#diagnose test authserver radius-direct <server IP> <port> <PSK> <auth protocol> <username> <password>
when using this command in parallel with debug flow - it is using a source IP of the default mgmt 192.168.1.99 IP (the interface is disabled) - I then set the IP on the disabled interface to 0.0.0.0/0.
the new debug shows the system using a 169.x.x.x address.
this is resulting in failed attempts as these are not the trusted IPs the NPS server is expecting...
when debugging to watch the flow of testing the credentials against the primary server via the GUI test button or using:
#diagnose test authserver radius <servername> <auth protocol> <username> <password> shows it is using the configured #set source-ip in the RADIUS config.
is there any fix for this command for me to source the IP that the system is utilizing it for to reliably test authentication against the specific servers within the group?
