Bruce;
Thanks again for the quick response.
My setup is a bit more complicated (VLANs, APs, etc), so a bit more settings were required. Used OneMarcFifty's tutorials on YouTube.
In my case there were a few additional settings that I needed to do manually:
- When adding eth1 port to the br-lan bridge, the lan's MAC address needs to be typed into the "MAC address" box.
- Need to edit /etc/config/dhcp:
In the config dnsmasq section:
was: option rebind_protection '1'
is: option rebind_protection '0'
This first change needs to be saved before proceeding to the next step. Reboot. - Need to edit /etc/config/network:
in config interface 'lan' section:- changed option proto 'static' to option proto 'dhcp'
- in the same section I added option isolate '0'
I don't know what it does, it may help, and it's certainly not hurting. got the idea from GL-iNet's own OS config file... I have another MT6000 still with the factory OS.
All these changes made my MT6000 work as an dumb AP under OpenWRT 23.05.4.
Thanks for the help; if I cannot close the thread myself, maybe u can.