Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.
Arch: x86_64
Download: | dhcp-3.0.3-26.x86_64.rpm |
Build Date: | Thu Mar 2 17:58:19 2006 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 4.85 MiB |
Changelog
- * Thu Mar 2 17:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 11:3.0.3-26
-
- fix bug 181908: enable dhclient to operate on IBM zSeries z/OS linux guests:
o add -I <dhcp-client-identifier> dhclient command line option
o add -B "always broadcast" dhclient command line option
o add 'bootp-broadcast-always;' dhclient.conf statement
- * Mon Feb 20 17:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 11:3.0.3-24
-
- Apply upstream fix for bug 176615 / ISC RT#15811
- * Tue Feb 14 17:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 11:3.0.3-22
-
- fix bug 181482: resolv.conf not updated on RENEW :
since dhcp-3.0.1rc12-RHScript.patch: "$new_domain_servers" should have
been "$new_domain_name_servers" :-(