Lab 3‐3 DHCP Server in PT - skyleroriordan/my-tech-journal GitHub Wiki
How to configure a DHCP server
Go to Services and turn on DHCP.
Change the last octet of the start address to 100 for ServerPool (serverPool is the default used for VLAN 1)
Create other pools by setting the name to the VLAN name and setting the Default Gateway to the router address for the VLAN. Set the Start IP address, subnet, and maximum users as specified in the subnet table. Click add to add a pool.
Set workstations' IP settings from static to DHCP, then run ipconfig /renew
To get DHCP broadcasts to cross a router, it needs a helper address. On the switch, go to interface configuration for the VLAN and type ip-helper-address followed by the DHCP server's IP address. In this lab, it was 10.22.10.2