Radius server & log not response

Craig White craigwhite at azapple.com
Wed Jan 21 06:15:27 CET 2009


On Wed, 2009-01-21 at 13:58 +0900, saman saman wrote:
> radiusd: #### Opening IP addresses and Ports ####
> listen {
>         type = "auth"
>         ipaddr = 192.168.0.10
>         port = 1812
> }
> Listening on authentication address 192.168.0.10 port 1812
> Listening on proxy address 192.168.0.10 port 1814
> Ready to process requests.
> 
> 
> ]# radtest John hello localhost 0 testing123-1
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
>         User-Name = "John"
>         User-Password = "hello"
>         NAS-IP-Address = 192.168.1.5
>         NAS-Port = 0
> radclient: no response from server for ID 121 socket 3
----
because it's only listening on 192.168.0.10 but you are trying to
connect to localhost (and I assume that localhost means 127.0.0.1)

try radtest John hello 192.168.0.10 0 testing123-1

or set up clients.conf with a setup for localhost

Craig




More information about the Freeradius-Users mailing list