Configuration issue - unknown client
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 192.168.0.11:1812, id=67, length=47 Ignoring request from unknown client 192.168.0.11:1812 I'm sure I don't have the server configured properly. So, what am I missing? Thanks! ------ +-------------------------------+----------------------------------------+ | 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:
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 192.168.0.11:1812, id=67, length=47 Ignoring request from unknown client 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 ngharo@gmail.com 262.208.6271
participants (2)
-
Dan O'Reilly -
Nicholas Hall