On 2016-04-14 17:38, Alan DeKok wrote:
On Apr 14, 2016, at 7:47 PM, Laurens Vets <laurens@daemon.be> wrote:
Freeradius needs a table prefilled with ip addresses to work?
That's what he said.
I can't specify a range somewhere and use that?
No.
If you want a /16 range, then you need to insert the IPs into the database. FreeRADIUS isn't going to iterate over all IPs and create them as necessary.
Tracking ranges would be slower and more fragile than just using a database. Databases store data. It's what they do, and they do it well.
Alan DeKok.
So I've added several ip addresses to the radippool table. For testing purposes, I'm using 2 pools, 1_pool and 2_pool. Can I assign a pool based on clients listed in clients.conf? ("ippool = 1_pool" does not seem to work).