<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
You've only shown us one pool. The other pools should have a line:<br>
<font color="#993300"><tt>deny members of "testing";</tt><tt><br>
</tt></font><br>
Bill<br>
<br>
<div class="moz-cite-prefix">On 8/20/2019 6:12 PM, Marc Roos wrote:<br>
</div>
<blockquote type="cite"
cite="mid:%22H00000710014cad4.1566339133.sx.f1-outsourcing.eu*%22@MHS">
<pre class="moz-quote-pre" wrap="">
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
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a>
</pre>
</blockquote>
</body>
</html>