Net330 Tech Journal 4 - ConnorEast/Tech-Journal GitHub Wiki

DHCP Server in PT

  • Attach your DHCP server to a router. Select an IP for said server. Set up ip helper-address on all routers pointing to the DHCP servers ip address.

Lab 4.1
* Network in PT

  • Major Notes:

Packet tracer can take a while to work, just because it isn't working now doesn't mean it wont work later.
Command: "erase startup-config" sets the switch to default.

CLI commands
> Switch# Conf t
> switch (config)# ip routing
> switch(config)# router rip
> switch(config-router)# version 2
> switch (config)# int vlan 100
> switch (config-if)# ip address 10.10.0.1 255.255.254.0
> switch (config-if)# ip helper-address 10.10.6.2
> switch (config-if)# no shut
> switch (config-if)#exit
⚠️ **GitHub.com Fallback** ⚠️