<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>I am running isc-dhcp-server 4.3.5-3ubuntu7.1 and want to deny
      classless clients. Have tried "deny unknown-clients" but if I have
      not a host declaration then the host is unknown even if it has a
      subclass declaration.</p>
    <p>To illustrate:</p>
    <p><tt>class "clsFoo" {</tt><tt><br>
      </tt><tt>    match pick-first-value (option
        dhcp-client-identifier, hardware);</tt><tt><br>
      </tt><tt>}</tt><tt><br>
      </tt><tt>subnet 192.168.0.0 netmask 255.255.255.0 {</tt></p>
    <p><tt>pool {</tt><br>
      <tt>   deny unknown-clients;</tt><br>
      <tt>   allow members of "clsFoo";</tt><br>
      <tt>   range 192.168.0.30 192.168.0.200;</tt><tt><br>
      </tt><tt>}</tt><tt><br>
      </tt><tt>}</tt></p>
    <p><tt>subclass "clsFoo" 1:xx:xx:xx:12:34:56;</tt><tt><br>
      </tt></p>
    <p>In such config that clsFoo above gets denied. Is there how to
      consider a non-declared subclass an unknown host? Any workaround
      or other way to do it besides duplicate all subclass as hosts
      declarations?</p>
    <p>Thanks, best regards.</p>
    <div class="moz-signature">-- <br>
      <style type="text/css">
        #a1AssinaturaEmail { font-family: Tahoma, Verdana, Arial; font-size: 12px; }
        #a1AssinaturaEmail * { font-family: Tahoma, Verdana, Arial; font-size: 12px; }
        #a1AssinaturaEmail a { text-decoration: none; color: #FF9900; }
</style>
      <div id="a1AssinaturaEmail"> <span style="font-size: 15px;"><b>Marcio
            Merlone</b></span><br>
      </div>
    </div>
  </body>
</html>