<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFCC" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 08/11/13 11.04, Niall O'Reilly
      wrote:<br>
    </div>
    <blockquote cite="mid:F272CF35-C4D1-40BB-973D-D26B9939EC4D@ucd.ie"
      type="cite">
      <pre wrap="">
On 8 Nov 2013, at 09:47, Glenn Satchell wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">With the sub-class you create an entry in one class or the other for each
mac address, eg:

subclass "pxe" 1:00:01:02:03:04:05;
subclass "pxe" 1:00:01:02:03:04:06;
subclass "pxe" 1:00:01:02:03:04:07;
subclass "pxe" 1:00:01:02:03:04:08;
subclass "norm" 1:00:01:02:03:12:32;

and

host ... { hardware ethernet 00:01:02:03:04:05; fixed-address ... }
host ... { hardware ethernet 00:01:02:03:04:06; fixed-address ... }
host ... { hardware ethernet 00:01:02:03:04:07; fixed-address ... }

If you have lots of hosts, then perhaps a script that generates the
included config files would be easier.
</pre>
      </blockquote>
      <pre wrap="">
        You can also specify distinct actions (e.g. setting variables or options)
        for each subclass, so:

subclass "norm" 1:00:01:02:03:12:32 { ... };

        However, the documentation for dhcpd.conf contains the following:

The  fixed-address  declaration  is  used  to  assign  one or more fixed IP addresses to a client.  It should only appear in a host declaration. </pre>
    </blockquote>
    I tested, doesn't work - produces  a failure, does not load.<br>
    <br>
    <blockquote cite="mid:F272CF35-C4D1-40BB-973D-D26B9939EC4D@ucd.ie"
      type="cite">
      <pre wrap="">

        I haven't tried it, so can't say whether or in what circumstances 
        this warning can be disregarded.

        Best regards,
        Niall O'Reilly

_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Best regards

Sten Carlsen

No improvements come from shouting:

       "MALE BOVINE MANURE!!!" 
</pre>
  </body>
</html>