Page 1 of 1

multiple radius servers

Posted: Wed Jun 11, 2014 9:46 pm
by purplezephyr
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?

Re: multiple radius servers

Posted: Thu Jun 12, 2014 3:34 am
by dnobori
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