Here is my /etc/dhcpd.conf file:

subnet 192.168.254.0 netmask 255.255.255.0 {
        range 192.168.254.240 192.168.254.247;
        default-lease-time 3600;
        max-lease-time 86400;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.254.255;
        option domain-name "kasten.net";
        option domain-name-servers 192.168.254.1;
        option routers 192.168.254.1;
}

You will also need to touch /etc/dhcpd.leases.

Make sure dhcpd is started in the rc directories.
That's all there is to it.

This file resides on host 192.168.254.1 which is
also the gateway for the hosts it servers.  It
offers addresses in the range 240 - 247.

On Mon, Mar 27, 2000 at 08:31:22AM +0700, Rajagopal Subash wrote:
> Hi friends:
> I am a new user of Linux with decent UNIX background. Would like to the use the DHCP 
>server feature , could anyone of you write to me or let me know the site how under 
>Linux 6.0 Server version?. 
> Subash

-- 
J. Scott Kasten

jsk AT tetracon-eng DOT net

"I'm a .signature virus.  Please copy me
 into your ~/.signature to help me spread!"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to