Hello, suppose I have a br-lan.3 vlan with the interface ip 192.168.10.1. Now I connect the cable to port 3 of the router to a switch, which only goes to a server, but I also want it to go to a second openwrt router so that I can access the server's services from it. Is all I need to do on the second openwrt router is set the same vlan and add the static ip interface 192.168.10.2? Will I then be able to access services from the server at 192.168.10.1? I simply want to link the two routers so that the second router can access various services over its LAN because the distance is too vast for anything like wifi.
Update, it does seem to work but very weirdly, on the second router i set a static ip of 192.168.10.2 instead 192.168.10.1 and now the server still uses the 192.168.10.1 dhcp ips that i set static on the router 1 (which is right) but the server uses the router 2 internet? What is happening here? Basically, I just want to "passtrough" to the second router so that I can access the services on the lan there. If someone is aware of a straightforward way to accomplish this, please let me know.