Date: Tue, 23 Mar 2004 15:47:01 -0500 From: Charles Swiger <cswiger@mac.com> To: JP <planoprez@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DHCP Server Question Message-ID: <3C23D94C-7D0B-11D8-A573-003065ABFD92@mac.com> In-Reply-To: <20040323202544.56397.qmail@web40111.mail.yahoo.com> References: <20040323202544.56397.qmail@web40111.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C23D94C-7D0B-11D8-A573-003065ABFD92>