Morning people,

(Well for me it's morning).

I am trying to set up a wireless bridge on bering RC3 using
a dlink 520 pci wireless nic (prism2 based)and a 3com 590.
both interface are up & running.
So far I have the bridge module loaded.
The 2 interfaces eth1 & wlan0 added to the bridge.
Both interfaces are up & in promisc mode.
The bridge interface gets ip address 192.168.0.1
I can ping from the firewall to the access point (wireless) on 192.168.0.4.
I can ping from the firewall to a client (cross cable) on 192.168.0.2.



I cannot however ping from the client to the access point.
Strange thing is that I have configured an almost identical setup
for a friend of mine, and everything is working fine there.
Only difference between his setup & mine is that he is using
ad-hoc mode (2 wireless interfaces talking directly to each other).
and I am using
infrastructure mode (with an access point).

Is there anything obvious I have forgotten?

ip add output:
1: lo:  mtu 16436 qdisc noqueue 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
2: dummy0:  mtu 1500 qdisc noop 
    link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
3: eth0:  mtu 1500 qdisc htb qlen 100
    link/ether 00:50:da:bf:fb:b5 brd ff:ff:ff:ff:ff:ff
    inet 213.118.142.5/22 brd 213.118.143.255 scope global eth0
4: eth1:  mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:10:b5:41:a4:de brd ff:ff:ff:ff:ff:ff
5: wlan0:  mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:05:5d:5c:39:47 brd ff:ff:ff:ff:ff:ff
6: cipdb0:  mtu 1428 qdisc noop qlen 100
    link/ether 00:00:5e:c2:00:00 brd ff:ff:ff:ff:ff:ff
7: br0:  mtu 1500 qdisc noqueue 
    link/ether 00:05:5d:5c:39:47 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.1/24 brd 192.168.0.255 scope global br0
  
ip route output:
192.168.0.0/24 dev br0  proto kernel  scope link  src 192.168.0.1 
213.118.140.0/22 dev eth0  proto kernel  scope link  src 213.118.142.5 
default via 213.118.140.1 dev eth0 

# brctl show
bridge name     bridge id               STP enabled     interfaces
br0             8000.00055d5c3947       yes             eth1
                                                        wlan0





-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to