freeradius@corwyn.net wrote:
Update max_requests to # users * 256 That isn't necessary. It should be no more than "max request/s * max_request_time".
Well the docs say: # max_requests: The maximum number of requests which the server keeps # track of. This should be 256 multiplied by the number of clients. # e.g. With 4 clients, this number should be 1024.
so I was just doing what this said.
No. "users" are not "clients". Users are people logging in. RADIUS clients are NAS machines.
I probably picked this up from one of the random docs while trying to puzzle things out that weren't clear. Since it helps show how to use a subsection, it's useful to me.
The problem for a *public* document is that unnecessary pieces confuse people. Alan DeKok.