home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / dhcp3-client / README.Debian < prev   
Encoding:
Text File  |  2006-07-24  |  1.0 KB  |  33 lines

  1. ISC DHCP for Debian
  2. -------------------
  3.  
  4. This is the Debian-packaged version of the Internet Software Consortium
  5. (ISC) DHCP package.
  6.  
  7. This release has full support for operation on multiple interfaces and needs
  8. a 2.2.x or later kernel; the 2.0.x kernels are _not_ supported.
  9.  
  10. The sources of the ISC DHCP package produce the following Debian packages:
  11.  
  12. dhcp3-common: Files used by all the dhcp packages.
  13. dhcp3-server: DHCP Server
  14. dhcp3-client: A DHCP Client
  15. dhcp3-client-udeb: Small DHCP client for debian-installer
  16. dhcp3-relay: A DHCP Relay
  17. dhcp3-dev: API for accessing and modifying the DHCP server and client state
  18.  
  19. If you get the following error when trying to run dhclient, dhcpd or
  20. dhcrelay:
  21.  
  22.    Can't install packet filter program: Protocol not available
  23.    exiting.
  24.  
  25. then you need to edit your linux kernel .config file, set CONFIG_FILTER=y,
  26. and rebuild your kernel. See /usr/share/doc/dhcp3-server/README.gz for
  27. more information.
  28.  
  29. Eloy A. Paris <peloy@debian.org>
  30. Matt Zimmerman <mdz@debian.org>
  31.  
  32. $Id: README.Debian,v 1.1.1.1 2002/05/21 00:07:44 peloy Exp $
  33.