TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

is the EOL of isc.org dhcpd a mistake? Kea doesn't feel like a replacement

6 点作者 srevenant4 个月前
Has anybody forked the original dhcpd to keep maintaining it?<p>Kea is a case example of how something is far over engineered for its purpose.<p>It isn&#x27;t even a drop-in replacement for the original dhcpd.<p>I could be completely missing something here, but as best I can tell, it literally can&#x27;t do everything dhcpd can. Notably: custom DHCP options.<p>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.<p>What we need is a very focused, functional, yet simple DHCP server. We don&#x27;t NEED a GUI, that&#x27;s just a nice side-feature that some people might use.<p>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.<p>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.<p>Is there something like that to replace isc.org&#x27;s venerable DHCPD? Because it doesn&#x27;t seem like Kea is the actual answer.

2 条评论

WarOnPrivacy4 个月前
&gt; it literally can&#x27;t do everything dhcpd can. Notably: custom DHCP options.<p>I hadn&#x27;t heard this.<p>I did a 5min search; I turned up some not-holistic info. Based on those results, I think a <i>portion</i>¹ of the DHCP option set can be set via config file².<p>For pfSense, I believe DHCP-option-configuration isn&#x27;t available in the webui yet¹. The community consensus seems to be - don&#x27;t migrate to Kea at this time.<p>¹ <a href="https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;PFSENSE&#x2F;comments&#x2F;1aqh4ey&#x2F;keadhcp_how_dod_i_add_wpad_252_option&#x2F;" rel="nofollow">https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;PFSENSE&#x2F;comments&#x2F;1aqh4ey&#x2F;keadhcp_ho...</a><p>² <a href="https:&#x2F;&#x2F;www.isc.org&#x2F;docs&#x2F;2023kea_custom_options.pdf" rel="nofollow">https:&#x2F;&#x2F;www.isc.org&#x2F;docs&#x2F;2023kea_custom_options.pdf</a>
评论 #42975985 未加载
lysace4 个月前
I last used ISC dhcpd (C-based) in some niche embedded network product. (I don&#x27;t work in that field any longer.)<p>Is Kea (C++) reasonably sized wrt to code&#x2F;binary and memory footprint requirements?
评论 #42975583 未加载