Hello everybody,
this is my first post here.
I have a router/gateway that comes from my internet service provider.
Its address is 192.168.1.1 (gateway)
Under it there are few computer and printers with addresses 192.168.1.x
The subnet mask is 255.255.255.0
Under it, in another floor I connected a RV110W where I created 2 separate VLANS:
VLAN 1: 192.168.2.1
VLAN 2: 10.10.10.1 (for guests).
Now my problem is:
I want that guests connected in VLAN 2 can go on the web but I don't want that they can communicate with hosts that are on the upper lever network 192.168.1.x
In the same time I want that hosts connected in the VLAN 1 can also communicate with hosts located in net 192.168.1.x
(for example use a printer with address 192.168.1.20)
I thought to solve this by changing the subnet mask to 255.255.248.0 but the router doesn't allow that subnet mask.
Do you have any ideas?
Thank you