Your message dated Mon, 16 Mar 2009 01:47:38 -0300
with message-id <1237178858.25707.19.ca...@abraxas>
and subject line Closing old bug
has caused the Debian Bug report #145004,
regarding ifup can't calculate broadcast address
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
145004: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=145004
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: net-tools
Version: 1.60-4
Hi,
Recently I noticed that my Bcast address isn't correctly calculated when
I use a 10.xxx.xxx.xxx range. For some reason it works for public IPs.
Also I found another bug report: #87784 which discusses the same
problem. And it should be solved in package number 1.60-4. But it still
has the same problem:
cat /etc/network/interfaces
auto eth0
iface eth0 inet static
address 10.200.196.123
netmask 255.255.255.224
gateway 10.200.196.126
Which gives me the following interface configuration :
eth0 Link encap:Ethernet HWaddr 00:03:47:B1:15:E1
inet addr:10.200.196.123 Bcast:10.255.255.255
Mask:255.255.255.224
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
the Bcast address is incorrect. it should be calculated to 10.200.196.127.
If you need any more information, please let me know
--
Jeffrey Koetsier
Unix Administrator
"I don't believe UNIX is Utopia. It's just the best set of tools around."
-- Dick Haight, Unix Review, Jan. 1985, pg. 117
--- End Message ---
--- Begin Message ---
Package: net-tools
Version: 1.60-17
Following #87784 and #122792, I'm closing this bug because it's not
reproducible even on etch systems, I can reproduce it on sarge, though.
On Sarge:
# ifconfig dummy0 128.42.162.116 netmask 255.255.255.0
# ifconfig dummy0 | head -n2
dummy0 Link encap:Ethernet HWaddr C2:C5:EF:F4:92:1A
inet addr:128.42.162.116 Bcast:128.42.255.255
Mask:255.255.255.0
# dpkg -s net-tools | grep ^Version:
Version: 1.60-10
On Etch and newer systems:
# ifconfig dummy0 128.42.162.116 netmask 255.255.255.0
# ifconfig dummy0 | head -n2
dummy0 Link encap:Ethernet HWaddr 3A:B1:38:29:F1:FE
inet addr:128.42.162.116 Bcast:128.42.162.255
Mask:255.255.255.0
# dpkg -s net-tools | grep ^Version:
Version: 1.60-17
--- End Message ---