[KLUG Members] dhcp problem

members@kalamazoolinux.org members@kalamazoolinux.org
Wed, 9 Jan 2002 08:10:28 -0500


>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;
>}

Got it to work - thanks!

Chad Heidema
Holland, MI