Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
dhcp: DHCP (Dynamic Host Configuration Protocol) server and relay agent.
- Summary
- DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
individual devices on an IP network to get their own network
configuration information (IP address, subnetmask, broadcast address,
etc.) from a DHCP server. The overall purpose of DHCP is to make it
easier to administer a large network. The dhcp package includes the
ISC DHCP service and relay agent.
To use DHCP on your network, install a DHCP service (or relay agent),
and on clients run a DHCP client daemon. The dhcp package provides
the ISC DHCP service and relay agent.
Changelog
- * Thu Jul 24 17:00:00 2008 David Cantrell <dcantrell{%}redhat{*}com> - 12:3.0.5-18
- Fix up requires and make sure epoch is specified consistently
Related: rhbz#447003
- * Thu Jul 24 17:00:00 2008 David Cantrell <dcantrell{%}redhat{*}com> - 12:3.0.5-17
- Carry over RES_OPTIONS from ifcfg-ethX files to /etc/resolv.conf
Resolves: rhbz#202923
- * Tue Jul 15 17:00:00 2008 David Cantrell <dcantrell{%}redhat{*}com> - 12:3.0.5-16
- Add epoch to the Requires for libdhcp4client-devel
Related: rhbz#447003