New Config Problem with 24.10

Got 24.10 working on my EA8500 without the radios. Turned on the 2g (radio 0) and the router stopped routing traffic to the internet, turn radio 1 off and routing starts up again.
I then tried the 5g (radio 1) and it came up and no routing problems. If I turn on radio 0 routing stops. So it seems the problem is in radio 0.

Below are the config files:

root@router-8500:/etc/config# cat wireless

`` `inline-text` ``

config wifi-device 'radio0'
option type 'mac80211'
option path 'soc/1b500000.pci/pci0000:00/0000:00:00.0/0000:01:00.0'
option band '2g'
option channel '11'
option htmode 'HT40'
option cell_density '0'
option country 'US'
option disabled '1'

config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'aabbcc852'
option encryption 'psk2'
option key 'xxxxxxxxxxxxx'
option ieee80211w '1'
option ocv '0'
option disabled '1'

config wifi-device 'radio1'
option type 'mac80211'
option path 'soc/1b700000.pci/pci0001:00/0001:00:00.0/0001:01:00.0'
option band '5g'
option channel '36'
option htmode 'VHT80'
option cell_density '0'
option country 'US'
option disabled '1'

config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'aabbcc855'
option encryption 'psk2'
option key 'xxxxxxxxxxxxxx'
option disabled '1'

Any ideas would be appreciated.

We're missing the rest of the configs....

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:

ubus call system board
cat /etc/config/network
cat /etc/config/dhcp
cat /etc/config/firewall

Interesting, another user just made a post about this issue:

you might want to check, if your problem is the same as a thread from July Openwrt 24.10.2, enable wifi = no internet access, there was a solution mentioned

maybe we had one more like this V24.10.0 on EA8500 - had to change WAN Mac address

1 Like

Your case is similar to mine, and the information from Pico is very helpful. My solution may work for your case also. Would you like to try and let us know the final result?