Class matching not working

Greaser, Tom tgreaser at hsc.wvu.edu
Thu Mar 3 17:59:22 UTC 2011


Thanks John!

That has cleared this issue.. Im sure i will be posting some more after more testing ..  But again.. Thank you for the help!!

________________________________________
From: dhcp-users-bounces+tgreaser=hsc.wvu.edu at lists.isc.org [dhcp-users-bounces+tgreaser=hsc.wvu.edu at lists.isc.org] On Behalf Of John Hascall [john at iastate.edu]
Sent: Thursday, March 03, 2011 11:32 AM
To: Users of ISC DHCP
Subject: Re: Class matching not working

> 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
>

_______________________________________________
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