NT3.51 DHCP SERVER PROBLEM
Rajesh Saluja <rsaluja@wipinfo.soft.net> Fri, 10 May 1996 16:46 UTC
Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa18700;
10 May 96 12:46 EDT
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa18690;
10 May 96 12:46 EDT
Received: from reef.bucknell.edu by CNRI.Reston.VA.US id aa10781;
10 May 96 12:46 EDT
Received: from localhost by reef.bucknell.edu with SMTP
(5.65/IDA-1.2.8) id AA15633; Fri, 10 May 1996 12:42:40 -0400
Date: Fri, 10 May 1996 12:42:40 -0400
Message-Id: <199605101707.WAA31526@comm10>
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: Rajesh Saluja <rsaluja@wipinfo.soft.net>
To: Multiple recipients of list <dhcp-v4@bucknell.edu>
Subject: 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: ELM [version 2.4 PL24]
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