Ignoring reqest from unknown client
Hi, I am getting the subjected error when I try to authenticate. I am attaching the relevant files. btw is freeradius-X and radiusd-X same thing? ......My ubuntu doesnt seem to recognize radiusd command root@radius:~# radiusd -X The program 'radiusd' can be found in the following packages: * radiusd-livingston * xtradius * yardradius Try: apt-get install <selected package> radiusd: command not found Regards, Raheel
Already done that Alan....relevant files attached in my last post......
Date: Sat, 2 Apr 2011 12:48:41 +0200 From: aland@deployingradius.com To: freeradius-users@lists.freeradius.org Subject: Re: Ignoring reqest from unknown client
Raheel Itrat wrote:
I am getting the subjected error when I try to authenticate. I am attaching the relevant files.
So... configure the IP address as a client in clients.conf.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Sat, Apr 2, 2011 at 5:52 PM, Raheel Itrat <raheel082@hotmail.com> wrote:
Already done that Alan....relevant files attached in my last post......
You should read the files you sent. your radiusd.log clearly shows only one client recognized: client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = "testing123" nastype = "other" } Possible cause: - you're not editing the correct config file - you've edit the correct config file, but save it as a new file - you haven't restarted FR since you made the changes. In any case, the debug log shows which config files it parsed, and shows which clients it recognized. Find the correct config file, add your NAS to it, restart FR, and verify from debug log that FR correctly recognize the client. -- Fajar
thanks ....I needed to restart FR.....just stopping the service couldnt do
Date: Sat, 2 Apr 2011 19:08:11 +0700 Subject: Re: Ignoring reqest from unknown client From: list@fajar.net To: freeradius-users@lists.freeradius.org
On Sat, Apr 2, 2011 at 5:52 PM, Raheel Itrat <raheel082@hotmail.com> wrote:
Already done that Alan....relevant files attached in my last post......
You should read the files you sent.
your radiusd.log clearly shows only one client recognized:
client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = "testing123" nastype = "other" }
Possible cause: - you're not editing the correct config file - you've edit the correct config file, but save it as a new file - you haven't restarted FR since you made the changes.
In any case, the debug log shows which config files it parsed, and shows which clients it recognized. Find the correct config file, add your NAS to it, restart FR, and verify from debug log that FR correctly recognize the client.
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 02/04/2011 11:48, Alan DeKok wrote:
Raheel Itrat wrote:
I am getting the subjected error when I try to authenticate. I am attaching the relevant files.
So... configure the IP address as a client in clients.conf.
... and make sure that's /etc/freeradius/clients.conf (and restart radius afterwards) -James
participants (4)
-
Alan DeKok -
Fajar A. Nugraha -
James J J Hooper -
Raheel Itrat