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
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
