is the EOL of isc.org dhcpd a mistake? Kea doesn't feel like a replacement
6 comments
> it literally can't do everything dhcpd can. Notably: custom DHCP options.
I hadn't heard this.
I did a 5min search; I turned up some not-holistic info. Based on those results, I think a portion¹ of the DHCP option set can be set via config file².
For pfSense, I believe DHCP-option-configuration isn't available in the webui yet¹. The community consensus seems to be - don't migrate to Kea at this time.
¹ https://old.reddit.com/r/PFSENSE/comments/1aqh4ey/keadhcp_ho...
² https://www.isc.org/docs/2023kea_custom_options.pdf
I hadn't heard this.
I did a 5min search; I turned up some not-holistic info. Based on those results, I think a portion¹ of the DHCP option set can be set via config file².
For pfSense, I believe DHCP-option-configuration isn't available in the webui yet¹. The community consensus seems to be - don't migrate to Kea at this time.
¹ https://old.reddit.com/r/PFSENSE/comments/1aqh4ey/keadhcp_ho...
² https://www.isc.org/docs/2023kea_custom_options.pdf
[deleted]
[deleted]
Kea is a case example of how something is far over engineered for its purpose.
It isn't even a drop-in replacement for the original dhcpd.
I could be completely missing something here, but as best I can tell, it literally can't do everything dhcpd can. Notably: custom DHCP options.
And if you read up on the various discussion forums, the reason for not supporting custom DHCP options? Because their GUI has no easy way of managing it (:exploding-head:). Talk about the tail wagging the dog.
What we need is a very focused, functional, yet simple DHCP server. We don't NEED a GUI, that's just a nice side-feature that some people might use.
That the DHCP server has an API means somebody ELSE can make a GUI — that should be a separate project. The two should not define each other.
For those who want a GUI they can add it on. For those who just need a configurable flexible DHCP server with an API? Just give me that.
Is there something like that to replace isc.org's venerable DHCPD? Because it doesn't seem like Kea is the actual answer.