Observing LAN Activity - tmansfield42/Tech-Journal GitHub Wiki
Observing LAN Activity
Summary
In this lab we found the IP address of our Default Gateway and pinged it, then we pinged an outside source which was a website in Japan. We used Wireshark to view the details of these pings. This was done on Kali Linux
Procedure
- ip route show this command shows the IP address of your default gateway and other information about your linux computer.
- ping < default gateway IP >
- Clicked on the ICMP Ping Request packet
- We recorded the MAC Addresses for the request and response packets. (The sender and receiver were vice versa for the request and response).
- ping www.timeslive.co.za
- We recaptured this ping on Wireshark
- Repeat steps 3 & 4
- Along with this, we checked the IP address of www.timeslive.co.za