Creating an IP pool for a limited set of MAC addresses with class declaration

Arun Khan knura9 at gmail.com
Thu Mar 27 16:21:42 UTC 2014


For a bunch of BYOD devices (20-30), I want to give them IP number
from a specific subnet.

Am I on the right track with the following snippet in the dhcpd.conf?

class "byod" {

   match if  (hardware ethernet aa:bb:cc:dd:ee:ff;);
   #.... list of the remainder ethernet addresses

}

Thanks,
-- Arun Khan


More information about the dhcp-users mailing list