From: Steven Scholz <steven.scholz@imc-berlin.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] DHCP: u-boot vs. busybox
Date: Wed, 25 Aug 2004 18:10:11 +0200 [thread overview]
Message-ID: <412CB9E3.7090002@imc-berlin.de> (raw)
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
next reply other threads:[~2004-08-25 16:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-25 16:10 Steven Scholz [this message]
2004-08-25 18:52 ` [U-Boot-Users] DHCP: u-boot vs. busybox Wolfgang Denk
2004-08-28 23:01 ` Udi Finkelstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=412CB9E3.7090002@imc-berlin.de \
--to=steven.scholz@imc-berlin.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.