<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_signature"><br></div></div><div class="gmail_quote">On Wed, Oct 18, 2017 at 3:19 PM, Narcis Garcia <span dir="ltr"><<a href="mailto:informatica@actiu.net" target="_blank">informatica@actiu.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Any way I define the static pool, error messages occur.<br></blockquote><div><br></div><div>Maybe there a confusion in the words "static pool"</div><div>"pool" and "range" are used to define dynamic ranges.</div><div>"fixed-address" defines a static assignment.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
This is the only configuration I've reached without errors when a known<br>
host connects, but I might not be defining subnet/interface where static<br>
cases are attached to:<br>
<br>
subnet 172.16.0.0 netmask 255.255.0.0 {<br>
option subnet-mask 255.255.0.0;<br>
<span class="gmail-"> option routers 172.16.20.100;<br>
option broadcast-address 172.16.255.255;<br>
option domain-name-servers 172.16.21.61;<br>
pool {<br>
# IP range to be assigned dynamically<br>
range 172.16.20.150 172.16.20.189;<br>
</span> allow unknown-clients;<br>
}<br>
}<br>
group MyReservations {<br></blockquote><div><br></div><div>These four lines are redundant and should be removed: </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
option subnet-mask 255.255.0.0;<br>
<span class="gmail-"> option routers 172.16.20.100;<br>
option broadcast-address 172.16.255.255;<br>
option domain-name-servers 172.16.21.61;<br></span></blockquote><div>Delete the four lines above.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">
</span><span class="gmail-"> host printer_1 {<br>
hardware ethernet 00:11:22:33:44:55;<br>
fixed-address 172.16.20.201;<br>
}<br>
}<br></span><div class="gmail-HOEnZb"><div class="gmail-h5"><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">That looks good. If you need a larger range, just remeber that the dynamic range and static fixed-addresses should no overlap. So ranges like:</div><div class="gmail_extra"><span style="color:rgb(80,0,80);font-size:12.8px"> range 172.16.20.190 172.16.20.200;</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px"> range 172.16.20.202 172.16.20.255;</span><br style="color:rgb(80,0,80);font-size:12.8px"></div><div class="gmail_extra"><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div><div class="gmail_extra"><span style="color:rgb(80,0,80);font-size:12.8px">As others have said.</span></div><div class="gmail_extra"><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div><div class="gmail_extra"><span style="color:rgb(80,0,80);font-size:12.8px">-- </span></div><div class="gmail_extra"><span style="color:rgb(80,0,80);font-size:12.8px">Bob Harold</span></div><div class="gmail_extra"><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div></div>