[BusyBox] DHCP: u-boot vs. busybox

magicfox magicfox at magic.fr
Wed Aug 25 17:36:51 UTC 2004


Hi,

Ask to your DHCP administrator to add:
# Your_hostname [
	hardware ethernet 00:a0:33:01:f9:97;
	fixed-address 10.0.10.220;
}

in the dhcpd.conf file of the server.

Best regards.

Steven Scholz a écrit :
> Hi there,
> 
> I just noticed that my board get's different IPs from the DHCP server
> depending on wether U-Boot (the boot loader) or busybox udhcpc did the 
> request.
> 
> The dhcp server log shows that they're using the same MAC:
> 
>  From U-Boot:
> DHCPDISCOVER from 00:a0:33:01:f9:97 via eth0
> DHCPOFFER on 10.0.10.220 to 00:a0:33:01:f9:97 via eth0
> DHCPREQUEST for 10.0.10.220 (10.0.2.9) from 00:a0:33:01:f9:97 via eth0
> DHCPACK on 10.0.10.220 to 00:a0:33:01:f9:97 via eth0
> 
>  From linux-2.4.27/busybox:
> DHCPDISCOVER from 00:a0:33:01:f9:97 via eth0
> DHCPOFFER on 10.0.10.174 to 00:a0:33:01:f9:97 via eth0
> DHCPREQUEST for 10.0.10.174 (10.0.2.9) from 00:a0:33:01:f9:97 via eth0
> DHCPACK on 10.0.10.174 to 00:a0:33:01:f9:97 via eth0
> 
> Doing several rebooting I still see the same.
> 
> Any idea how this could happen? I thought I would get the same IP fir the
> same MAC as long as the lease is valid...



More information about the busybox mailing list