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