DHCP - jude-lindale/Wiki GitHub Wiki

Installing DHCP

  • open AD01 type:
  • Install-WindowsFeature DHCP -IncludeManagementTools
  • head over to MGMT
  • DHCP should show up, if not refresh
  • Now on active directory add in DHCP server tools under features --> Remote server admin tools

Setting up the scope:

  • Click DHCP manager --> Then right-click on IPv4 or IPv6 respectivly
  • Enter the new scope for us it was 10.0.5.150 to 10.0.5.175, then enter DNS, Router, and subnet.
  • Promote the server(yellow flag top right)

On Windows Machines:

  • Set all adapter settings to automatic
  • Run an ipconfig /renew

On Linux Machines:

  • open nmtui and change ipv4 to automatic
  • Run systemctl restart network