Program 1
This is an INDIVIDUAL Assignment (Do not collaborate)
Submit a PDF with your work on iLearn. You will find the “man” command to be very useful.
Make sure your Raspberry PI is up.
Open a terminal, run the
ifconfig
command and record the output.
- Submit the output as a screenshot (5pts)
- Include the following information for the
eth0
interface- IP address, Ethernet Address, netmask, and MTU (20pts)
- Run
ping
between two PIs and record the output.
- Submit the output as a screenshot (5pts)
- Include a table that briefly explains each field of the output. (20pts)
- Install
traceroute
(sudo apt update && sudo apt install traceroute).
- Run traceroute to google.com, record the output
- Submit the output as a screenshot (5pts)
- Include a table that briefly explains each field(20 pts)
- Run the command
ip route show
- Submit the output as a screenshot (5 pts)
- Explain the first line of the output (20 pts)