Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2004 13:22:16 -0800 (PST)
From:      JP <planoprez@yahoo.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: DHCP Server Question
Message-ID:  <20040323212216.79885.qmail@web40104.mail.yahoo.com>
In-Reply-To: <3C23D94C-7D0B-11D8-A573-003065ABFD92@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
So I would remove the "range" entry?

Thanks,
JP
--- Charles Swiger <cswiger@mac.com> wrote:
> > I have successfully set up my DHCP server on
> FreeBSD
> > 5.2 but have a question.  I only want my DHCP
> server
> > to hand out IPs to known MAC addresses entered
> into
> > dhcpd.conf how can I do this?
> 
> Create entries which look like this:
> 
> host linksys {
>    hardware ethernet 00:20:78:d2:03:05;
>    fixed-address 192.168.1.1;
> }
> 
> ...for each fixed IP you wish to provide.
> 
> -- 
> -Chuck
> 


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040323212216.79885.qmail>