On Fri, May 23, 2008 at 1:30 PM, John Oliver <[EMAIL PROTECTED]> wrote:
> Is it possible to configure a DHCP scope to only issue addresses for
> which there's a static reservation?
>
What you're referring to is a reserved IP address, and you can do this
within a DHCP scope by including host, hardware ethernet, and fixed
address declarations for the scope within which you want to assign
reserved addresses. The idea is to bind the hardware address to the IP
address for a given host. For example:
host aries {
hardware ethernet 08:00:2b:4c:59:23;
fixed-address 10.255.255.2;
}
reserves IP address 10.255.255.2 to the ethernet interface card with
hardware address 08:00:2b:4c:59:23 on host aries.
Robert Donovan
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list