Hello all,

I'm trying to bridge the wlan0 and eth0 on an embedded
system. I used the following commands to setup the
bridge:

ifconfig eth0 0.0.0.0 promiscuous
ifconfig wlan0 0.0.0.0 promiscuous
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 wlan0
brctl sethello br0 1
brctl setmaxage br0 4
brctl setfd br0 4
ifconfig br0 up

The eth0 is connected to a local network, and wlan0 is
set to Ad-hoc mode with proper SSID. After the bridge
is stablized, I use dhclient to assign an IP for br0.
Then I use a laptop to connect to the bridge. I could
ping the bridge (br0), however I could not access the
local network through the bridge. I'm confused by
this. It worked well with 2 ethernet ports. I wonder
if there is any additional configurations need to be
set. Does anyone have any idea on this? Thanks.

Best regards,
Zhou Ping.


_________________________________________________________
Do You Yahoo!?
美女明星应有尽有,"一搜"搜遍美图、艳图和酷图
http://image.yisou.com
 
100兆邮箱够不够用?雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/100m/*http://cn.promo.yahoo.com/minisite/100m/
Spam detection software, running on the system "fire-2.osdl.org", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or block
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  Hello all, I'm trying to bridge the wlan0 and eth0 on
  an embedded system. I used the following commands to setup the bridge:
  ifconfig eth0 0.0.0.0 promiscuous ifconfig wlan0 0.0.0.0 promiscuous
  brctl addbr br0 brctl addif br0 eth0 brctl addif br0 wlan0 brctl
  sethello br0 1 brctl setmaxage br0 4 brctl setfd br0 4 ifconfig br0 up
  [...] 

Content analysis details:   (5.4 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 3.2 CHARSET_FARAWAY_HEADER A foreign language charset used in headers
 2.2 MIME_CHARSET_FARAWAY   MIME character set indicates foreign language


_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://lists.osdl.org/mailman/listinfo/bridge

Reply via email to