<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:10pt"><div>Hi,<br><br>I am using version freeRadius 1.1.7.  I am trying to create an access control list via radius, to prevent specific PC's/locations from accessing my network.  <br><br>Please see my policy.conf example below.  My freeRadius server keeps sending an access-accept, when I try to login in from my office as a test, which has the IP address 10.2.222.35.  <br><br>I don't understand why the server is allowing the login.  It seems logical to me the way that I have approached an implementation, but I can't find any specific info from the wiki or in internet searches.  So I am not sure if I am still misconfigured or if it just doesn't work for some other reason.<br><br>Thanks,<br>Mike<br><br>In policy.conf, I have the following, but it doesn't have any
 affect ( I do have<br>'$INCLUDE ${confdir}/policy.conf' in my radiusd.conf file):<br><br>policy {<br>   forbid_login_ip_hosts {<br>      %{request:Login-IP-Host} =~ /^10.2./ {<br>         reject <br>      }<br>   }<br>}<br></div>
</div></body></html>