[KLUG Members] dhcp problem

Bruce Smith members@kalamazoolinux.org
08 Jan 2002 09:03:39 -0500


> 6) Here's my dhcpd.conf file:
> 
> # file: /etc/dhcpd.conf
> default-lease-time 720;
> max-lease-time 350000;
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.0.255;
> range 192.168.0.2 192.168.0.5;

Here's a dhcpd.conf file created by my smoothwall box.
Maybe that'll help:


---------------------------------------------------------
subnet 192.168.1.0 netmask 255.255.255.0
{
	option subnet-mask 255.255.255.0;
	option domain-name "";
	option routers 192.168.1.254;
	option domain-name-servers 192.168.1.254;
	range dynamic-bootp 192.168.1.100 192.168.1.200;
	default-lease-time 3600;
	max-lease-time 7200;
}
---------------------------------------------------------


--------------------------------------------
Bruce Smith                bruce@armintl.com
System Administrator / Network Administrator
Armstrong International, Inc.
Three Rivers, Michigan  49093  USA
http://www.armstrong-intl.com/
--------------------------------------------