CS 241 Assignment #11
Most students completed this guided exercise in class
on april 12, 2007 (class #9)
this assignment must be done in class!
- get a command prompt window
applications
accessories
terminal
- ping 10.196.0.1
- telnet localhost
make sure you can login as fred
id # should confirm you are fred
exit
- hint: use up arrow to repeat the last command
- netstat -rn # to see your routing table
if the routing table says that we deliver the packet
i.e. not a gateway
then you must do an arp broadcast
asking what is the mac for that ip ?
- arp -an