Freeradius Only authenticating one access point in client.conf
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 shortname = ClhsMeshRm2612 nastype = other } client 192.168.89.215 { secret = visit+$c shortname = ClhsMeshRm2610 nastype = other } The first one can be authenticated through, the second one cannot. Matthew Stavert ITSM, ACMT Information Systems Analyst NLSD. 69 PH: 780-826-3145 Cell: 780-207-1146
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.
Hi,
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 shortname = ClhsMeshRm2612 nastype = other }
client 192.168.89.215 { secret = visit+$c shortname = ClhsMeshRm2610 nastype = other }
alan has already mentioned putting those secrets into '' markers but I'll also add: did you restart the FR daemon after adding that to the clients.conf? have you checked the shared secret on the AP/NAS? have you checked the output of 'radiusd -X' ? alan
participants (3)
-
Alan Buxey -
Alan DeKok -
Matthew Stavert