Week 1 Packet Tracer Lab - JadenGil/Jaden-Tech-Journal GitHub Wiki

Getting started:

To start I placed all the necessary machines on the workspace and wired them up using copper straight-through wires.

After everything was wired I went into foster laptop and set the IP, Netmask, and Gateway 192.168.3.15/24 with a gateway of 192.168.3.1

I then went to the Skiff server and did the same 192.168.1.0/24 with a gateway of 192.168.1.1

From there I went into the router cli and entered the following commands:

enable

conf t

int fa0/0

ip address 1952.168.3.1 255.255.255.0

no shut

(It is important to not that this won't go through if you don't type no shut)

Repeat the same on fa0/1 for skiff server using it's IP address.


Pinging each other:

Now that the IP addresses are set you can go into the server and laptop and they'll be able to ping each other.

Foster Laptop Ping:

image

Skiff Server Ping:

image


Workspace:

image


Website Hop-By-Hop

image