Re: Configuration issue - unknown client
Same issue. Here's my /etc/raddb/clients.conf: client 192.168.0.11 secret foobar At 04:15 PM 8/13/2007, Nicholas Hall wrote:
On 8/13/07, Dan O'Reilly <<mailto:dano@process.com>dano@process.com> wrote: This is my first stab at Freeradius. I have the server installed on Sabayon Linux, and the radtest script runs fine. I've done basically no configuration to it, because I'm not sure what to configure.
I'm writing a client on another system (it's VMS if that's germane). I format & send a request packet to the server system, and get (running radiusd -X):
rad_recv: Access-Request packet from host <http://192.168.0.11:1812>192.168.0.11:1812, id=67, length=47 Ignoring request from unknown client <http://192.168.0.11:1812>192.168.0.11:1812
You need to add new clients to clients.conf. FreeRADIUS will only talk to clients in this file.
-- Nicholas Hall <mailto:ngharo@gmail.com>ngharo@gmail.com 262.208.6271 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
------ +-------------------------------+----------------------------------------+ | Dan O'Reilly | "There are 10 types of people in this | | Principal Engineer | world: those who understand binary | | Process Software | and those who don't." | | http://www.process.com | | +-------------------------------+----------------------------------------+
On 8/13/07, Dan O'Reilly <dano@process.com> wrote:
Same issue. Here's my /etc/raddb/clients.conf:
client 192.168.0.11 secret foobar
Shouldn't that be: client 192.168.0.11 { secret = foobar } -- Nicholas Hall ngharo@gmail.com 262.208.6271
participants (2)
-
Dan O'Reilly -
Nicholas Hall