Server dosn't detect any requests except from localhost [SOLVED]

Saeed Zanderahimi saeed_zr at yahoo.com
Tue Apr 9 15:41:42 CEST 2013


Thank you for your answers, I added my client IP address and 1812:1814 ports to the iptables config file and after saving and rebooting it works now :)

Regards
Saeed



________________________________
 From: Alan DeKok <aland at deployingradius.com>
To: Saeed Zanderahimi <saeed_zr at yahoo.com>; FreeRadius users mailing list <freeradius-users at lists.freeradius.org> 
Sent: Tuesday, April 9, 2013 2:21 PM
Subject: Re: Server dosn't detect any requests except from localhost
 
Saeed Zanderahimi wrote:
> Here is the problem: Whenever I send a request from a radius client (I
> tried some testers, and even radtest) to my freeRadius server I get time
> out, freeRadius is running in dubuging mode and I can see that it
> doesn't receive any request whether to accept or reject. I tried the
> windows server on that LAN and my computer which is connected to VPN and
> can see the freeRadius server. (successful pinging)

  So the network is up, but you can't reach the RADIUS port.  This
usually means a firewall is blocking traffic.  Go check that.

> I used -netstat to see what IPs and ports are listening, the result was
> 0.0.0.0:1812(udp) so I assume that it is listening to all IPs on 1812.
> whenever I try to start the server with -i and -p I get the message that
> server cannot bind on the address that I want because it is already
> listening to them on another thing. I can start the server with -i
> 172.16.150.*** which is its own address and -p 1812.

  When you start the server in debugging mode, you need to shut down any
server already running.  You haven't done that.  That's why it's saying
"address already in use".

  1) check that the firewall allows traffic to port 1812

  2) stop all servers currently running

  3) then run it in debug mode

  4) it should work

  Alan DeKok.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20130409/ac32dd8f/attachment-0001.html>


More information about the Freeradius-Users mailing list