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
- Create the scope (Pool of addresses)
- Setting the scope to 50 usable IP addresses that can be dynamically assigned
- Select option to configure DHCP options that the server will hand over to clients
- Default gateway
- 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
- After configuration the client now has an IP of 10.0.0.50 and it’s DNS server is 10.0.0.1
- Back in SVR-01 we can see that IP 10.0.0.50 is assigned to the client