17 Sep
2026
17 Sep
'26
12:12 p.m.
3.0.3 is *ancient*. You really should upgrade to 3.2.10. The config is pretty much identical, though over that jump there may be one or two small things that need tweaking. There have been a huge amount of fixes in the last 12 years. On 17/09/2026 12:46, David Lake via Freeradius-Users wrote:
Occasionally, I see v4 allocation failures. Obviously I am getting to the bottom of this but in the meantime if I see a v4 allocation fail, I want to immediately send an auth-fail.
Look at the debug output. The sqlippool will likely return "notfound" (check this to be sure) when it can't allocate. So update the config to do sqlippool if (notfound) { reject } -- Matthew