Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
With isc-dhcp being eol'd (https://www.isc.org/blogs/isc-dhcp-eol/), we should start aiming for a successor on our end. The number of realistic options is relatively small unfortunately. DNSmasq looked nice in terms of options, but lacks support for high availability, which in the long run might be problematic.
Describe the solution you like
Offer KEA DHCP (https://www.isc.org/kea/) as optional alternative for the existing DHCPv4 server. Since the dhcp code is rather old, we shouldn't try to aim for a migration at the moment to prevent wasting precious time in trying to solve past inconsistencies.
Describe alternatives you considered
Mostly DNSmasq, small and simple.
Notes and findings
- Removing leases manually is likely not the greatest idea in the world, kea doesn't seem to support manual removal of already offered leases. Cleanups of the local file are being handled via https://kea.readthedocs.io/en/kea-2.0.2/man/kea-lfc.8.html , the current approach is to remove entries and restart the daemon which is very disruptive and also not recommended.
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
With isc-dhcp being eol'd (https://www.isc.org/blogs/isc-dhcp-eol/), we should start aiming for a successor on our end. The number of realistic options is relatively small unfortunately. DNSmasq looked nice in terms of options, but lacks support for high availability, which in the long run might be problematic.
Describe the solution you like
Offer KEA DHCP (https://www.isc.org/kea/) as optional alternative for the existing DHCPv4 server. Since the dhcp code is rather old, we shouldn't try to aim for a migration at the moment to prevent wasting precious time in trying to solve past inconsistencies.
Describe alternatives you considered
Mostly DNSmasq, small and simple.
Notes and findings