Changes

Jump to: navigation, search

NAD710 Lab 1

862 bytes added, 21:18, 1 September 2008
Network settings
* From the output of the /sbin/route command, you should be able to tell which networks (LANs) your machine is directly connected (the 1st column) and which gateway (the 2nd column) your machine could be used to reach other networks. Consult the "man" page for "route" for more details.
* If there is no "Gateway" for your machine, your machine can only communicate with other machines that are physically connected.
* Any two physically (or directly) connected network machines must know each other's physical network address (i.e. MAC address) before that can start exchanging data. The MAC address exchange process could occur automatically (default) or manually (to be done by the system administrator). To display the list of MAC address known to your machine, type the command "/sbin/arp". Record the output for later use:
raymond@matrix:~> /sbin/arp -n
Address HWtype HWaddress Flags Mask Iface
192.168.1.50 ether 00:0E:0C:82:9F:9F C eth0
192.168.1.254 ether 00:0E:0C:7F:84:6F C eth0
192.168.1.30 ether 00:0E:0C:82:E5:6B C eth0
192.168.1.10 ether 00:19:D1:3D:F4:3B C eth0
...
= Questions =
= Completing this Lab =
1
edit

Navigation menu