Difference between revisions of "OPS235 Lab 6 - Fedora17"
Brian.gray (talk | contribs) (Created page with '= Configuring a Network Using Virtual Machines = Category:OPS235Category:OPS235 Labs == Objectives == * Use the Fedora GUI program to configure network interfaces with st...') |
Brian.gray (talk | contribs) |
||
Line 3: | Line 3: | ||
== Objectives == | == Objectives == | ||
* Use the Fedora GUI program to configure network interfaces with static IP configuration and host name resolution | * Use the Fedora GUI program to configure network interfaces with static IP configuration and host name resolution | ||
− | * Use the find command to locate the configuration files modified by the GUI network configuration program | + | * Use the <code>find</code> command to locate the configuration files modified by the GUI network configuration program |
− | * To examine some of the Linux's TCP/IP configuration files in the /etc/ directory | + | * To examine some of the Linux's TCP/IP configuration files in the <code>/etc/</code> directory |
* To configure a Fedora host with static network configuration without a GUI tool | * To configure a Fedora host with static network configuration without a GUI tool | ||
− | * To use and interpret the <code>netstat</code command | + | * To use and interpret the <code>netstat</code> command to troubleshoot and monitor network services |
− | + | * To configure the linux firewall <code>iptables</code> to allow/disallow/forward different types of network traffic using simple rules | |
− | |||
− | |||
− | |||
− | |||
− | * | ||
== Reference == | == Reference == | ||
− | * [http://linuxmanpages.com/ man pages] for | + | * [http://linuxmanpages.com/ man pages] for find, ifconfig, ping, netstat, NetworkManager, nslookup, iptables, arp |
− | * Online reading material for | + | * Online reading material for week 8. |
== Required materials == | == Required materials == | ||
− | * [http://fedoraproject.org/get-fedora Fedora 12] Live CD | + | * [http://fedoraproject.org/get-fedora Fedora 12] Live CD or a classmate on the same pod |
* USB flash drive, 64 MB or more in size (Warning: the contents of this drive will be erased) | * USB flash drive, 64 MB or more in size (Warning: the contents of this drive will be erased) | ||
− | * One SATA hard disk in a removable drive tray | + | * One SATA hard disk in a removable drive tray with Fedora host and 3 Fedora Virtual Machines |
Revision as of 09:39, 2 March 2010
Contents
Configuring a Network Using Virtual Machines
Objectives
- Use the Fedora GUI program to configure network interfaces with static IP configuration and host name resolution
- Use the
find
command to locate the configuration files modified by the GUI network configuration program - To examine some of the Linux's TCP/IP configuration files in the
/etc/
directory - To configure a Fedora host with static network configuration without a GUI tool
- To use and interpret the
netstat
command to troubleshoot and monitor network services - To configure the linux firewall
iptables
to allow/disallow/forward different types of network traffic using simple rules
Reference
- man pages for find, ifconfig, ping, netstat, NetworkManager, nslookup, iptables, arp
- Online reading material for week 8.
Required materials
- Fedora 12 Live CD or a classmate on the same pod
- USB flash drive, 64 MB or more in size (Warning: the contents of this drive will be erased)
- One SATA hard disk in a removable drive tray with Fedora host and 3 Fedora Virtual Machines