Host declarations in different ranges within the same subnet

Marcio Merlone marcio.merlone at a1.ind.br
Wed Jun 13 14:59:23 UTC 2012


Em 12-06-2012 21:19, Glenn Satchell escreveu:
> Create a class for each pool, and use subclasses to add members based on
> the hardware ethernet address. There is an example in the dhcpd.conf man
> page.
>
> class "class100" {
>      match pick-first-value (option dhcp-client-identifier, hardware);
> }
> class "class200" {
>      match pick-first-value (option dhcp-client-identifier, hardware);
> }
> subclass "class100" 1:00:00:00:00:00:01;
> subclass "class100" 1:00:00:00:00:00:02;
> subclass "class200" 1:00:00:00:00:00:03;
> subclass "class200" 1:00:00:00:00:00:04;

Many thanks!

This looks exactly what I need. Only one more question: by defining a hw 
address on a subclass makes the host known (deny unknown-clients;) or 
should I also declare a host definition? Or since I have an "allow 
members of" on the pool definition I may allow unknown clientes (which 
in practice will be 'known' by the subclass)?

Best regards.

-- 
*Marcio Merlone*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20120613/1bd3704e/attachment.html>


More information about the dhcp-users mailing list