I recently flashed a Linksys EA8300 Router with OpenWRT 22.05 to use it as a Wireless Bridge to provide connectivity to Wired only clients. The EA8300 connects to the main Wireless Router via Wifi. I absolutely don't want to use relayd because of horrible performance issues as commonly reported.
Configuration wise, the EA8300 is connected to the Main Wireless Router over Wifi and gets its IP Address on the WWLAN0 Interface.
- Main Router's Default Gateway and DNS Servers are set to 192.168.1.1, the firewall zones have been configured to allow everything between WLAN and LAN.
- There are no IP conflicts as the IPs assigned to wired PC clients are outside of the DHCP range. I even tried to use a different subnet for the wired clients but it didn't work.
- The wired PCs are not able to ping 192.168.1.1, or even the 192.168.1.10 (wwlan0) address. Running Diagnostics within LuCI, the EA8300 is able to ping openwrt.org and 192.168.1.1 just fine.
In summary, the Wireless Interface (ip: 192.168.1.10), and br-lan (ethernet ports) are not communicating.