Hello I have a TP-Link TL-WR841ND V5.4

I can the wlan on
but the br-lan is not working
i can Connet to the router  on lan1 but not to a other computer  on lan2. But the Computer on lan 2 can conect to the router

   
config 'interface' 'loopback'
        option 'ifname' 'lo'
        option 'proto' 'static'
        option 'ipaddr' '127.0.0.1'
        option 'netmask' '255.0.0.0'

config 'interface' 'eth'
        option 'ifname' 'eth0'
        option 'proto' 'none'

config 'interface' 'lan'
        option 'ifname' 'lan1 lan2 lan3 lan4'
        option 'type' 'bridge'
        option 'proto' 'static'
        option 'ipaddr' '192.168.4.2'
        option 'netmask' '255.255.255.0'
        option 'gateway' '192.168.4.1'
        option 'defaultroute' '0'
        option 'peerdns' '0'
        option 'bcast' '192.168.4.255'
        option 'dns' '192.168.4.1'

config 'interface' 'wan'
        option 'ifname' 'eth1'
        option 'proto' 'dhcp'

[


have any a Idee ??

(Last edited by mgalpha on 7 Jun 2010, 21:09)