DHCP on Windows - wAlber47/Tech-Journal GitHub Wiki
Sometimes, DHCP will go down, in the case of this lab it was stolen from the server room. Because of this, workstations are currently unable to login to the domain as they do not have IP addresses that the Server recognizes. There are two ways around this: setting a static IP addresses or configuring a new DHCP server.
In Order to Configure a DHCP Server on Windows you must follow these steps.
- Make sure that the server you want to set up the DHCP service on has the correct network information and hostname.
sconfig
allows you to edit this information.
- Then, you can use the Server Manager tool to add this server and give it a DHCP role. Select "Manage" then "Add Roles and Features". Select the server you want to use and make sure to select the DHCP role, then continue with installation and restart.
- Once the computer has restarted, you should be able to access the DHCP Manager inside of Server Manager. This will allow you to set Scopes as well as other useful options.
- First, specify which server you would like to be a DHCP service.
- Then, start the scope wizard to help set up the basic of the service.
- Follow the steps until you reach the end, after that you should be complete.
- Run
ipconfig /release
andipconfig /renew
on a workstation to test the status of the DHCP service.- You should see the DHCP Server as 10.0.5.8, as well as an IP Address inside of the range you specified, and two lease times for the IP Address.