No such virtual server NULL
Hi all, Im using FreeRadius to authenticate admin users on Firewall / Load Balancer webui. Actually my configuration works well, but I just tried to had a new Load Balancer with Radius Auth, but Ive a strange message : Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 10.15.50.251 port 27705, id=236, length=94 User-Name = "myuser" User-Password = "pass" NAS-IP-Address = 10.10.10.10 NAS-Identifier = "httpd" NAS-Port = 26680 NAS-Port-Type = Virtual Service-Type = Authenticate-Only Calling-Station-Id = "192.168.0.1" server NULL { No such virtual server NULL Invalid user: [myuser] (from client NAS-SHORTNAME port 26680 cli 192.168.0.1) } # server NULL Using Post-Auth-Type Reject No such virtual server NULL Delaying reject of request 2 for 1 seconds Going to the next request What is this message ? No such virtual server NULL Why this works for existing configuration and adding a new NAS to sql database is giving this result ? Thanks in advance for your help ! Fabien VINCENT Ingénieur Réseaux & Sécurité / ASSR Produits Niveau 3 - Infrastructure & Produits <mailto:fabien.vincent@coreye.fr> fabien.vincent@coreye.fr
Vincent, Fabien wrote:
What is this message ? No such virtual server NULL
Why this works for existing configuration and adding a new NAS to sql database is giving this result ?
Because you added the NAS in SQL, with the virtual server column containing the string "NULL". Don't do that. Alan DeKok.
-----Message d'origine----- De : freeradius-users-bounces+fabien.vincent=coreye.fr@lists.freeradius.org [mailto:freeradius-users-bounces+fabien.vincent=coreye.fr@lists.freeradius.o rg] De la part de Alan DeKok Envoyé : mardi 8 novembre 2011 14:37 À : FreeRadius users mailing list Objet : Re: No such virtual server NULL Vincent, Fabien wrote:
What is this message ? No such virtual server NULL
Why this works for existing configuration and adding a new NAS to sql database is giving this result ?
Because you added the NAS in SQL, with the virtual server column containing the string "NULL". Thanks, I've also modify my server "default" configuration to server "mycompany" and includes all my rules into this server configuration (and also change nas server value to "mycompany"). Don't do that. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Ce message a ete verifie par MailScanner.
participants (2)
-
Alan DeKok -
Vincent, Fabien