[FS#3961] Atheros WDS stopped working on TP-Link Archer C60 v2 with OpenWRT 21.02.0 rc4

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Mon Aug 2 07:37:22 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - evoserver (evoserver) 

Attached to Project - OpenWrt/LEDE Project
Summary - Atheros WDS stopped working on TP-Link Archer C60 v2 with OpenWRT 21.02.0 rc4
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - I tried rc4 of OpenWRT 21.02.0 on my Atheros C60 v2 and WDS stopped working.
[[https://openwrt.org/docs/guide-user/network/wifi/atheroswds|WDS]] is used for forwarding a wired client on the same subnet of the wifi network.
I found the wireless client associated to my Atheros C60 access point
Mon Aug  2 15:46:45 2021 daemon.info hostapd: wlan1-1: STA xxx IEEE 802.11: authenticated
Mon Aug  2 15:46:45 2021 daemon.info hostapd: wlan1-1: STA xxxx IEEE 802.11: associated (aid 1)

but I'm unable even to ping it.
Even if I set up a fixed IP address on both the wireless and the wired clients, they can't connect to the router.
Other clients are connected to the Atheros C60 access point without problems.
I never had a problem with previous version of OpenWRT, so I went back to rc3 and everything started working again.

The only extra package installed is relayd

/etc/config/network on Archer C60
config interface 'loopback'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'
        option device 'lo'

config globals 'globals'

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

config interface 'wan6'
        option proto 'dhcpv6'
        option device 'eth1'

config interface 'lan'
        option proto 'static'
        option netmask '255.255.255.0'
        option ipaddr '192.168.50.1'
        option gateway '192.168.2.1'
        list dns '192.168.2.5'
        option device 'br-lan'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '1 2 3 4 0t'

config interface 'wwan'
        option proto 'static'
        option netmask '255.255.255.0'
        list dns '192.168.2.5'
        option ipaddr '192.168.2.50'
        option gateway '192.168.2.1'

config interface 'repeater_bridge'
        option proto 'relay'
        list network 'lan'
        list network 'wwan'
        option gateway '192.168.2.5'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'eth0.1'

/etc/config/wireless on Archer C60

config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11a'
        option path 'pci0000:00/0000:00:00.0'
        option htmode 'VHT80'
        option country 'IT'
        option channel '60'
        option cell_density '0'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'xxx'
        option encryption 'psk2+ccmp'
        option key ''

config wifi-device 'radio1'
        option type 'mac80211'
        option hwmode '11g'
        option htmode 'HT20'
        option country 'IT'
        option channel 'auto'
        option path 'platform/ahb/18100000.wmac'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option wds '1'
        option ssid 'xxx'
        option encryption 'psk2+ccmp'
        option key ''

config wifi-iface 'wifinet2'
        option ssid 'xxx'
        option device 'radio1'
        option mode 'sta'
        option key ''
        option network 'wwan'
        option encryption 'psk2'
        option bssid 'xxx'
 

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3961

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list