Putting iPads in their own IP pool?

Dave Brenner david at toledotel.com
Fri Oct 8 17:01:58 UTC 2010


On 10/8/2010 9:49 AM, Bob Proulx wrote:

> I am trying to allocate iPads a particular set of addresses.  I
> thought of using classes and pools.  I can match on the ethernet
> vendor.  But I can't.

Try...

class "ipad" {
    match if ((substring(hardware,1,3) = c8:bc:c8) or
              (substring(hardware,1,3) = d8:a2:5e));
}



-- 
Dave Brenner - david at toledotel.com
The Toledo Telephone Company, Inc.



More information about the dhcp-users mailing list