From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Wed, 25 Aug 2004 18:10:11 +0200 Subject: [U-Boot-Users] DHCP: u-boot vs. busybox Message-ID: <412CB9E3.7090002@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there, I just noticed that my board get's different IPs from the DHCP server depending on wether U-Boot 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... -- Steven Scholz