DHCP Server Question

Charles Swiger cswiger at mac.com
Tue Mar 23 12:47:07 PST 2004


> 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



More information about the freebsd-questions mailing list