Net330‐TechJournal2 - ConnorEast/Tech-Journal GitHub Wiki

DHCP in Packet Tracer

Step 1: Locate the Server PT and connect it to the 3560-24PS. Step 2: Set a static IP for the server using the Aforementioned management IP space.
Step 3: Set the IP of VLAN 1 to 179.68.10.1.

int vlan 1
ip address 179.68.10.1
no shutdown

Step 4: Set the IP space on East Core Switch 1 to allow for routing assistance.

int vlan 100/110/130/140
ip helper-address 179.68.10.1
exit

Step 5: Set up DHCP on the server by doing the following.

Select Services.
Select DHCP.
Turn Service to on.
Input the name of the pool. The gateway for the pool, the starting address, the subnet mask, and the maximum number of users and click add. Do this for each Vlan.

image