I am new at this so please be patient:) I need a way to temporarily allow all users from a certain realm to be accepted. We normally proxy all requests to our customers radius servers, but if one of them has an issue I need to be able to just Auth-Type == Accept every request from that realm. Below is what I have configured. Any help as to what I am doing wrong would be greatly appreciated as this is the lastissue I need to get working before testing in a production environment.



From the proxy.conf file: (typically this is the only file we need to use)


realm someisp.com { type = radius authhost = LOCAL accthost = LOCAL secret = v01c3n3t123 nostrip }


From the hints file:


DEFAULT Suffix = "@someisp.com", Strip-User-Name = No
      Hint = "ISP"



From the users file:


pools-Place-7206 Password == "somepasswd" , User-Service-Type=Outbound-User
Cisco-AVPair = "ip:pool-def#1=addr-pool xxx.xx.206.2 xxx.xx.206.254",
Cisco-AVPair = "ip:pool-def#2=someisp1 198.168.0.1 198.168.0.254",
Cisco-AVPair = "ip:pool-timeout=1440"



DEFAULT Hint = "ISP", Auth-Type = Accept User-Service-Type = Framed-User, Cisco-AVPair = "ip:addr-pool=someisp1", Framed-Netmask = 255.255.255.255, Framed-Routing = None, Framed-Compression = Van-Jacobson-TCP-IP


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to