Does these subnets are contiguous, in a manner that can be summarized to a supernet?<br><br>E.G. <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a>, <a href="http://192.168.1.0/24" target="_blank">192.168.1.0/24</a>, <a href="http://192.168.2.0/24" target="_blank">192.168.2.0/24</a>, <a href="http://192.168.3.0/24" target="_blank">192.168.3.0/24</a> --> <a href="http://192.168.0.0/22" target="_blank">192.168.0.0/22</a><br>

<br>If so, you can create the shared-subnet with the supernet, and create several pools inside it.<br><br>subnet <a href="http://192.168.0.0/255.255.252.0" target="_blank">192.168.0.0/255.255.252.0</a> {<br> range 192.168.0.10 192.168.0.254;<br>

 range 192.168.1.10 192.168.1.254;<br> range 192.168.2.10 192.168.2.254;<br> range 192.168.3.10 192.168.3.254;<br> option routers 192.168.0.1;<br>
}<br><br>PS: You should consider divide your network in VLANs.<br><br><div class="gmail_quote">2011/2/1 red1 red <span dir="ltr"><<a href="mailto:red1dhcp@gmail.com" target="_blank">red1dhcp@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Dears <br><br>I configured a shared network containing a multiple subnets , with this actual config , my DHCP is serving the clients with differents IPs from the different subnets randomly, wihtout appliying any order or priority between the subnets, I'd like to configure my DHCP in order to not serve any client from the second subnet until the first subnet if fully used.<br>


<br>Regards<br><font color="#888888">Red1<br>
</font><br>_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br></blockquote></div><br>