freeradius 3.2 accounting with sqlippool

Alan DeKok aland at deployingradius.com
Mon Aug 15 20:10:53 UTC 2022


On Aug 15, 2022, at 3:40 PM, mohammed Irheem <mohammed059 at gmail.com> wrote:
> in freeradius 3.2 i enable sqlippool and make static ip for radcheck user

  If you assign a static IP to the user, the sqlippool module isn't used, and won't do anything.

> accounting update not working
> working only if client take ip from sqlippool

  You can change this by doing"

accounting {
	...
	sqlippool {
		notfound = ok
	}
	...

  It will then process the rest of the "accounting" section.

  Alan DeKok.



More information about the Freeradius-Users mailing list