Advanced Features

Andrea Lenarduzzi andreaussi at yahoo.it
Fri Aug 2 14:40:49 UTC 2019


 
Ok, Thank you, I'v fixed adding only allow members of.
Can I set subclass "name" MAC in DB and dhcpd.conf see details from db?
Can I mail me when new MAC of specific class ask an IP?
Thank you
Uzzi
    Il venerdì 2 agosto 2019, 15:41:59 CEST, perl-list <perl-list at network1.net> ha scritto:  
 
 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" <stenc at s-carlsen.dk>
To: "Users of ISC DHCP" <dhcp-users at lists.isc.org>
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
dhcp-users at lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users

_______________________________________________
dhcp-users mailing list
dhcp-users at lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20190802/5ba1e2c0/attachment.html>


More information about the dhcp-users mailing list