Only allow pool range nothing else

Bill Shirley bill at c3po.polymerindustries.biz
Wed Aug 21 00:32:25 UTC 2019


You've only shown us one pool.  The other pools should have a line:
deny members of "testing";

Bill

On 8/20/2019 6:12 PM, Marc Roos wrote:
>
> With this configuration a "testing" client can get an ip address
> 192.168.11.44. How can I make sure the clients identifying with
> "testing" are only getting the ip addresses reserved in the pool (eg
> 192.168.11.43) and nothing else. So no ip adress should be issued when
> the all ip addresses of the range have been already assigned.
>
>
> subnet 192.168.11.0 netmask 255.255.255.0 {
>          #option routers          192.168.11.1;
>          option subnet-mask      255.255.255.0;
>          option domain-name-servers      192.168.11.10,212.19.193.130;
>
>          #range   192.168.11.9    192.168.11.11;
>          pool { allow members of "testing"; range 192.168.11.43
> 192.168.11.43; }
>          deny unknown-clients;
> }
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20190820/24467de7/attachment.html>


More information about the dhcp-users mailing list