[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DHCP server: MAC address wildcards



> > I am looking for DHCP server, that can give IP-addresses from
> > specified network for clients identified by MAC address wildcard
> > (something like 00:ad:32:*:*:*).
> >
> > ISC DHCP seems to be unable to do that.
> >
> > Does such DHCP server exist?

It seems that ISC DHCP can do the trick:

class "testclass" {
     match if substring (hardware, 1, 2) = 00:ad;
 }
pool {
     allow members of "openvpn";
     ....;
}


-- 
Timur Irmatov, JID: thor@jabber.org.au.



Reply to: