<div>I want to implement huntgroup for Radius server. In this respect I want to give access to user name test1, which authenticated via LDAP, to only one NAS with IP 172.16.0.150. For this I have modified /etc/raddb/users file with following data:</div>

<div> </div>
<div>
<p>kmcuser Auth-Type :=LDAP, Huntgroup-Name == "kmc1"<br>        Fall-Through = Yes</p>
<p> DEFAULT Auth-Type = LDAP<br>        Fall-Through = 1</p>
<p> </p>
<p>And I have modified /etc/raddb/huntgroups file with following data:</p>
<p>kmc1        NAS-IP-Address == 172.16.0.150<br>                User-Name = kmcuser</p>
<p>But It is not working, with username kmcuser, I am able to login to other NAS as well, not having IP 172.16.0.150.</p>
<p>Please suggest some solution, </p>
<p>Thanks<br></p>
<p> </p></div>