- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-10-2023 03:42 PM
4x brand new VM and expedition installations. Configured RADIUS via GUI, configured user with external auth. Any attempts to log in with external auth result with an error "Failed: Incorrect user or password."
Attempts to test connection with RADIUS server return an error as well: "Server Connection Testing: Error: No reply received from the server [IP]:1812"
Apache logs show no references to any external authentication whatsoever. Monitoring connections from VM show no attempts to initiate any kind of connection whatsoever. RADIUS server shows no connection attempts from Expedition
php7.0-radius is installed. It appears as though the site is only attempting to use local auth and isnt configured for any kind of external auth. I can't find any documentation on where to find where this configuration is supposed to be.
11-14-2023 09:31 AM
@a.banta02 - Please send an email to fwmigrate@paloaltonetworks.com to schedule a meeting to review the setup
11-12-2023 10:06 PM
@a.banta02 - Can you share the version of expedition used?
Also, can you check with if there is connectivity available between Expedition and the Auth server. You can use something like netcat on Expedition CLI for this. Example: nc -uv <radius_ip> 1812
11-13-2023 01:07 PM
v2.0, downloaded 11/10/23-ish.
Pings work fine, on same subnet. As mentioned previously, no communication leaves the expedition servers when attempting radius.
netcat returns nothing, just goes back to prompt. Attempting to telnet to <radius_ip> on port 1812 initiates connection, can be verified in another session with netstat showing appropriate info, SYN_SENT which is to be expected. This leads me to believe its not any kind of communication issue, the expedition server just isnt "attempting" to use radius - probably mis-configuration on the expedition server
11-14-2023 09:31 AM
@a.banta02 - Please send an email to fwmigrate@paloaltonetworks.com to schedule a meeting to review the setup
11-14-2023 11:49 AM
Turned out to be a RADIUS server misconfiguration. Once this was corrected it worked flawlessly.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!