Open main menu

CDOT Wiki β

Changes

NAD710 Lab 1

1,966 bytes added, 11:36, 17 September 2008
Completing this Lab
* Linux Kernel information
Follow the The following procedure can be used on matrix.senecac.on.ca and your own Fedora Core machine to collete those network settings and system informationlisted above.
= Procedure =
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
* 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 should use 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 =
Based on the information collected, answer the following questions:
# What is the kernel version of Linux on matrix?
# What is the IP address and MAC address of the Linux machine on matrix?
# What is the network mask on matrix?
# What are the network addresses of the Linux machine? (there should be three networks)
# What is the IP address of the gateway for the Linux machine on matrix?
# What is the command to display all the currently loaded kernel modules?
# Where is the file for the kernel module called "e100"?
# What is the MAC address for the network device that has the IP address 192.168.1.254?
# How do you display all the physically network addresses known by a Linux machine?
# What is the MAC address of the network device on the default gateway for the Linux machine on matrix?
= Completing this Lab =
* Post your answers for this lab to [[NAD710 Lab 1 Answers]]
* You will be graded according to your contribution. If you have nothing to add to the answer page, please make some comments of the lab and the answers and email them to your professor.
 
[[Category:LUX]][[Category:NAD]]
1
edit