How does DHCPD determine what IP address to assign and...

Niall O'Reilly Niall.oReilly at ucd.ie
Mon Dec 31 11:00:28 UTC 2007


On 28 Dec 2007, at 19:51, Ryan McCain wrote:

>> subnet 10.116.6.0 netmask 255.255.255.0 {
>>   range 10.116.6.9 10.116.6.179 ;
>>   option routers 10.116.6.254;
>> }


Without any allow/deny specification, this range is open to all.

	pool {
	  ...
           deny members of "DialUp";
	}

(complementing what you do for the other subnet) might be what you need.
OTOH, I prefer to use only "deny" commands, and never "allow".  ISTR
recent advice on the list from one of the regulars, recommending  
systematic
use of either "allow" only or "deny" only throughout the configuration.

Happy New Year!
/Niall

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20071231/b4d87c8b/attachment.bin>


More information about the dhcp-users mailing list