RE: Réf. : Re: no DHCPREQUEST after DHCPOFFER

Howard Wang hwang at circadiant.com
Wed May 31 14:06:26 UTC 2006


Hi Glenn,

appreciate your help. the class clause works well. btw: which doc 
describs these config issues (such as class, substring and so on)?
particular the config options in dhcpd.conf file.

regards

howard


>
You can use a class though:

class "pep" {
  match if substring (hardware, 1, 4) = 00:80:82:52;
  next-server 192.168.200.10;
  filename "xxx";
}

If required you can add a permit or deny to some subnet pools,
otherwise it will be permitted everywhere. Regardless of this, any
options set in the class definition will be set for clients that match
the class.

regards,
-glenn







More information about the dhcp-users mailing list