DHCP Leases on Bigger Networks

Info from 'pihole -c'...

image

Anyone having problems with networks bigger than a /24?
I've trying setting it up for a /19 network but it only gives around 200 IPs.
I know someone will talk about why a /19 makes no sense, but I need it like that for now...:slight_smile:

Already searched the forum and didn't find anyone talking about this.

Inteface has a /19 netmask so it should be OK...
I've configured like this on GUI...

Already tried 'tunning' dnsmask configs via CLI but without any results...
When the leases go over 209, it stops giving IPs...

Any idea how I can fix this?

Thx!

Regards,
Hugo

Pi-hole FTL uses dnsmasq under the hood for a lot of the functions, DHCP is one of them. The existing dnsmasq code will only use natural masks (/8,/16,/24) but we have submitted patches upstream to them to be able to use full CIDR notation. Those patches have recently been accepted and will be in the next pihole-FTL release. That release is imminent so you should have a resolution in the very near future.

1 Like

Thx! :slight_smile: I should have posted sooner instead of wasting hours/days trying to make it work...:rofl:

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.