In the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed) wrote:
>What may be the side effect of using a wrong broadcast address?
Depends on the O/S involved and the type of datalink, but it can preclude
networking.
>My IP address is 198.44.182.175
Interesting - none of the Regional Internet Registries has allocate anything
in 198.44.x.x to anyone. You may want to recheck with the ISP.
>My Netmask is 255.255.255.224
>That's all that was given my the ISP plus the nameservers
[compton ~]$ whatis ipcalc
ipcalc (1) - perform simple manipulation of IP addresses
[compton ~]$
IP 198.33.182.175 1100 0110 0010 0001 1011 0110 1010 1111
mask 255.255.255.224 1111 1111 1111 1111 1111 1111 1110 0000
^ ^^^^
Net 198.33.182.160 1100 0110 0010 0001 1011 0110 1010 0000
B'cast 198.33.182.191 1100 0110 0010 0001 1011 0110 1011 1111
See RFC1878.
>I tried calculationg the broadcast and network address myself
>I came up wit
>Broadcast: 198.44.182.162 (is it suppose to be 162 or 161? i.e. the
>last octet)
>then the network address: 198.44.182.160
Assuming you are using a fixed width font, notice the carets below
the zeros in the netmask above. That's the span of your address
range - so the lowest address is where all of those are zero, which
is 198.33.182.160 - that's also the "network address". The highest
address would be where those last five bits are 'one' or 198.33.182.191.
That's your broadcast and is unusable for for anything else. The normal
interpretation is that you would have hosts from 198.33.182.161 to
198.33.182.190, though one of those is going to be your gateway to the
ISP (and the world).
>I can't browse from a (microsoft) LAN system. I have four systems
>running on the network, three runnin XP while the last one runs Win
>Server 2003. However, its only one of the LAN (one of the XP systems)
>that can ping the linux server also acting as gateway to internet
>(Fedora Core 3) even though I have them (LAN systems) in the /etc/hosts
>file with their hostnames.
"ipconfig /all"
"route print"
Both commands will display a pile of crap, because windoze doesn't want
users looking at technical stuff, and tries to intimidate people. Make
sure you windoze boxes are using addresses within your range noted above,
and that it has the correct netmask.
>Can a wrong broadcast address cause this?
Yes, but both Linux and windoze should barf on incorrectly calculated
addresses. What does 'tcpdump' show?
>Can anybody also give a chat (live) channel where one can ask questions?
Sorry, this is Usenet, not a chat room.
>I know of MiRC but I need more or may be I need to know more
>servers/channels.
http://ibiblio.org/pub/linux/docs/HOWTO/
http://en.tldp.org/HOWTO/HOWTO-INDEX/howtos.html
http://ibiblio.org/pub/linux/docs/linux-doc-project/
http://tldp.org/guides.html
>Besides, they seem not to have time for people's problems.
Remember, we are not being paid. If you want to pay for assistance, the
last two URLs above will get you to the Linux Documentation Project. There,
you will find the 'linux-consultants-guide' which lists hundreds of people
who can help for a fee. You will also find the 'nag2' which is the second
edition of the network-guide (Linux Network Administrator's Guide).
Old guy