Lab1:3PacketTracerReview - echadbourne/NET-330 GitHub Wiki

I connected the devices as shown in the photo, then did this to set up each of the interfaces on the router

Router>en

Router#conf t

Skiff

Router (config)#int Fa0/0

Router (config-if)#ip address 192.168.1.1 255.255.255.0

Router (config-if)#no shut

Foster

Router (config)#int Fa0/1

Router (config-if)#ip address 192.168.3.1 255.255.255.0

Router (config-if)#no shut

After running show run

image

I then configured the laptop with IP 192.168.1.15 and the server with 192.168.3.15 and each of their appropriate default gateways and pinged across the network

image

Saving running config for router:Router#copy running-config startup-config

OR in config tab, Save NVRAM