The following exercises are to familiarize you with the ICMP protocol and its functionality as discussed in class. The following commands will be necessary in completing the following steps: ping, traceroute, ifconfig, ethereal and/or tcpdump. If any of these commands are unfamiliar, refer to the man page for that command.
Note: the ethereal sniffer sits on top of tcpdump and provides a nice window based UI for you to examine network packets. Since it sits on top of tcpdump, several of the command inputs are the same, such as the packet filters. This will require you to be familiar with tcpdump (or at least have access to the tcpdump man pages. You have been warned!)
ip host your_ip_address
traceroute -q1 -I host (search for -q on man page)