help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] listening but deaf?


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] listening but deaf?
Date: Sat, 25 Aug 2001 13:26:33 +0300

Hello, Malcolm

> Even though I see that in 'netstat -an' the process is listening on 1645,
> 1646 and 5000, I can't get radtest or radctl to talk to the server. I am
> getting 'NO REPLY' in both cases.

The reason for this is that both radtest and radctl attempt to connect
the server at wrong IP. Default configuration for them is to connect
localhost (127.0.0.1).

To change this edit your <sysconfdir>/raddb/radctl.rc. For example,
if your server listens on 10.10.10.1 and is configured to use shared
secret "guessme" for connections from localhost, your radctl.rc
should contain:

(set! rad-server-list
      '(("myserver" "10.10.10.1" "guessme" 1645 1646 5000)))

(rad-client-source-ip "127.0.0.1")
(rad-client-timeout 3)
(rad-client-retry 1)
(rad-select-server "myserver")

> Another question: can I put INCLUDE lines in the users file?

Currently no. The version 0.96, which is about to be released, will
support this.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]