Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The DHCP Server sent a DHCPNACK message

Status
Not open for further replies.

newtoitall

Technical User
Jun 16, 2005
100
GB
Running 2003 server

Problem;
1 xp on whole network will not obtain IP automatically, below error was found in Event Viewer;

The IP address lease 0.0.0.0 for the Network Card with network address 000CF19CB*** has been denied by the DHCP server 192.168.*.** (The DHCP Server sent a DHCPNACK message).

For more information, see Help and Support Center at
Thing is that assigning a static ip works?

Any ideas of the problem?

Many Thanks
 
What happens if you do an ipconfig /release on that workstation, then an ipconfig /renew?

The DHCP server SHOULD send a DHCPNACK for that IP address.

Pat Richard, MCSE(2) MCSA:Messaging, CNA(2)

Want to know how email works? Read for yourself -
 
Ok to resolve this problem I had to do the following,

From the windows 2003 server, go to DHCP, under administrative tools.

Under the DHCP tree, expand domain (domain.com), and select Address leases. Look there for the MAC address of the network card that is having difficulties obtaining IP automatically. You may find that this entry will contain BAD ADDRESS or something similar under Lease Expiration column. Delete this entry.

Go back to the PC at fault and run ipconfig /release, followed by ipconfig /nenew, under in the DOS console.

Hey presto, DHCP now works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top