Difference between revisions of "OPS235 Lab 8 - Fedora17"

From CDOT Wiki
Jump to: navigation, search
Line 69: Line 69:
 
<li>What file appears to be a sample configuration file?</li>
 
<li>What file appears to be a sample configuration file?</li>
 
<li>Copy the sample <code>dhcpd.conf</code> file to the <code>/etc/dhcp</code> directory making sure it is named <code>/etc/dhcp/dhcpd.conf</code></li>
 
<li>Copy the sample <code>dhcpd.conf</code> file to the <code>/etc/dhcp</code> directory making sure it is named <code>/etc/dhcp/dhcpd.conf</code></li>
<li>Answer the Investigation 1 question in your log book.</li>
 
 
</ol>
 
</ol>
 +
 +
'''Answer the Investigation 1 observations / questions in your lab log book.'''
 +
  
 
=== Investigation 2: What configuration options and directives need to be set in dhcpd.conf?===
 
=== Investigation 2: What configuration options and directives need to be set in dhcpd.conf?===
Line 92: Line 94:
 
::* <code>subnet-mask</code>
 
::* <code>subnet-mask</code>
 
<ol><li value="2"> Study the sample <code>dhcpd.conf</code> file to see examples of how these options are used.</li>
 
<ol><li value="2"> Study the sample <code>dhcpd.conf</code> file to see examples of how these options are used.</li>
<li>Answer the Investigation 2 question in your log book.</li>
 
 
</ol>
 
</ol>
 +
 +
'''Answer the Investigation 2 observations / questions in your lab log book.'''
 +
  
 
=== Investigation 3: How do I configure dhcpd settings to be applied to all subnets?===
 
=== Investigation 3: How do I configure dhcpd settings to be applied to all subnets?===
Line 105: Line 109:
 
::* <code>max-lease-time</code> should be set to 1 hour
 
::* <code>max-lease-time</code> should be set to 1 hour
 
<ol><li value="3">Save and exit your editing session.</li>
 
<ol><li value="3">Save and exit your editing session.</li>
<li>Answer the Investigation 3 question in your log book.</li>
 
 
</ol>
 
</ol>
  
 
{{Admon/note | Note! | As global settings these will affect all subnets unless they are separately declared for individual subnets.}}
 
{{Admon/note | Note! | As global settings these will affect all subnets unless they are separately declared for individual subnets.}}
 +
 +
'''Answer the Investigation 3 observations / questions in your lab log book.'''
 +
  
 
=== Investigation 4: How do I configure dhcpd to provide IP configuration to my virtual network?===
 
=== Investigation 4: How do I configure dhcpd to provide IP configuration to my virtual network?===
Line 130: Line 136:
 
</ol>
 
</ol>
 
{{Admon/tip | Troubleshooting Tip: | Troubleshooting produces the best results when you are methodical in your approach. Try to fix the first error mentioned before fixing subsequent errors. Often the first error may cause multiple error messages as the configuration file is parsed. When you think you have fixed the first error try to start your service and if it fails check the log again. Fix one error at a time.}}
 
{{Admon/tip | Troubleshooting Tip: | Troubleshooting produces the best results when you are methodical in your approach. Try to fix the first error mentioned before fixing subsequent errors. Often the first error may cause multiple error messages as the configuration file is parsed. When you think you have fixed the first error try to start your service and if it fails check the log again. Fix one error at a time.}}
<ol><li value="13">When you have successfully started your service answer the Investigation 4 question in your log book. You may want to include all of the syntax you used.</li></ol>
+
 
 +
 
 +
'''Answer the Investigation 4 observations / questions in your lab log book.'''
 +
 
  
 
=== Investigation 5: How do I test my dhcpd service on my virtual network?===
 
=== Investigation 5: How do I test my dhcpd service on my virtual network?===
Line 147: Line 156:
 
{{Admon/note | Note! | These messages record the DHCP lease transaction that consists of 4 broadcast packets, DISCOVER, OFFER, REQUEST and ACKNOWLEDGE. Try researching on the internet how this transaction differs from a DHCP lease renewal.}}
 
