<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Simon Hobson escreveu:
<blockquote cite="mid:p06240804c7c6ba4ce926@simon.thehobsons.co.uk"
type="cite">Daniel D. Gonçalves wrote:
<br>
<br>
<blockquote type="cite">I configured a network 10.1.0.0/16:
<br>
<br>
subnet 10.1.0.0 netmask 255.255.0.0 {
<br>
pool {
<br>
range 10.1.0.2 10.1.255.254;
<br>
...
<br>
}
<br>
<br>
The problem is that some customers take the final IP "0" and "255".
<br>
What should I do to not get these IPs ?
<br>
</blockquote>
<br>
As Justin Demaris says, it **should** not cause a problem - they are
NOT broadcast or network addresses. The network address (note singular)
is 10.1.0.0, the broadcast address (again, note singular) is
10.1.255.255. That is basic level IP addressing stuff.
<br>
<br>
Addresses in between (eg 10.1.34.255) are not broadcast addresses even
if they end in 0 or 255.
<br>
<br>
However, there have been reports on this list in the past that some
devices running bad code do "get it wrong" when presented with such an
address/netmask - and if you have any such devices then you may want to
exclude them from your pool (as others have described).
<br>
<br>
</blockquote>
Yes, <span id="result_box" class="short_text"><span
style="background-color: rgb(255, 255, 255);"
title="e meu problema é justamente com dispositivos que não aceitam estes ips com final 0 e 255.">and
my problem is just with devices that do not accept these IPs ending "0"
and "255".<br>
The solution using multiple range statements works, but I consider it
very boring...<br>
</span></span><span id="result_box" class="medium_text"><span
style="background-color: rgb(255, 255, 255);"
title="gostaria de algo mais prático, pode ser feito um patch para não utilizar os IPs final "0" e "255" dentro de um range ?">I
would like something more practical, someone able to create a patch to
not use the IPs ending "0" and "255" within a range ?<br>
<br>
Thanks,<br>
<br>
Daniel<br>
<br>
</span></span>
</body>
</html>