Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
dhcp: A 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
- * Mon Jan 16 18:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 3.0.1-54.EL4
- fix bug 177845: allow default router to be same as ip-address
- fix bug 176615: fix DDNS updates when host-name contains trailing NUL
- * Tue Dec 20 18:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> - 3.0.1-52.EL4
- fix bug 176270: allow routers with an octet of 255 in their IP address
- * Wed Dec 14 18:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 3.0.1-50.EL4
- fix typo in dhcpd initscript '/var/lib/dhcpd' -> '/var/lib/dhcp'