Lab1:1SimpleNetworkHardware - echadbourne/NET-330 GitHub Wiki
Consoling into the router
Connect the router to the computer after powering it on. To access the router:
- Open Device Manager, check the ports section to see what COM port it is using
On Putty:
- Serial Line to Connect: COM port from earlier
- Bits per sec: 9600
- Data buts: 8
- Parity: none
- Stop bits: 1
- Flow control: none
Under session: Select Serial and change the COM port to the # from earlier
Set up the subnets for each computer (reference: https://senaakbulut.medium.com/ip-subnetting-in-cisco-packet-tracer-a1322d721369)
- Default Gateway was set to 192.168.3.1
Router setup for FastEthernet0/1:
Same was done for 0/0, both configurations can be seen below
Set up the IP addresses for each device
- Use Advanced Network config on the Kali to set up the end devices... (192.168.3.15 for Foster, 192.168.1.15 for Skiff)
Ping from Foster to Default Gateway and Foster to Skiff