Hello all, need some advice on how is the optimal way to do the following:
- I have a main basic gateway/router from the ISP that provide internet access to my network (no vlan and just basic firewall capabilities) - IP 10.10.10.1
- Then several APs (a mesh) providing wifi to access internet and the other wired network devices - 10.10.10.0/26.
- Now i have to provide wired access to internet to a device that is in a semi-public zone. Because of the distance I was thinking to configure an small Openwrt wireless router as a Wifi Client and connect the device via the lan port (192.168.1.0/28).
- That's basically done, BUT my problem is that from this new lan connection others can just physically connect and reach any of my internal network devices.
- Thus I need advice how can I restrict traffic for 192.168.1.0/28 to be only to and from the router 10.10.10.1.
Thanks!