I need a way to set free radius to accept all requests for a certain realm. I only use the proxy.conf file as we are only proxying requests to isp's radius servers. If my customers radius goes down I need a way to just accept all users from that realm for a time. I have tried adding a hint for the realm and a default entry in the users file to accept for that hint but it won't work. Below is an example of how I have tried this. Any ideas as to what I am doing wrong or another way to do this would be greatly appreciated. Thanks in advance.



From the proxy.conf file:


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:

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