Hello,<br><br>If I have two pool declarations with the range statement having overlapping address like:<br>pool { <br>range 192.168.1.64 192.168.1.253; <br>
allow members of "rule1"; <br>} <br><br>pool {<br>range 192.168.1.111;<br>allow members of "rule1-A"; <br>} <br><br>then dhcpd reports error that the lease is already used and so won't launch.<br>
<br>Is there a way to overcome this ? i.,e I want the pools to have overlapping addresses.<br><br>thanks<br>Ashmath<br>