From: Chris Friesen <cfriesen@nortelnetworks.com>
To: linux-kernel@vger.kernel.org, netdev@oss.sgi.com
Subject: odd issue with sending to broadcast address
Date: Mon, 18 Feb 2002 14:13:23 -0500 [thread overview]
Message-ID: <3C715253.A4DFD89B@nortelnetworks.com> (raw)
It appears that there has been a change in the handling of sending packets to
the broadcast IP address between 2.2 and 2.4.
I have an embedded system that has only local LAN access, no default route to
the net as a whole. We're running 2.2.17 currently, and we use bootpc to
configure the system.
We're now looking at converting to 2.4 and are running into a problem with
bootpc getting "Network is unreachable" errors.
After some digging, it appears to be due to the fact that I don't have a default
route specified, but this is on purpose.
strace shows that bootpc is trying to run sendto() with a destination of
255.255.255.255, and this works fine on 2.2 and fails on 2.4. Is this the
desired 2.4 behaviour?
What is the appropriate configuration for my setup? Do I just add a route to
255.255.255.255? Can I set it up to broadcast out all devices automatically, or
do I need to do explicit failover management? Should I be looking to fix bootpc
instead?
Thanks,
Chris
--
Chris Friesen | MailStop: 043/33/F10
Nortel Networks | work: (613) 765-0557
3500 Carling Avenue | fax: (613) 765-2986
Nepean, ON K2H 8E9 Canada | email: cfriesen@nortelnetworks.com
reply other threads:[~2002-02-18 19:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C715253.A4DFD89B@nortelnetworks.com \
--to=cfriesen@nortelnetworks.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox