Class matching not working

John Hascall john at iastate.edu
Thu Mar 3 16:32:05 UTC 2011



> boot-unknown-clients false;

   "If the boot-unknown-clients statement is present and flag has
    a value of false or off, then clients for which there is
    no host declaration will not be allowed to obtain IP addresses.
    ^^^^^^^^^^^^^^^^^^^


John



> option ieee802-3-encapsulation false;
> option router-discovery false;
> 
> log-facility local1;
> option option-150 code 150 = array of ip-address;
> option ip-forwarding false;
> 
> deny duplicates;
> deny bootp;
> 
> 
> 
> 
> class "simlab" {
>         match pick-first-value (option dhcp-client-identifier, hardware);
>        }
>         subclass "simlab" 1:0:1f:16:21:1c:74;
>         subclass "simlab" 01:00:1f:16:21:1c:7a;
> 
> 
> 
> group {
> #private ip address ranges
> #... more options 
> #bunch of subnets..
> 
> subnet 10.3.66.0 netmask 255.255.255.0 {
>         pool {
>         range 10.3.66.10 10.3.66.254;
>         allow members of "simlab";
>         }
>         option routers 10.3.66.1;
>         default-lease-time 600; #10 min lease
>         option domain-name-servers 10.10.10.8, 10.10.182.
> }
> 
> 
> 
> 
> Thanks,
> Tom
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
> 




More information about the dhcp-users mailing list