View Single Post
  #4   (View Single Post)  
Old 8th May 2014
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by azdps View Post
I'm not clear on how I would proceed with the range option. I tested by removing the line:

Code:
range 10.255.255.100 10.255.255.101;
Appears to work perfectly fine without it. If I only want only static ip addresses served then is the appropriate solution to just remove the range option?
range is required if dynamic addresses are to be provided. If you only want to manage static addresses, the range statement is not necessary.

Besides reading dhcpd.conf(5) as pointed out by IdOp, you may benefit from the short discussion found in Section 6.4.2 of the FAQ.

Last edited by ocicat; 8th May 2014 at 05:46 PM. Reason: added missing participle
Reply With Quote