Freeradius Only authenticating one access point in client.conf
Alan DeKok
aland at deployingradius.com
Sat Jul 17 05:25:26 CEST 2010
Matthew Stavert wrote:
> I am not sure Why my Freeradius setup is not allowing other
> accesspoints I add to clients.conf.
>
> Here is what is in my clients.conf file:
>
> client 192.168.89.217 {
> secret = visit+$c
That is not the correct format for the clients.conf file in 2.x.
If you want to put a '$' into the secret, you will need to ensure that
the secret is defined properly:
secret = 'visit+$c'
Alan DeKok.
More information about the Freeradius-Users
mailing list