Hello,

After upgrade to Kamikaze 8.09 bridge stopped to work with my two
Linksys WRT54GL as it should. Both of them worked in version 7.09.

My test setup is depicted here:
                                    Wireless
                           /---------/\/\/\-----------\
                          |                            |
 +----------+      +------+----+                    +--+-------+
 | switch   |      | wrt54gl   |                    | notebook |
 +-+--+-----+      +----+------+                    +----------+
   |  |                 |
   |  \_________________/
   |    Ether cable
   |
   \__________________________
      other equipment on the net


/etc/config/network
-------------------------------------------
#### VLAN configuration 
config switch eth0
        option vlan0    "0 1 2 3 5*"
        option vlan1    "4 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 proto    static
        option ipaddr   10.5.1.2
        option netmask  255.255.255.0


#### WAN configuration
config interface        wan
        option ifname   "eth0.1"
        option proto    dhcp


/etc/config/wireless
-------------------------------------------
config wifi-device  wlan0
        option type     mac80211
        option channel  1

config wifi-iface
        option device   wlan0
        option network  lan
        option mode     ap
        option ssid     test
        option encryption none


When the Ethernet cable is *not* connected to any of the Ethernet ports
on the router wifi works fine and I can ping and ssh to the router
without problem.

But, when I connect Ethernet cable in any of the ports on switch the
traffic stops immediately and I can't ping router anymore or anything
behind it on the network.

When I disconnect cable the wifi continues to work and I can ping the
router and ssh into without problems.

I tried to stop firewall (iptables shows empty all tables) without any
benefit. Also tried both versions (brcm47xx and brcm-2.4) but with the
same results. Also tried to build development version from svn but
again, results are same.

Any help would be appreciated.

-- 
Kind regards,  Milan
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to