Bug 524525
| Summary: | Missing DHCP server installation procedure | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Tom WELLS <twells> |
| Component: | doc-Deployment_Guide | Assignee: | Douglas Silas <dhensley> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Joshua Wulf <jwulf> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4 | CC: | anross, lcarlon |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-11-25 22:20:46 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tom WELLS
2009-09-21 04:28:06 UTC
Tom is correct: the package is not installed, installation instructions are missing, and so too, therefore, are the config files. I have changed the text at the top of 21.2. Configuring a DHCP Server in 5.4 to read: [SNIP] The dhcp package contains an ISC DHCP server. First, install the package as the superuser: ~]# yum install dhcp Installing the dhcp package creates a file, /etc/dhcpd.conf, which is merely an empty configuration file: ~]# cat /etc/dhcpd.conf # # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample The sample configuration file can be found at /usr/share/doc/dhcp-<version>/dhcpd.conf.sample. You should use this file to help you configure /etc/dhcpd.conf, which is explained in more detail below. [/SNIP] Tom, does this documentation fix accord with you? Verified. Closing. |