Lab 2: Use basic networking tools
This lab counts towards your class participation grade
Initial Setup
- We will utilize the VMs we created in LAB 1.
- Open a terminal (can be in your browser or on your laptop) and log into the VMs.
Turn in the following (you may use Google and/or collaborate with other students)
Please submit one PDF with your work. You might find the “man” command to be very useful.
SSH into two instances and perform the following tests:
- Run ping between two instances and record the outputs for both internal and external interfaces. (5pts)
- Submit the output as a screenshot and a table that briefly explains each field of the output. (5pts)
- Install traceroute (sudo apt update && sudo apt install traceroute).
- Run traceroute to “tntech.edu”, record the output (5 pts)
- Submit the output as a screenshot and briefly explain each field (5 pts)
- Run ifconfig and record the output. (5pts)
- Submit the output as a screenshot and the following information for an interface such as “eth0”: IP address, Ethernet Address, netmask, and MTU (5 pts)
- Run the folloiwing command “ip route show” and submit the output as a screenshot (5 pts)
- Explain the first line of the output (5 pts)