DHCP Server

Objective

  • Set up a DHCP Server on SVR-01
  • Have a pool of ip addresses to assign
  • Have PC-01 receive an IP address dynamically

Procedure

  • Add Roles and Features look for DHCP Server
  • Post configuration required - click on more
    • creates security groups DHCP Admins and DHCP Users
      creates security groups DHCP Admins and DHCP Users
  • Create the scope (Pool of addresses)
    • notion image
  • Setting the scope to 50 usable IP addresses that can be dynamically assigned
    • notion image
  • Select option to configure DHCP options that the server will hand over to clients
    • Default gateway
      • notion image
    • Next is DNS server - by default the server you added this role to is added
  • Activate the Scope

Conclusion

  • PC-01 currently has an APIPA address before DHCP server was configured
    • notion image
  • After configuration the client now has an IP of 10.0.0.50 and it’s DNS server is 10.0.0.1
    • notion image
  • Back in SVR-01 we can see that IP 10.0.0.50 is assigned to the client
    • notion image