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

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

Re: [Help-gnu-radius] Abnormal running ...


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Abnormal running ...
Date: Wed, 24 Jul 2002 11:39:41 +0300

> I wonder if it is normal to have :

Yes, it is. As I have said before, you will never see any
states for UDP sockets. Refer to `man netstat' to see why.

> (i think this is the pbm because when i try any radession -v, i have "no
> reply" as an answer!)

No, it is not. The actual reason is the misconfiguration of your
raddb/client.conf. To fix:

1) Read the documentation (nodes 'Configuration files' and
   'Client Package -> config')
2) Open your raddb/client.conf
3) Make sure the "server" statement matches the configuration of your
radiusd.
   More specifically:

        #            IPADDR    SECRET AUTHPORT ACCTPORT
        server local 127.0.0.1 foobar 1645      1646

   IPADDR should be one of IP addresses your server is istening to
   SECRET must coincide with the shared secret written in your
   raddb/clients for a client with your source_ip (see below). In your
   case -- for "localhost".
   AUTHPORT must be the same port your server is listening on for
   authentication requests
   ACCTPORT must be the same port your server is listening on for
   accounting

4) Make sure your source_ip matches one of the clients configured in
   raddb/clients with the proper shared secret (as described in 3).
   
Regards,
Sergey



reply via email to

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