ldhcpd VS coredhcp

Compare ldhcpd vs coredhcp and see what are their differences.

ldhcpd

Light DHCPd -- a DHCP server with a small feature set and a remotely programmable control plane (by erikh)

coredhcp

Fast, multithreaded, modular and extensible DHCP server written in Go (by coredhcp)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ldhcpd coredhcp
1 2
54 902
- 1.8%
0.0 6.3
almost 4 years ago about 1 month ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ldhcpd

Posts with mentions or reviews of ldhcpd. We have used some of these posts to build our list of alternatives and similar projects.

coredhcp

Posts with mentions or reviews of coredhcp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-10.
  • ISC DHCP Server has reached EOL
    3 projects | news.ycombinator.com | 10 Oct 2022
    Ok here is my followup. I didn't go into detail about kea hooks [0] because I didn't write any kea hook before, but from what I can tell it should cover all your needs. You have to write c code which I find absurd tbh, but if it has the functionality you are looking for it could be a solution.

    I already posted my dnsmasq "solution" so I will skip this. If you want a code example I could whip you one up.

    Then there is coredhcp [1] and you can write plugins written in go for it.

    From time to time some hobby dhcp server pop up, but most fade away since (I guess) the existing solutions are "good enough". I for instance implement a automatic provisioning and configurating dhcp setup with tftp and pxe boot using dnsmasq. It automatically creates pxe configs based on the mac address and some other stuff (tm). Kea seemed overkill for this usecase and I'm quite happy with what I got.

    Your use case of automatically fixing hostnames through ISC seems a bit overkill to me as well to be frank. My home network has a few VLANs and every device in it is managed manually. It's a one time setup and most automation is unnecessary (and some devices in my network flatout ignore some dhcp options....). Aaaaanyway I still think that most dhcp servers out there support some form of scripting (heck even udhcpcd has a lease notify script that could be hacked to offer some of that functionality even though this gets only executed after the fact so a bit useless [2]).

    > oh wait, I wonder how much ISC was paid … to do exactly this EOL … by these major ISPs?

    I don't know. Nothing?

    > Plausible future: I can envision a special DHCP vendor-specific OPTION to use time-based blockchain hash to further solidify their hold.

    Reading your cynic banter I'm quite happy of not having your DHCP problems. Looking through your github repositories I can find a bunch of configuration files for dhclient, but not much in form of ISC configs (only the nintendo fix you posted in your first post). Would be really interested in your setup.

    [0] https://kea.readthedocs.io/en/latest/arm/hooks.html

    [1] https://github.com/coredhcp/coredhcp

    [2] https://github.com/mirror/busybox/blob/master/examples/udhcp...

  • Can an AC-M run a DHCP server?
    1 project | /r/Ubiquiti | 27 Jul 2021
    If it were me I'd compile a Go DHCP daemon because they're fully static. All you'd theoretically need is the compiled binary and a config file. Copy (scp) those to the AP and run it. No idea if it would really work, but it seems like it could. Something like this: https://github.com/coredhcp/coredhcp - README even provides example compile and run commands and a simple 8 line config file. If you've never setup Go it might take you a bit, but it's gotten a lot easier in recent years.

What are some alternatives?

When comparing ldhcpd and coredhcp you can also consider the following projects:

kratos - Your ultimate Go microservices framework for the cloud-native era.

dhcp - DHCPv6 and DHCPv4 packet library, client and server written in Go

bofied - Modern network boot server.

glider - glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).

xDhcpServer - This module contains DSC resources for deployment and configuration of Microsoft DHCP Server.

Eru - Eru, a simple, stateless, flexible, production-ready orchestrator designed to easily integrate into existing workflows. Can run any virtualization things in long or short time.

go - The Go programming language

dhcp - Jagornet DHCP Server - An open source DHCPv4/DHCPv6 Server for Java

busybox - BusyBox mirror

dhcproto - A DHCP parser and encoder for DHCPv4/DHCPv6

rest-dhcpd - REST driven DHCP server