how to group by same beginning mac ?

Matt Causey matt.causey at gmail.com
Fri Jun 12 12:07:30 UTC 2009


As others will say - the man pages are your friend.  But here's an
example that might be helpful:

if substring (hardware, 1, 3) = 00:E0:75 {
        option tftp-server-name "different.than.default.com";
        option ntp-servers other.ntp.server.com;
}

Matt

On Tue, Jun 9, 2009 at 7:35 PM, Stéven Le
Bras<steven.lebras at sys-tech.net> wrote:
> Hi there,
>
> I'm looking for how to create a group with all clients that have the same
> beginning of their mac address ( the same 3 first numbers ), but without
> enter each mac address in the configuration file. I didn't see anything
> about this so is it a way to do it ?
>
> Thank's a lot,
>
> Stéven
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>



More information about the dhcp-users mailing list