1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: dhcp3
Section: net
Priority: optional
Maintainer: Eloy A. Paris <peloy@debian.org>
Uploaders: Matt Zimmerman <mdz@debian.org>, Andrew Pollock <apollock@debian.org>
Build-Depends: debhelper (>= 4.1.16), dpkg-dev (>= 1.7.0), groff
Standards-Version: 2.4.0.0
Package: dhcp3-server
Architecture: any
Depends: debconf, debianutils (>= 2.8.2), dhcp3-common (= ${Source-Version}), ${shlibs:Depends}
Conflicts: dhcp
Description: DHCP server for automatic IP address assignment
This is the DHCP server from version 3 of the Internet Software
Consortium DHCP package. For more information visit the ISC web
site at http://www.isc.org.
.
Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
(actually dhcpd includes much of the functionality of BOOTPD!). It assigns
IP addresses to clients based on lease times. DHCP is used extensively
by Microsoft and more recently also by Apple. It is probably essential
in any multi-platform environment.
.
Multiple Ethernet Interfaces are supported by this DHCP package.
.
Note: This package _requires_ a 2.2.x or later Linux kernel. 2.0.x kernels
are _not_ supported.
Package: dhcp3-common
Architecture: any
Section: net
Depends: debconf, debianutils (>= 2.8.2), ${shlibs:Depends}
Description: Common files used by all the dhcp3* packages
This package contains all the files used by all the packages
from ISC DHCP version 3.
Package: dhcp3-dev
Architecture: any
Section: devel
Depends: libc6-dev
Description: API for accessing and modifying the DHCP server and client state
OMAPI, an API for accessing and modifying the DHCP server and
client state.
Package: dhcp3-client
Architecture: any
Depends: debconf, debianutils (>= 2.8.2), dhcp3-common (= ${Source-Version}), ${shlibs:Depends}
Suggests: resolvconf
Conflicts: dhcp-client, samba-common (<< 3.0.0beta1-2)
Description: DHCP Client
This is the DHCP client from version 3 of the Internet Software
Consortium DHCP package. For more information visit the ISC web
site at http://www.isc.org.
.
This is a split off from the dhcp package and contains the DHCP client
tools.
.
Cable modem users likely need this or another dhcp client to successfully
connect to the network.
.
Documentation (apart from manpages) can be found in the dhcp package.
.
Note: This package _requires_ a 2.2.x or later Linux kernel. 2.0.x kernels
are _not_ supported.
Package: dhcp3-client-udeb
Architecture: any
Section: debian-installer
Depends: ${shlibs:Depends}
Conflicts: dhcp-client-udeb
Description: DHCP Client for debian-installer
dhcp-client-udeb is a minimal dhcp package used by the debian-installer.
Package: dhcp3-relay
Architecture: any
Depends: debconf, debianutils (>= 2.8.2), dhcp3-common (= ${Source-Version}), ${shlibs:Depends}
Conflicts: dhcp-relay
Description: DHCP Relay
This is the DHCP relay from version 3 of the Internet Software
Consortium DHCP package. For more information visit the ISC web
site at http://www.isc.org.
.
Installing this package will make the machine it is installed on to
a dhcp relay. You need to have a DHCP or BOOTP server reachable in order
to use the relay.
.
Documentation (apart from manpages) can be found in the dhcp package.
.
Note: This package _requires_ a 2.2.x or later Linux kernel. 2.0.x kernels
are _not_ supported.
|