-1

Our VCenter is crashing and technicians are trying to work on it, however this has resulted in the DHCP server failing, therefore none of the machines on the network can connect to the Domain controller or authenticate (except the people that were connected before hand and have not released their assigned IP address).

Does anyone have an idea on how to temporarily get people connected to the physical Domain controller (except the virtual DC, we also have physical one onsite)/allow them to authenticate?

Andrew Schulman
  • 8,811
  • 21
  • 32
  • 47
BlooB
  • 51
  • 6
  • So there are to domain controllers, physical and virtual; virtual has failed and you want refer users to physical DC? – Joshua Turnwell Jan 24 '18 at 15:30
  • Yes, and DHCP is down any machine that released their ip address will not be able to get one. I know that we can manually give static IP address and point to IP addresses, however there is a 1000 people with machines in 4 different countries. – BlooB Jan 24 '18 at 15:36
  • 4
    Add the DHCP role to the physical DC. Authorize the DHCP server. Create an appropriate scope with appropriate options. Profit. – joeqwerty Jan 24 '18 at 15:37
  • Thats is fantastic, I will have to put the ranges manually correct? – BlooB Jan 24 '18 at 15:41
  • 1
    Yes, you'll need to create a Scope appropriate for your network with the appropriate Scope options. – joeqwerty Jan 24 '18 at 15:46
  • You are the best, please move your comments to the answer section and I will mark as answer. – BlooB Jan 24 '18 at 15:48

1 Answers1

7

Add the DHCP role to the physical DC. Authorize the DHCP server. Create an appropriate scope with appropriate options.

You'll need to create a Scope appropriate for your network with the appropriate Scope options.

joeqwerty
  • 109,901
  • 6
  • 81
  • 172