[rhelv6-list] dhcpd question: limiting scope to mac address identifiers

solarflow99 solarflow99 at gmail.com
Fri Dec 28 01:41:36 UTC 2012


I have been testing with a second dhcp server on the same vlan, and
wanted to limit the scope to only serve out to clients that have mac
addresses that start with the same 3 octets, something like this
maybe?


class "custom-clients" {
         match if substring (option dhcp-client-identifier, 00:50:56);
       }

deny unknown-clients;




More information about the rhelv6-list mailing list