SYS265 Lab1.1 - Robertsegee/TechJournals GitHub Wiki
2/11/21 DHCP: In this lab, we set up DHCP services on AD01 from MGMT01. I have done this before so it was relatively easy
- First install DHCP server role on AD01, this will open up the DHCP option in the server manager
- Install DHCP server tools onto MGMT01, this will allow us to remotely configure the DHCP service on AD01 from MGMT01
- Configure the DHCP server, Go to DHCP, and right-click to add a server, if the server is already there then click manage authorized servers
IPv4 -> right-click and add scope
Add name and description (doesn't really matter), set IP range of scope, next, next, set lease time that you desire, yes, add default gateway, next, next, next, yes, and then finish
There should now be an entry in the IPv4 section containing the scope you just created - Test it by going to the workstation that needs a DHCP address and do ipconfig /all or ping a site such as google.com