If memory serves, allow creates an implicit deny such that if you allow members of laptops and desktops all others are denied... similarly, if you deny members of desktops, all others are allowed? That's what I remember, anyway.
From: "Sten Carlsen" <[hidden email]>
To: "Users of ISC DHCP" <[hidden email]>
Sent: Friday, August 2, 2019 7:01:09 AM
Subject: Re: Advanced Features
subnet yyyyyyyyy netmask 255.255.255.0 {
pool {
range yyyyyyy yyyyyyyy;
allow members of "laptops";
allow members of "desktops";
deny members of "mobile";
deny members of "deny";
}
Do be very careful when using allow AND deny in the same context. This is likely to produce results that are not what you might think they should be.
Sten
_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users
_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users