Lab 3 3 DHCP Server in Packet Tracer - Timothy-Champlain/net-330 GitHub Wiki
Configuration
Packet Tracer Starter File
Summary
I added the new server, configuring it for the management (default) VLAN. I connected the server to the router, and configured the DHCP through the following steps:
After testing the DHCP with a new test workstation, I configured the helper addresses (see commands), and set all workstations to DHCP
Commands
To set up the helper address for DHCP: config -t
interface vlan [number]
ip helper-address [IP of the DHCP server]
Problems and Troubleshooting
None :)