I’ve moved into an apartment building where the fiber optic internet is shared among four parties. I don’t have access to the main router. Currently, I have the LAN cable coming from the main router plugged into a LAN port on my own router (running OpenWRT).
How can I ensure that my own network is completely isolated and secure from the other three parties in the house? I read about this a few weeks ago but can’t remember the correct term for it. I believe I need to plug the LAN cable into the WAN port, but how do I correctly configure OpenWRT?
What kind of router you have?
Basic setup would be 4 guest networks leaving management wired.
How to fairly share pipe - depends on the router, on slower ones tbf-limit traffic per "customer" on the greater one use whichever QoS framework to slow abusers torrents.
Nobody here has access to the main router; only the management company does. That's why I want to set up my own network using my own router.
I just found out that at my old place, my router had the IP 192.168.0.2. Now, in this network, I can't access its web interface anymore unless I manually assign my Windows PC a static IP like 192.168.0.xx—only then can I reach the LuCI interface...
Currently, all other devices are getting IPs in the 172.26.181.xxx range.
As @Lleachii mentioned, why can't you configure your router and use its WAN interface?
In that case, you would create your local network isolated from the main network, you would just have a double NAT along the way.
If the double NAT isn't a problem for you, I believe you could at least try using this configuration.
Remember, using the WAN interface, you create your local network isolated from the main router's network, but you end up with double NAT...
If you use the LAN port, your network will be part of the main router's network, at least, of course, if whoever configured it took the care to at least isolate the networks in the main router's firewall.
In your situation unlikely, since you can not configure the primary router's port forwarding and access rules anyways...
Typically the main argument against double NAT is that you need to always implement matched port forwarding rules and it is a bit of busy work to do so. Now
BTW consider updating your router OpenWrt23 is a bit outdated, 25.12 just was released...