[BusyBox] DHCP client
David Douthitt
ssrat at mailbag.com
Thu Apr 19 14:01:31 UTC 2001
John Hall wrote:
> What is the best way to do DHCP on an embedded Busybox system? I've
> found pump as suggested at http://busybox.net/software.html,
> but it needs libpopt0, which altogether seems a little too big. Is there
> a smaller alternative?
Most variants of the Linux Router Project (LRP) use either dhclient or
dhcpcd; in the variant I've developed, I embedded dhcpcd into the base
system and it works well. It's much simpler than dhclient, but
dhclient is more powerful; however, dhclient appears to have at least
SOME dependency on kernel version, though I'm not sure why - it just
stopped working when I upgraded the kernel until I upgraded dhclient
to a newer version....
In normal situations, both work quite well.
More information about the busybox
mailing list