All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: 张天园 <mariazty@163.com>
Cc: bridge@linux-foundation.org
Subject: Re: [Bridge] problems using bridge
Date: Thu, 15 Apr 2010 10:43:17 -0700	[thread overview]
Message-ID: <20100415104317.78ebbf26@nehalam> (raw)
In-Reply-To: <17e68c8.17046.127fba86139.Coremail.mariazty@163.com>

On Wed, 14 Apr 2010 17:31:08 +0800 (CST)
张天园 <mariazty@163.com> wrote:

> Hi,
>         I use the bridge these days but I come up with some problems when I use it.
>         I add two wifi interfaces to the bridge I call it "br0" . What I do is as follows :
>  #brctl addbr br0
> #brctl addif br0 eth0
> #brctl addif br0 eth1
> #ifconfig eth0 0.0.0.0
> #ifconfig eth1 0.0.0.0
> #ifconfig br0 up
> #dhclient br0
>        The AP gives br0 the address 172.31.24.68 and the gateway is 172.31.24.1 (this detailed address maybe not important though)

You need to set forwarding delay to 0 or wait 30 seconds before starting dhclient
When bridge is brought up it waits 30 seconds before forwarding frames (part of
the STP standard).  If you aren't using STP then best answer is turn forwarding
delay off.

>       I use the command ifconfig and find that the br0's mac is the same as eth1's . When both the two wifi interfaces are up ,there's no problem when PING the gateway .
Bridge inherits the MAC address of the underlying interfaces.
With multiple interfaces, the MAC address of br0 will be min(interface MAC); unless
it is explicitly set.

> But when I ifconfig eth1 down , PING the gateway again ,it shows destination host unreachable . But when I ifconfig eth0 down , it doesn't affect PING the gateway . I think this may because br0 is bound to eth1 , the traffic pass through eth1 . 
>       Now here comes the problem . I want br0 bound to eth0 ,what should I do ?
>      I'm looking forward to your answer and I'm eager to know it. Thank you very much .

If you are trying to bridge wifi interfaces in station mode, it won't work.
Interfaces need to be either hardwared Ethernet or wifi AP mode.


  reply	other threads:[~2010-04-15 17:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-14  9:31 [Bridge] problems using bridge 张天园
2010-04-15 17:43 ` Stephen Hemminger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-04-14  9:28 张天园

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=20100415104317.78ebbf26@nehalam \
    --to=shemminger@linux-foundation.org \
    --cc=bridge@linux-foundation.org \
    --cc=mariazty@163.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 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.