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