Hi
Im having problem with that freeradius doesn’t recognize
the clients (NAS) in the NAS table of MySQL….
It keeps throwing me: Unknown client nothing to do…
So, I have set up sql.conf to trace mysql qureys in –X
debug mode to YES, but I still don’t see any qureys shown to the NAS
table to see is the client is authorized…
So how can I check if freeradius sends the query to the NAS
table of the DB to SELECT * NAS where NASNAME = ‘xxx.xxx.xxx.xxx’
and SECRET=’testing123’ ???
I MUST make this work!!!
Please help!