Probably a very easy question to answer.... I have added the following to the clients.conf Client clientname { Ipaddr = xxx.xxx.xxx.xxx Secret = xxxxxxxxxx Shortname = clientname Nastype = other } When running radiusd -X I expect to see under the section "loading clients" this client to be in the list, but all I am seeing is the default 127.0.0.1 client. The client is an anchor WLC and although I am seeing a 1812 packet through the firewall to the WLC address, I am not seeing anything on the WLC log files. Is this correct or not? Until the actual whole configuration process is complete is there another way I can test the workings from the WLC to the freeRADIUS box? Thanks Clive Sent from my iPad
On Jan 7, 2015, at 7:00 AM, Clive <cliveallen0907@gmx.com> wrote:
Probably a very easy question to answer....
I have added the following to the clients.conf
Client clientname { Ipaddr = xxx.xxx.xxx.xxx Secret = xxxxxxxxxx Shortname = clientname Nastype = other }
When running radiusd -X I expect to see under the section "loading clients" this client to be in the list, but all I am seeing is the default 127.0.0.1 client.
Then you’re editing a file which isn’t being read by FreeRADIUS. Read the *rest* of the debug log to see which “clients.conf” file it’s reading. Alan DeKok.
It shows only one entry for "clients.conf" in the debug and that is pointing to: /etc/raddb/clients.conf This is the file that I added the new client to. When running radiusd -X the debug that follows before the end line of "Ready to process requests" only calls this file. It still only sees the localhost default entry and not any other entry I have added. Thanks Sent from my iPad
On 7 Jan 2015, at 14:14, Alan DeKok <aland@deployingradius.com> wrote:
On Jan 7, 2015, at 7:00 AM, Clive <cliveallen0907@gmx.com> wrote:
Probably a very easy question to answer....
I have added the following to the clients.conf
Client clientname { Ipaddr = xxx.xxx.xxx.xxx Secret = xxxxxxxxxx Shortname = clientname Nastype = other }
When running radiusd -X I expect to see under the section "loading clients" this client to be in the list, but all I am seeing is the default 127.0.0.1 client.
Then you’re editing a file which isn’t being read by FreeRADIUS. Read the *rest* of the debug log to see which “clients.conf” file it’s reading.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Jan 7, 2015, at 9:48 AM, Clive <cliveallen0907@gmx.com> wrote:
It shows only one entry for "clients.conf" in the debug and that is pointing to:
/etc/raddb/clients.conf
Then that’s the file you should be editing. And the server *will* print out all clients it finds in that file. But just double-checking what you said before:
I have added the following to the clients.conf
Client clientname {
You do realize it’s case sensitive, right? “client”. Not “Client”. Alan DeKok.
participants (2)
-
Alan DeKok -
Clive