Hello. I am understanding now the VLAN concept and I think I understand it, but I have “problems” (becuase I don’t know how to do it) and I will explain what I want, and maybe you can say me some tricks.
First… Equipment and what is in each one
RB2011
eth 1 = WAN
eth 2 = master for 3, 4 and 5
eth 6 = master for 7, 8, 9 and 10
wlan = disabled
Now everything eth2 and 6 are in a single bridge
in eth9--------rb493 (eth1) with the following config
eth1 = master for itself
eth 2 = master for 3, 4, 5, 6, 7, 8, 9
wlan
everything is in a bridge.
Then.. I have customers (192.168.12.x) connected in the rb494 ports 2, 3, 4, 5, 6, 7, 8, 9 with static IP, because I have a DHCP server running in the 2011 with the internal pool (192.168.10.x)
But if someday, one customer setup dhcp client, they will be in MY network. Now, I have unsecured network. OF course, the “customers” are my friends… all of them…
But I want to implement VLANS, for having DHCP server for customers in ther range (192.168.12.x), but in the RB493 I have MY wireless network..
Then.. I want to do something like that
RB2011
vlan100 (my network)
vlan900 (customer networks)
eth2 (3,4,5) and eth6 (7, 8, 9, 10) in VLAN100
also eth9 in vlan900
In the 493
eth1 in vlan100 and vlan900
eth2 (3, 4, 5, 6, 6, 7, 8, 9 ) in vlan 900
wlan in vlan100
How can I start for it, of is this “diagram” wrong?
I was unable to add in interface vlan more ports to vlan100…
What am I doing wrong?
Thank you for any advice…