Re: DHCP reserve IPs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2004-04-29 at 13:13, Matthew Benjamin wrote:
> Does anyone know how to reserve IPs in DHCP , or do you just not
> include them? Maybe that's a dum question - hummmm???
>  
I wouldn't say dumb...  Here is how to assign addresses to hosts using
dhcp:

host hostname
	{
	fixed-address xxx.xxx.xxx.xxx;
	hardware ethernet xx:xx:xx:xx:xx:xx;
	}

This is placed after the subnet, range and option definitions in th
dhcpd.conf file. You can avoid this by not including the address(es) in
the range. I do believe there is or used to be a reserve command but I
can't remember offhand. Maybe man dhcpd.conf will reveal it.

-- 
Benton E. Cole <benton.cole@xxxxxxxxxxxxxxx>



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux