reading hosts from NAS table not working on 2.2.6?

Alan DeKok aland at deployingradius.com
Fri May 1 00:19:00 CEST 2015


On Apr 30, 2015, at 5:59 PM, A.L.M.Buxey at lboro.ac.uk wrote:
> ..and then the radiusd -X shows this when the client tries talking:
> 
> Ignoring request to authentication address * port 1812 from unknown client 192.168.16.1 port 18335
> Ignoring request to authentication address * port 1812 from unknown client 192.168.16.1 port 44450
> Ignoring request to authentication address * port 1812 from unknown client 192.168.16.1 port 63884
> 
> with 2.2.4 this config worked

  How many listen sections do you have?  Where else are your clients defined?

  My guess is that you don't have a "listen" section associated with the virtual server.  But you do have a global "listen" section, which has its own set of clients.  So when you add clients to the virtual server, they aren't used by any "listen" section.

  If you have a "listen" section tied to a virtual server, then the clients from SQL will be associated with that virtual server, and the associated "listen" section will pick them up.  That's what didn't work in 2.2.4.

  I supposed I could fix the code so that if there's no "listen" section in a virtual server, then the client is associated with the global list of clients.  That's easy enough to do, and probably meets most peoples expectations.

  Alan DeKok.




More information about the Freeradius-Users mailing list