All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wes Hegge <whegge@signalblast.com>
To: bridge@lists.osdl.org
Subject: [Bridge] Destination Host Unreachable
Date: Tue, 20 Jul 2004 12:35:19 -0500	[thread overview]
Message-ID: <40FD57D7.8070202@signalblast.com> (raw)

Hopefully this is a simple answer.  I am new to setting up bridges on a 
linux system.  Here is what I have set up:

Laptop directly connected to the eth0 port on the bridge (A Soekris 4521 
board).  The otherside of the bridge is a wirelass lan card (SMC2532b-w) 
as wlan0.  The wlan0 is setup in managed mode to communicate to my test 
ap2000.

When I do a 'brctl showmacs br0' on the bridge it shows a bunch of mac 
addresses. So, I beleive the problem of using a wireless card is not 
relevant in this case.  If I am wrong please let me know.

If I do a ping from the bridge (I can telnet into it), all packets are 
lost.  If I do a ping from the laptop, all packets are lost, but I also 
receive the message Destination Host Unreachable.

Here is the commands in the 'interfaces' file for setting up the bridge:
iface br0 inet dhcp
	bridge_ports eth0 wlan0
	pre-up ifconfig eth0 0.0.0.0 up
	pre-up ifconfig wlan0 0.0.0.0 up
	pre-up iwconfig wlan0 mode managed
	pre-up iwconfig wlan0 essid test
	pre-up iwconfig wlan0 key off
	pre-up brctl addbr br0
	pre-up brctl addif br0 eth0
	pre-up brctl addif br0 wlan0
	pre-up ifconfig br0 172.17.4.10 netmask 255.255.0.0 gateway 172.17.1.1 up

Any ideas on what I need to do to get this bridge working?

Thanks,

Wes Hegge
SignalBlast.Com, Inc.
e: whegge@signalblast.com
p: (815) 397-1700


                 reply	other threads:[~2004-07-20 17:35 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=40FD57D7.8070202@signalblast.com \
    --to=whegge@signalblast.com \
    --cc=bridge@lists.osdl.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.