[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dhcp docs



On 2000-03-01 21:02:21, Chris Hoover wrote:

> I'm looking for information on setting up a dhcp server.  Does
> anyone know if a howto or something like that exists?  I went to
> linuxdoc.org and did not see one, but it might be named something
> else.

dhcp was pretty easy to setup with the man pages being the main source
of information with the comments in being dhcpd.conf very helpful.
Here my current dhcpd.conf:

option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;

option domain-name "localnet";

option routers 192.168.0.1;
option domain-name-servers 24.128.52.6, 24.128.44.6, 24.128.1.81;
option ntp-servers 192.168.0.1;

subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.1 192.168.0.254;
}


/Allan
-- 
Allan M. Wind			Finger: wind@digit-safe.dyndns.org (GPG/PGP)
P.O. Box 2022			Email: wind@freewwweb.com
Woburn, MA 01888-0022		ICQ: 44214251
USA				Phone: 781.279.4513


Reply to: