Sent a couple days ago. Might have figured it out but having trouble persisting changes to /etc/config/network (uci seems to take it but it keeps reverting. I have had 3 devices plugged into the AP LAN ports – two linux based (TrueNAS and fresh Ubuntu 24.04) and a Windows 10 box. The Windows box can reach the GW and the internet, not the linux devices. Anyway, I’m naive with VLAN tagging but Gemini suggested this – which would hopefully fix connectivity with devices plugged into LAN ports – that still leaves the issue of being unable to edit AP mode router settings or update firmware.
Current Configuration:
config bridge-vlan
option device ‘eth-lan’
option vlan ’10’
list ports ‘eth3:t*’ # Tagged (Trunk) port
list ports ‘eth2’ # Untagged (Access) port – NO PVID
list ports ‘eth1’ # Untagged (Access) port – NO PVID
Proposed Configuration:
config bridge-vlan
option device ‘eth-lan’
option vlan ’10’
list ports ‘eth3:t*’ # eth3: Tagged (Trunk) port – sends/receives tagged
list ports ‘eth2:u*’ # eth2: Access port – untagged egress/ingress
list ports ‘eth1:u*’ # eth1: Access port – untagged egress/ingress
option pvid ’10’ # Set PVID 10 for all listed UNTAGGED ports (eth1, eth2)