DHCP Wildcard issue

Hauck, Jeffrey hauck at usgs.gov
Tue Dec 10 17:19:01 UTC 2013


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.

Below is the entire dhcpd.conf file.  Any ideas where the issue is?

 Serial Number 2001031201
deny bootp;
ddns-update-style none;
option option-60 code 60 = string;
option option-66 code 66 = string;
option option-67 code 67 = string;
option option-150 code 150 = string;

class "vdi" {
   match if  substring (hardware, 1, 3) = 00:50:56;
                 }

        subnet 10.1.49.0 netmask 255.255.255.0
{
        interface eth0;
        authoritative;

        option subnet-mask 255.255.255.0;
        option broadcast-address 10.1.49.255;
        option routers 10.1.49.254;
        option domain-name-servers 10.165.133.10, 10.1.192.1;
        option netbios-name-servers 10.165.133.10;
        default-lease-time 4320;
        max-lease-time 4320;

             pool {
               allow members of "vdi";
               range 10.1.49.110 10.1.49.210;
                    }

            pool {
                range 10.1.49.1 10.1.49.100;
                allow unknown-clients;
                   }
}

-- 
Thanks

Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20131210/c5486166/attachment.html>


More information about the dhcp-users mailing list