From: Stephen Hemminger <shemminger@linux-foundation.org>
To: "Bainbridge, David D" <David.D.Bainbridge@team.telstra.com>
Cc: bridge@lists.linux-foundation.org
Subject: Re: [Bridge] Bridge Problem: Ping works, nothing else does...
Date: Tue, 10 Apr 2007 10:49:21 -0700 [thread overview]
Message-ID: <20070410104921.4b90a292@freekitty> (raw)
In-Reply-To: <C953BD512FDBF641B6AC6D59B46B55F002484DBA@WSMSG2154V.srv.dir.telstra.com>
On Tue, 10 Apr 2007 14:38:46 +1000
"Bainbridge, David D" <David.D.Bainbridge@team.telstra.com> wrote:
> Hi,
> I'm a newbie to linux to an extent but have a need to set up a linux
> bridge to do some paclet loss testing using netem. I have a PC with two
> NIC cards and Fedora 6. I have created the bridge using the following
> commands
>
> #brctl addbr mybridge
> #brctl addif mybridge eth0
> #brctl addif mybridge eth1
> #brctl mybridge up
>
I assume you setup IP address for mybridge:
ifconfig mybridge 192.168.0.X
Check status with:
brctl showstp mybridge
> Physically I have two IP devices with static IP addresses connected to
> the two NIC cards via cross over cables. I have tested the NIC cards in
> a non bridged mode and they work fine as normal NICs. In bridged mode I
> can ping the other IP device. The IP devices are actually realtime
> audio over IP codec devices and they stream using RTP on UDP port 5000.
> If I connect the cross over cable directly between the two codec devices
> the audio is transferred fine, if I put the linux bridge between them I
> get nothing but I can still ping.....
>
> A brctl showstp shows the eth0 and eth1 are in forwarding status but
> nothing is happenig. Can anyone help. Both Eth1 and 0 are set to Ip
> address of 0.0.0.0
>
> Thanks
>
>
> Regards
> David Bainbridge
What hardware is being used for eth0 and eth1, I assume both are normal
ether devices. They need to support source address spoofing, and promiscuous
mode.
--
Stephen Hemminger <shemminger@linux-foundation.org>
next prev parent reply other threads:[~2007-04-10 17:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-10 4:38 [Bridge] Bridge Problem: Ping works, nothing else does Bainbridge, David D
2007-04-10 17:49 ` Stephen Hemminger [this message]
2007-04-10 23:37 ` Bainbridge, David D
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=20070410104921.4b90a292@freekitty \
--to=shemminger@linux-foundation.org \
--cc=David.D.Bainbridge@team.telstra.com \
--cc=bridge@lists.linux-foundation.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.