-
Notifications
You must be signed in to change notification settings - Fork 0
Lab 3 3: DHCP Server in Packet Tracer
Emma edited this page Oct 8, 2025
·
2 revisions
We're going to be enabling DHCP for the network we designed in Lab 2.1 - Subnet Design.
- Enable DHCP under services on the DHCP-01 Server
- Change the Start Address of serverPool to 100 in the last octet
- Add pools for all our subnets
- Test DHCP
- Connect a Workstation to Fa0/4 and you should get a DHCP assignment from the Vlan1 serverPool
-
Tell the router about the DHCP server
(config)# interface vlan x(config-if)# ip helper-address 10.11.10.2 -
Configure clients to use DHCP
You will need to set up DHCP in future labs so it is important to record the steps in your Tech Journal
Create an entry for "DHCP in Packet Tracer" and include the steps and commands you need to set it up such as:
#TECH JOURNAL - TO DO How to create pools Working with serverPool Assigning ip helper addresses Any issues you encountered Tech Journal does not need to be submitted this week but will be checked and graded in the future so please update!