Lab 3‐3 DHCP in PT - devinziegler/Devin-Tech-Journal GitHub Wiki
- How to create pools
- Working with serverPool
- Assigning ip helper addresses
- Any issues you encountered
Setting Up DHCP
Requirements
- Packet tracer server
- Go To services and Select DHCP
- Add pools for each VLAN in the network
- Set Max users to that required of the VLAN
- Make sure the service is enabled
Helper Address Config
The helper address allows for 1 DHCP server on multiple subnets. Configure with the following:
- Configure the following on the router connected to the DHCP server:
ip helper-address <address_of_dhcp_server>
Testing
Once DHCP is configured, systems connected to subnets should be given IPs from their respective pools e.g.
Facstaff01: 10.34.1.15
Facstaff02: 10.34.1.14
Lab1-01: 10.34.12.11
Lab1-02: 10.34.12.10
Enable DHCP for client under settings