My b43 driver works OK nowadays in STA mode, but when I tried to put it
into a bridge with my 5 wired ports, bridging didn't seem to work:
the machine can talk to wireless and wired hosts, but wired hosts can't
talk to wireless hosts via my OpenWRT box.

Does someone use a similar setup, or can someone spot the problem in my
config below?


        Stefan


# cat /etc/config/wireless 
config wifi-device  wlan0
        option type     mac80211
        #option channel  5

        # REMOVE THIS LINE TO ENABLE WIFI:
        #option disabled 1

config wifi-iface
        option device   wlan0
        option network  lan
        option mode     sta
        option ssid     <SSID>
        option encryption psk
        option key      "<PASSWORD>"

# cat /etc/config/network 
#### VLAN configuration
config switch eth0
        option vlan0    "1 2 3 4 5*"
        option vlan1    "0 5"

#### Loopback configuration
config interface loopback
        option ifname   "lo"
        option proto    static
        option ipaddr   127.0.0.1
        option netmask  255.0.0.0

#### LAN configuration
config interface lan
        option type     bridge
        option ifname   "eth0.0"
        option macaddr  "<HMAC1>"
        option proto    dhcp
        option hostname wl700ge
# 

_______________________________________________
openwrt-users mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to