Re: Regarding dhcp client problem



On 4 Oct 2005 03:14:04 -0700, "jaekkay" <jaekkay@xxxxxxxxx> wrote:

>I have captured the packet information from the device. For the
>discover request from the device, win2k dhcp server sends (broadcasts)
>offer. But the dhcp client in the device is not receiving the offer at
>all

Take a debugger and follow the packet as it arrives in the device. If
you can't do this, then your best bet is to contact the supplier of
the TCP stack you are using.

My bet is that the DHCP client code is not happy with the offer. I.e.
it's missing optional things like i.e. the DNS servers etc. and hence
considers the offer not being worthwile.

HTH

Markus

PS:

Btw, next time, put the ehteral dump on an FTP or webserver and post
the linkt. It's a lot easier to download and look at the dump in
ethereal than go through what you posted here.
.