multiple radius servers
-
- Posts: 3
- Joined: Wed Jun 11, 2014 9:30 pm
multiple radius servers
What happens if you enter multiple radius server hostnames? Clearly, they all have to have the same key, but what order are they tried in? Do they only act as failovers, or are the connections spread across all of the servers?
-
- Posts: 230
- Joined: Tue Mar 05, 2013 10:04 am
Re: multiple radius servers
According to the following source code, every RADIUS servers will be accessed in order, until a reply returns.
https://github.com/SoftEtherVPN/SoftEth ... r/Radius.c
https://github.com/SoftEtherVPN/SoftEth ... r/Radius.c