Hi all
So, two days ago, following the wiki, I've set up WDS between two Atheros routers of mine. (TP-Link TL-WR842ND as the AP, TP-Link TL-WR703n as the client.) Surprise, from practical point of view it worked like a charm at first try; the bridged hosts see both the internet and LAN, and vica versa.
Now, my problem is that the W-LAN client (TL-WR703n) does see the LAN, but doesn't see the internet. No package installation, no NTP, no ping outside, nothing.
I see that people are googling for 'openwrt wds no internet' and similar, so it might not only me who has this issue. Unfortunately I couldn't find any solution so far.
Could anyone tell me what's wrong / how to solve this problem?
Or at least a hint if it is really a common problem?
Should I simply go for relayd?
Thank you in advance
root@703ap:~# cat /etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdab:0e11:e8bd::/48'
config interface 'lan'
option ifname 'eth0'
option force_link '1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.202'
option netmask '255.255.255.0'
option ip6assign '60'
root@703ap:~# cat /etc/config/wireless
config wifi-device radio0
option type mac80211
option channel '11'
option hwmode 11ng
option path 'platform/ar933x_wmac'
option htmode 'HT40-'
option macaddr '14:cf:92:ba:58:47'
list ht_capab 'SHORT-GI-20'
list ht_capab 'SHORT-GI-40'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option country 'HU'
option txpower '20'
config wifi-iface
option device radio0
option network lan
option mode sta
option wds '1'
option ssid 'TP-LINK'
option encryption 'psk2'
option key 'foobarbaz'
config wifi-iface
option device radio0
option network lan
option mode ap
option wds '0'
option ssid 'TP-LINK'
option encryption 'psk2'
option key 'foobarbaz'