DHCP: Only allow static addresses to be assigned

I only want the hosts with entries in the static leases to be assigned addresses.

I tried setting the limit under the lan interface's DHCP tab to 0, but that of course took out my network :).

If there is not a way to do this, would setting the start address to something nonsensical work? Or something valid, but blocked by the firewall?

There is dynamic dhcp option. Set that to 0 (off) and the dhcp server will only issue the registered (static) dhcp leases.

Aha in the advanced tab. Perfect.