{{Admon/note | Note! | These messages record the DHCP lease transaction that consists of 4 broadcast packets, DISCOVER, OFFER, REQUEST and ACKNOWLEDGE. Try researching on the internet how this transaction differs from a DHCP lease renewal.}}
 
<ol><li value="5">On fedora2 confirm the IP address assignment using <code>ifconfig</code></li>
 
<ol><li value="5">On fedora2 confirm the IP address assignment using <code>ifconfig</code></li>
<li>Answer the Investigation 5 question in your log book.</li>
 
 
</ol>
 
</ol>
 +
 +
'''Answer the Investigation 5 observations / questions in your lab log book.'''
 +
  
 
=== Investigation 6: Where does the dhcp server store a record of leased addresses?===
 
=== Investigation 6: Where does the dhcp server store a record of leased addresses?===
Line 167: Line 178:
 
{{Admon/note | Note! | dhcpd records address leases in this file. If the service is restarted it reads in the file to know which addresses are currently leased and for how long.}}
 
{{Admon/note | Note! | dhcpd records address leases in this file. If the service is restarted it reads in the file to know which addresses are currently leased and for how long.}}
 
<ol><li value="3">On the client fedora2 check the contents of the<code>/var/lib/dhclient</code> directory. The files in this directory is where the dhclient stores its record of leases.</li>
 
<ol><li value="3">On the client fedora2 check the contents of the<code>/var/lib/dhclient</code> directory. The files in this directory is where the dhclient stores its record of leases.</li>
<li>Answer the Investigation 6 question in your log book.</li>
 
 
</ol>
 
</ol>
 +
 +
'''Answer the Investigation 6 observations / questions in your lab log book.'''
  
 
=== Investigation 7: How can I lease the same address every time? ===
 
=== Investigation 7: How can I lease the same address every time? ===
Line 184: Line 196:
 
::: <code>dhclient eth1</code>
 
::: <code>dhclient eth1</code>
 
<ol><li value="4">Confirm that you received the fixed address you were supposed to.</li>
 
<ol><li value="4">Confirm that you received the fixed address you were supposed to.</li>
<li>Answer the Investigation 7 question in your log book.</li>
 
 
</ol>
 
</ol>
 +
 +
'''Answer the Investigation 7 observations / questions in your lab log book.'''
 +
  
 
== Completing the lab ==
 
== Completing the lab ==

Revision as of 23:19, 28 February 2012

Important.png
This is a draft only!
It is still under construction and content may change. Do not rely on this information.

Install and Configure a DHCP Server

Overview

  • In this lab, you will learn how to setup, and run a DHCP server on your f16host machine, and then test-out the DHCP server by booting your VMs to receive IP addresses from the DHCP server.

Objectives

  • To install, configure, and test ISC's DHCP Server.
  • To obtain log information from DHCP server including lease address information.
  • To lease the same IP address every-time from VM boot-up (instead of having DHCP server randomly assign IP address).


Required Materials (Bring to All Labs)

  • Fedora 16 LIVE CD - You can burn this onto a CD-R in the Open Lab
  • Fedora 16 x_64 Installation DVD - You can burn this onto a DVD-R in the Open Lab (or burn image onto a DVD+R if you are using the Freedom Toaster).
  • SATA Hard Disk (in removable disk tray)
  • USB Memory Stick (minimum 64M)
  • Lab Logbook (Lab5 Reference Sheet) (to make notes and observations).


Prerequisites

  • Completion and Instructor "Sign-off" of Lab 6: OPS235 Lab 7


Linux Command Online Reference

