<div dir="ltr">I have been struggling to get the DHCP MAC address wildcard working.  I have been through a bunch of documentation and forum searches but nothing seems to be the right fix.<div><br></div><div>Below is the entire dhcpd.conf file.  Any ideas where the issue is?</div>
<div><br></div><div><div> Serial Number 2001031201</div><div>deny bootp;</div><div>ddns-update-style none;</div><div>option option-60 code 60 = string;</div><div>option option-66 code 66 = string;</div><div>option option-67 code 67 = string;</div>
<div>option option-150 code 150 = string;</div><div><br></div><div>class "vdi" {</div><div>   match if  substring (hardware, 1, 3) = 00:50:56;</div><div>                 }</div><div><br></div><div>        subnet 10.1.49.0 netmask 255.255.255.0</div>
<div>{</div><div>        interface eth0;</div><div>        authoritative;</div><div><br></div><div>        option subnet-mask 255.255.255.0;</div><div>        option broadcast-address 10.1.49.255;</div><div>        option routers 10.1.49.254;</div>
<div>        option domain-name-servers 10.165.133.10, 10.1.192.1;   </div><div>        option netbios-name-servers 10.165.133.10;</div><div>        default-lease-time 4320;<br></div><div>        max-lease-time 4320;</div>
<div><br></div><div>             pool {</div><div>               allow members of "vdi";</div><div>               range 10.1.49.110 10.1.49.210;</div><div>                    }<br></div><div><br></div><div>            pool {</div>
<div>                range 10.1.49.1 10.1.49.100;</div><div>                allow unknown-clients;</div><div>                   }</div><div>}</div><div><br></div>-- <br>Thanks<br><br><div>Jeff <br></div>
</div></div>