Difference between revisions of "OPS235 Lab 8 - Fedora17"
Brian.gray (talk | contribs) (Created page with '= Install and Configure a DHCP Server = Category:OPS235Category:OPS235 Labs {{Admon/caution | Warning! | This lab is under heavy construction. Please do not start the la...') |
Brian.gray (talk | contribs) |
||
Line 9: | Line 9: | ||
== Reference == | == Reference == | ||
* [http://linuxmanpages.com/ man pages] for dhcpd, dhcpd.conf, dhcpd.leases, dhcp-options, dhclient, dhclient-conf | * [http://linuxmanpages.com/ man pages] for dhcpd, dhcpd.conf, dhcpd.leases, dhcp-options, dhclient, dhclient-conf | ||
− | * [http:// | + | * [http://docs.fedoraproject.org/deployment-guide/f12/en-US/html/s1-dhcp-configuring-server.html Fedora DHCP Configuration Guide] |
− | * [http:// | + | * [http://www.isc.org/software/dhcp Internet Software Consortium DHCP page] |
== Required materials == | == Required materials == | ||
Line 20: | Line 20: | ||
{{Admon/important | Update your systems | It is advisable to perform a <code>yum update</code> on your Fedora host and all 3 VM's.}} | {{Admon/important | Update your systems | It is advisable to perform a <code>yum update</code> on your Fedora host and all 3 VM's.}} | ||
− | {{Admon/important | Backup your VMs before proceeding | If you did not do it at the end of Lab | + | {{Admon/important | Backup your VMs before proceeding | If you did not do it at the end of Lab 7, stop all of your VMs and backup your VM disk images.}} |
Revision as of 08:46, 18 March 2010
Contents
Install and Configure a DHCP Server
Objectives
- To install, configure, and test ISC's DHCP Server
Reference
- man pages for dhcpd, dhcpd.conf, dhcpd.leases, dhcp-options, dhclient, dhclient-conf
- Fedora DHCP Configuration Guide
- Internet Software Consortium DHCP page
Required materials
- Fedora 12 Live CD or a classmate on the same pod
- One SATA hard disk in a removable drive tray with Fedora host and 3 Fedora Virtual Machines installed
- Completion of Lab 6