I have computer 1 and computer 2.
Computer 1 is connected to router with OpenWrt: lan port1. Everything works fine.
Computer 2 is connected to same router lan port2. Computer 2 cannot access the internet.
I assume its a simple dhcp config thing, but cannot distinguish the issue from myriad of options in LuCI settings.
Computer 2 works fine if connected to lan port1.
OpenWrt Logs says " Interface 'lan2' has link connectivity" if I toggle network adapter on/off. So the port is not busted or mislabeled.
Logs also say : daemon.warn dnsmasq-dhcp[1]: DHCP packet received on lan2 which has no address
Question is: How to make both computers have fluid internet access at same time?
Maybe some subnet masking best practices while we at it?
OpenWrt 22.03.2
Router: Asus RT-AC56U
Computers : Windows 10 / 8/ debian 11
I installed samba, so could access HDD connected to router. And a bunch of dependencies to it. But didnt change Network settings before connecting computer 2.
After the conenction issue, i did try adding static ip tho. And toggling Authorative DHCP. Clearly having no idea what I was doing.
That config is a real mess. I don't know exactly what it should be on the Broadcom platform that you have, but for certain when a port is in a bridge it must not be also referred to separately, which is being done with lan2. Have a lan network with br-lan as its device, and all the ports that you want to attach to LAN devices in that bridge. This will become clear when you revert to the default configuration.