DHCP question

  • Thread starter Thread starter Jonathan Brimsfield
  • Start date Start date
J

Jonathan Brimsfield

[Please reply in newsgroup as my email has gone kerfluie]

The disk on our backup domain controller (BDC) died. This machine had the DHCP server running.

We attempted to put the DHCP server on the primary domain controller (PDC) but the clients keep
using AUTO IP as they return "DHCP server unreachable".

The PDC has the DNS server on it as well. That works without a hitch. Is there a problem with
putting the DNS server and the DHCP server on the PDC? The DHCP server scope options have the basic
four options (DNS suffix,WINS, WINS node type 0x8 and the other basic one thst I can't remember
offhand). The PDC is running Windows 2000 server.

The DHCP server is "authorized" and the scope is "active". It is a very simple setup for a private
IP subnet.

Thanks for any help.

JB
 
Are there any IP Helper / DHCP forwarders setup that route the DHCP
broadcasts to the old server. This is a common setup when the DHCP
server is on a subnet different than the clients. If so you will need
to change those helpers to route to the new DHCP server. I have run
DHCP, DNS and WINS on the same server without issue.
 
Try an
ipconfig /release

followed by an
ipconfig /renew

from the command line on a DHCP client.

.....kurt
 
Back
Top