Each Link below displays online manpages for each command (via http://linuxmanpages.com):

Networking Utilities: Additional Utilities:


Resources on the web

Additional links to tutorials and HOWTOs:


Lab Preparation

Important.png
Update your systems
It is advisable to perform a yum update on your Fedora host and all 3 VM's.
Important.png
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.
Note.png
ISC DHCP packages Overview
The version of DHCP server (rpm package name called "dhcp-4.1.1-9.fc12.x86_64" ) that comes with Fedora is maintained and distributed by the Internet Software Consortium (http://www.isc.org). The source package that you can download from ISC includes not only the DHCP server, but also a DHCP client and a DHCP relay agent. However, Fedora separates it into two RPM packages: the DHCP client package called "dhclient-4.1.1-9.fc12.x86_64" and the DHCP server package called "dhcp-4.1.1-9.fc12.x86_64". The DHCP client package is installed by default by the workstation installation.

Completing the Lab

Investigation 1: How do you install the DHCP Server.

Note.png
Note!
Complete the following steps on your fedora3 VM.
  1. To check that you have dhclient installed, enter the command:
rpm -q dhclient
  1. If the package is not installed, you will get the message "package dhclient is not installed", otherwise, you will get the version information of the rpm package. Install the dhclient package if it was not installed.
  2. Check to see if the dhcp server package is installed.
  3. Follow the normal procedure to install the DHCP server rpm package called dhcp using yum.
  4. Enter the command to list all the files installed from the DHCP server package.
  5. What file appears to be a sample configuration file?
  6. Copy the sample dhcpd.conf file to the /etc/dhcp directory making sure it is named /etc/dhcp/dhcpd.conf

Answer the Investigation 1 observations / questions in your lab log book.


Investigation 2: What configuration options and directives need to be set in dhcpd.conf?

Note.png
Note!
Complete the following steps on your fedora3 VM.


  1. Study the man pages of dhcpd, dhcpd.conf, dhcp-options, and dhcpd.leases and make notes in your log book. In particular, look up the meaning and possible value(s), if any, for the following configuration options:
  • broadcast-address
  • default-lease-time
  • max-lease-time (How is this different from default-lease-time?)
  • domain-name
  • domain-name-servers
  • fixed-address
  • group
  • hardware
  • host
  • host-name
  • range
  • routers
  • subnet
  • subnet-mask
  1. Study the sample dhcpd.conf file to see examples of how these options are used.

Answer the Investigation 2 observations / questions in your lab log book.


Investigation 3: How do I configure dhcpd settings to be applied to all subnets?

Note.png
Note!
Complete the following steps on your fedora3 VM.
  1. Edit /etc/dhcp/dhcpd.conf and examine the top section of the file.
  2. Make the following changes to the global settings:
  • domain-name should be set to "ops235.org"
  • domain-name-servers should be set to 192.168.235.1
  • default-lease-time should be set to 20 minutes
  • max-lease-time should be set to 1 hour
  1. Save and exit your editing session.
Note.png
Note!
As global settings these will affect all subnets unless they are separately declared for individual subnets.

Answer the Investigation 3 observations / questions in your lab log book.


Investigation 4: How do I configure dhcpd to provide IP configuration to my virtual network?

Note.png
Note!
Complete the following steps on your fedora3 VM.
  1. Edit /etc/dhcp/dhcpd.conf for a second time, and add a new subnet delcaration for your virtual network
  2. The network address is 192.168.235.0/255.255.255.0 and the range of host addresses should be from 51 to 60
  3. Also add a default gateway for the virtual network of 192.168.235.1
  4. Save the file.
Note.png
Note!
Do not forget that you made ssh more secure in the previous lab
  1. Open another terminal window (ssh into fedora3 from fedora host as user root) and issue the following command:
    tail -f /var/log/messages
  2. This will show you the last 10 lines of /var/log/messages continue to display new lines as they are added to the log.
  3. In your original terminal prompt attempt to start the dhcpd service.
  4. You should see new lines being added to the messages file.
  5. If the service fails to start any error messages will be logged in the messages file. Read the errors and attempt to fix your configuration file.
  6. If the service starts successfully you should see success messages in the log.
  7. If your service starts successfully edit the configuration file and introduce an error by removing a semicolon or closing curly bracket.
  8. Restart your service and observe the error messages generated.
Idea.png
Troubleshooting Tip:
Troubleshooting produces the best results when you are methodical in your approach. Try to fix the first error mentioned before fixing subsequent errors. Often the first error may cause multiple error messages as the configuration file is parsed. When you think you have fixed the first error try to start your service and if it fails check the log again. Fix one error at a time.


Answer the Investigation 4 observations / questions in your lab log book.


Investigation 5: How do I test my dhcpd service on my virtual network?

Note.png
Note!
Complete the following steps on your fedora2 and fedora3 VM's.
  1. On a fedora3 terminal window make sure that the command tail -f /var/log/messages is running.
  2. On fedora2 change the configuration of the eth1 (or your interface name) to receive dynamic address configuration
  3. Save your changes and restart NetworkManager
  4. Observe the messages that get logged. You should see output similar to the following:
Mar 24 13:28:24 fedora3 dhcpd: DHCPDISCOVER from 52:54:00:61:00:e7 via eth2
Mar 24 13:28:25 fedora3 dhcpd: DHCPOFFER on 192.168.235.51 to 52:54:00:61:00:e7 via eth2
Mar 24 13:28:25 fedora3 dhcpd: DHCPREQUEST for 192.168.235.51 (192.168.235.13) from 52:54:00:61:00:e7 via eth2
Mar 24 13:28:25 fedora3 dhcpd: DHCPACK on 192.168.235.51 to 52:54:00:61:00:e7 via eth2
Note.png
Note!
These messages record the DHCP lease transaction that consists of 4 broadcast packets, DISCOVER, OFFER, REQUEST and ACKNOWLEDGE. Try researching on the internet how this transaction differs from a DHCP lease renewal.
  1. On fedora2 confirm the IP address assignment using ifconfig

Answer the Investigation 5 observations / questions in your lab log book.


Investigation 6: Where does the dhcp server store a record of leased addresses?

Note.png
Note!
Complete the following steps on your fedora2 and fedora3 VM's.
  1. If your fedora3 DHCP server successfully issued the proper IP address configuration values to fedora2, check the file called /var/lib/dhcpd/dhcpd.leases
  2. You should see contents similar to:
lease 192.168.235.51 {
  starts 3 2010/03/24 17:28:25;
  ends 3 2010/03/24 17:48:25;
  cltt 3 2010/03/24 17:28:25;
  binding state active;
  next binding state free;
  hardware ethernet 52:54:00:61:00:e7;
}
Note.png
Note!
dhcpd records address leases in this file. If the service is restarted it reads in the file to know which addresses are currently leased and for how long.
  1. On the client fedora2 check the contents of the/var/lib/dhclient directory. The files in this directory is where the dhclient stores its record of leases.

Answer the Investigation 6 observations / questions in your lab log book.

Investigation 7: How can I lease the same address every time?

Note.png
Note!
Complete the following steps on your fedora2 and fedora3 VM's.
Note.png
Note!
Even though DHCP gives out IP address dynamically, it also has the ability to reserve an IP address for a certain computer. In this sense it's almost as if the client computer has a static IP even though it uses DHCP to get it. This is useful if you want to be able to put entries in your /etc/hosts file and not have to worry about the entry becoming invalid over time. In Linux we refer to this as supplying a fixed address to a host. Microsoft calls it a reservation.
  1. Make certain that you are located in your fedora3 virtual machine.
  2. Create a host declaration for fedora2. Make sure you record the correct hardware ethernet setting that corresponds to the MAC address of the interface in fedora2.
  3. Give it the fixed-address 192.168.235.12
Idea.png
Note!
When supplying fixed-address it is important that the address assigned is exclusive of any ranges that have been declared. Otherwise it may be possible for 2 different hosts to receive the same address.
  1. Start your service and test the address assignment by releasing your current address on fedora2 and then requesting a new address. Use the following commands on fedora2:
dhclient -r eth1
dhclient eth1
  1. Confirm that you received the fixed address you were supposed to.

Answer the Investigation 7 observations / questions in your lab log book.


Completing the lab

Arrange proof of the following on the screen:

  • DHCP server log file showing a lease occuring
  • DHCP server configuration file showing subnet and host declaration
  • DHCP server lease file
  • DHCP client lease file

Preparing for the Quizzes

  1. What protocol and port does dhcp use?
  2. What file is used to configure dhcpd?
  3. Can a dhcp server also be a dhcp client?
  4. What is the difference between max-lease-time and default-lease-time?
  5. What unit of measurement does default-lease-time require?
  6. What dhcp option is used for configuring a default gateway?
  7. What is the parameter range in the DHCP server configuration file used for?
  8. What is the purpose of a dhcp relay agent?
  9. Why might a dhcp relay agent be required?