udhcpd returns SO_BINDTODEVICE

Denys Vlasenko vda.linux at googlemail.com
Wed Dec 10 11:21:14 UTC 2008


On Monday 08 December 2008 11:03, Darius wrote:
> Hi All,
> 
> I want to launch udhcpd for my usb0 interface.
> But it returns "udhcpd: SO_BINDTODEVICE: No such device"
> I have DHCP support in my kernel config enabled.
> There below is udhcpd config file:
> 
> start 		192.168.90.20
> end		192.168.90.254
> interface	usb0
> opt     dns     10.10.10.10
> option  subnet  255.255.255.0
> opt     router  10.10.10.10
> option  domain  local
> option  lease   86400

Looks like a bug, does this help?

http://busybox.net/downloads/fixes-1.13.1/busybox-1.13.1-bindtodevice.patch

--
vda



More information about the busybox mailing list