Vlan access to other vlan

Hi!

I’m in need for little help.

I configured VLAN-s in RB4011iGS+. From there i trunked all of them through Ether2 to CRS326 and so on to some other switches.
All my machines in different VLAN-s are getting their specific subnet IP-s, so that works. All i need, is to connect from pc in VLAN1 to NVR in VLAN2. How to do that?

Thanks!

Ivar

You need a route between both VLANs … in simplest implementation this means a router with IP address in both VLANs. If this router doesn’t happen to be default gateway for both devices, then there’s additional setup necessary. What exactly depends on actual network layout and configuration of existing gateways (and ability to change their config).

Thanks!

Okay, i make it a a little bit simpler :slight_smile:

RB4011 have 5 VLANS - all are going to CRS326 via Ether2:

/interface vlan
add comment=vlan10 interface=ether2 name=vlan10 vlan-id=10
add comment=vlan13 interface=ether2 name=vlan13 vlan-id=13
add comment=vlan15 interface=ether2 name=vlan15 vlan-id=15
add comment=vlan17 interface=ether2 name=vlan17 vlan-id=17
add comment=vlan99 interface=ether2 name=vlan99 vlan-id=99

DHCP works, all computers can see each other in same subnet:
/ip address
add address=192.168.10.1/24 comment=“VLAN10” interface=vlan10 network=
192.168.10.0
add address=192.168.13.1/24 comment=“VLAN13” interface=vlan13 network=
192.168.13.0
add address=192.168.15.1/24 comment=“VLAN15” interface=vlan15
network=192.168.15.0
add address=192.168.17.1/24 comment=“VLAN17” interface=vlan17
network=192.168.17.0
add address=192.168.99.1/24 comment=“VLAN99” interface=vlan99
network=\ 192.168.99.0
add address=194.106.117.154/29 comment=WAN interface=ether1 network=
194.106.117.152


/ip dhcp-server network
add address=192.168.10.0/24 dns-server=8.8.8.8 gateway=192.168.10.1
add address=192.168.13.0/24 dns-server=8.8.8.8 gateway=192.168.13.1
add address=192.168.15.0/24 dns-server=8.8.8.8 gateway=192.168.15.1
add address=192.168.17.0/24 dns-server=8.8.8.8 gateway=192.168.17.1



In CRS326, necessary ports are tagged and untagged and everything works.
Now i just need to access NVR and printer(VLAN10) from VLAN13. How do i route this?