Re: NT3.51 DHCP SERVER PROBLEM
"Michael J. Lewis" <hosmjl@chevron.com> Fri, 10 May 1996 21:07 UTC
Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa24889;
10 May 96 17:07 EDT
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa24885;
10 May 96 17:07 EDT
Received: from reef.bucknell.edu by CNRI.Reston.VA.US id aa15939;
10 May 96 17:07 EDT
Received: from localhost by reef.bucknell.edu with SMTP
(5.65/IDA-1.2.8) id AA04674; Fri, 10 May 1996 16:59:27 -0400
Date: Fri, 10 May 1996 16:59:27 -0400
Message-Id: <3193A867.23D6@chevron.com>
Errors-To: droms@bucknell.edu
Reply-To: dhcp-v4@bucknell.edu
Originator: dhcp-v4@bucknell.edu
X-Orig-Sender: dhcp-v4@bucknell.edu
Precedence: bulk
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: "Michael J. Lewis" <hosmjl@chevron.com>
To: Multiple recipients of list <dhcp-v4@bucknell.edu>
Subject: Re: NT3.51 DHCP SERVER PROBLEM
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Comment: Discussion of DHCP for IPv4
Mime-Version: 1.0
X-Mailer: Mozilla 2.0 (Win95; I)
We saw something like this with early Windows 95 beta client and a 3.51 server but at the time, were so new to DHCP that we never tracked down the cause. Once we became more experienced with DHCP, Microsoft released the production version of Windows 95 which did not exhibit the same behavior and we were never able to replicate the problem. We did learn that Microsoft 3.51 DHCP server gives out the least available address available as opposed to rotating through the address list. Therefore, if an address becomes unusable but the server doesn't know it, the server will continue to try to give out this address and will effectively "hang" DHCP communications on the network (unless someone is lucky enough to put in a request while the offer for the bad address is outstanding.) This is not a problem with Microsoft clients since they don't bother to send DHCPDECLINEs if duplicate addresses are detected. Rajesh Saluja wrote: > > I am testing my DHCP client implementation with Windows NT 3.51 DHCP server. > I have implemented the client as per the lateset draft (i.e. dhcp 0.6 draft) > but I am facing some problems in DHCPDECLINE phase. I am sending the > following in the DHCPDECLINE message: > ciaddr = 0.0.0.0 > requested IP address option = address to be declined > But the server is not accepting this DECLINE and it is again sending the > same IP address in the next cycle. > I thought to change the packet format as per the RFC1541. So I tried > by sending the declined address in the ciaddr. In this case, the first > offered address is being marked BAD by the server but if the server offers a > new address in the next cycle and it is also declined by the client, the > server is not marking it a BAD address and keeps on offering the same IP > address. > Has somebody else also experienced the same problem? Can somebody tell > me how the NT3.51 server hasbeen implemented? Your help will be highly > appreciated. > > Best Regards: > Rajesh Saluja > email: rsaluja@wipinfo.soft.net
- NT3.51 DHCP SERVER PROBLEM Rajesh Saluja
- Re: NT3.51 DHCP SERVER PROBLEM Michael J. Lewis
- Re: NT3.51 DHCP SERVER PROBLEM Evan Wetstone
- RE: NT3.51 DHCP SERVER PROBLEM Munil Shah