From Electron Cloud
Revision as of 17:27, 9 June 2009 by Ecloud (Talk | contribs) (New page: The "documentation" such as it is, is [http://busybox.net/downloads/BusyBox.html here]. ==ifup/ifdown errors== don't seem to have all the variables for eth0 If you think /etc/network/in...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The "documentation" such as it is, is here.

ifup/ifdown errors

don't seem to have all the variables for eth0

If you think /etc/network/interfaces is set up correctly, and if static config works OK but dhcp does not, here's one more thing to check: if you depend on an external dhcp client rather than the Busybox built-in one,

CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP=y

must be set in the .cnofig file, which by default it is not!