So I upgraded my wgt634u recently and I only just noticed that apparently nothing on wireless can see the lan and of course the other way around as well.

Where should I be looking to give the experts enough info to help me out?


/etc/config/network:

config 'switch' 'eth0'
        option 'vlan0' '0 1 2 3 5*'
        option 'vlan1' '4 5*'

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

config 'interface' 'lan'
        option 'type' 'bridge'
        option 'ifname' 'br-lan eth0.0'
        option 'proto' 'static'
        option 'ipaddr' '192.168.1.254'
        option 'netmask' '255.255.255.0'
        option 'nat' '1'

config 'interface' 'wan'
        option 'ifname' 'eth0.1'
        option 'proto' 'dhcp'
        option 'ipaddr' 'n.n.n.n'
        option 'netmask' '255.255.255.0'
        option 'gateway' 'n.n.n.n'

/etc/config/wireless:

config 'wifi-device' 'wifi0'
        option 'type' 'atheros'
        option 'channel' '06'
        option 'disabled' '0'
        option 'agmode' '11g'
        option 'diversity' '0'
        option 'txantenna' '0'
        option 'rxantenna' '0'

config 'wifi-iface'
        option 'device' 'wifi0'
        option 'network' 'lan'
        option 'mode' 'ap'
        option 'ssid' 'x'
        option 'encryption' 'none'
        option 'hidden' '0'
        option 'isolate' '0'
        option 'txpower' '16'
        option 'bgscan' '0'
        option 'wds' '0'
        option '80211h' '0'
        option 'bursting' '0'
        option 'wmm' '0'
        option 'xr' '0'
        option 'turbo' '0'

wlan can ping the router, lan can ping the router, neither can ping each other.  I have NO firewall rules beyond the default setup.