DHCP Server Question

JP planoprez at yahoo.com
Tue Mar 23 13:22:18 PST 2004


So I would remove the "range" entry?

Thanks,
JP
--- Charles Swiger <cswiger at 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


More information about the freebsd-questions mailing list