<div>Hi </div>
<div>I am new to freeradius.</div>
<div>I want to implement huntgroup for associating a user name with particular NAS device.</div>
<div>I am performing username authentication with Auth-Type = LDAP</div>
<div>If my NAS devices are cisco routes, with IP A.B.C.D, and I want to authenticate this device with</div>
<div>user1/***** in LDAP, can some one pls provide what are configuration needed to modified in which files.</div>
<div> </div>
<div>If I am doing following in /etc/raddb/users file:</div>
<div><br>kmcuser Auth-Type = LDAP, Huntgroup-Name == "kmc1"<br>        Fall-Through = Yes</div>
<div> </div>
<div>and following lines in /etc/raddb/huntgroup file:</div>
<div><br>kmc1            NAS-IP-Address == 172.16.0.150<br> </div>
<div>After restarting radius server with radiusd -X, </div>
<div>Now if I am trying to logon to NAS device, it is unsuccessfull with following messages:</div>
<div> </div>
<div>rad_recv: Access-Request packet from host <a href="http://172.16.0.150:47715">172.16.0.150:47715</a>, id=31, length=65<br>        NAS-IP-Address = 172.16.0.155<br>        Service-Type = Login-User<br>        NAS-Port-Type = Virtual<br>
        User-Name = "kmcuser"<br>        User-Password = "kmcnet"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 0<br>  modcall[authorize]: module "preprocess" returns ok for request 0<br>
  modcall[authorize]: module "chap" returns noop for request 0<br>  modcall[authorize]: module "mschap" returns noop for request 0<br>    rlm_realm: No <a href="mailto:'@'">'@'</a> in User-Name = "kmcuser", looking up realm NULL<br>
    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 0<br>  rlm_eap: No EAP-Message, not doing EAP<br>  modcall[authorize]: module "eap" returns noop for request 0<br>
  modcall[authorize]: module "files" returns notfound for request 0<br>modcall: leaving group authorize (returns ok) for request 0<br>auth: No authenticate method (Auth-Type) configuration found for the request: Re<br>
jecting the user<br>auth: Failed to validate the user.<br>Login incorrect: [kmcuser] (from client private-network-1 port 0)<br>Delaying request 0 for 1 seconds<br>Finished request 0<br>Going to the next request<br>--- Walking the entire request list ---<br>
Waking up in 1 seconds...<br>--- Walking the entire request list ---<br>Waking up in 1 seconds...<br>--- Walking the entire request list ---<br>Sending Access-Reject of id 31 to 172.16.0.150 port 47715<br>Waking up in 4 seconds...<br>
 </div>
<div> </div>
<div> </div>
<div>so pls tell me how shall I solve this problem?/</div>
<div> </div>
<div> </div>
<div>
<p> </p></div>