Hi,
sorry for noob question, which was possibly answered many times, but I don’t really know where to start. I just bought Mikrotik 960PGS with intention to use it with PoE IP camera,
but also I would like to use it to consolidate my network bit.
My setup includes:
- TD-W8980 (used as DSL modem and main router, my plan is to install openwrt on it)
- Mikrotik 960PGS
- TP-Link Archer C6 (OpenWrt #2)
- TP-Link TL-WR841N/ND v8 (OpenWrt #1)
On all routers, I have both private and guest wifi networks.
Current network schema (without mikrotik):
+-------------------+ +----------------+
| DSL router +<-----------+ PC #1 |
+----->+ 192.168.81.1 | | 192.168.81.100 |
| | +<-------+ | (lan) |
| +-------------------+ | +----------------+
| |
| |
+--------------+------------+ +-----------------+---------+
| OpenWrt #1 | | OpenWrt #2 |
| 192.168.82.1 (LAN + WLAN) | | 192.168.84.1 (LAN + WLAN) |
| 192.168.83.1 (Guest WLAN) | | 192.168.86.1 (Guest WLAN) |
| | | |
+-+------------+------------+ +-------------+-------------+
^ ^ ^
| | |
| +--------+--------+ +---------+-------+
| | RasPI (OpenWrt) | | PC #2 |
| | 192.168.82.219 | | 192.168.84.100 |
| | (miniDLNA) | | (lan) |
| +-----------------+ +-----------------+
|
| +----------------------+
| | Samsung TV |
+---+ 192.168.82.100 (WLAN)|
| (DLNA consumer) |
+----------------------+
My goal is to put all wired and non guest wifi devices into single VLAN (so they can “consume” DLNA from raspi for example). And all guest wifi into second VLAN. And IP cameras to third VLAN (cameras will be PoE connected to mikrotik and probably no internet access). Possible making current Openwrt#1 and Openwrt#2 routers just dump APs (but both having at least two VLANs for guest and private nets).
The easiest way for me to add mikrotik to current network would be to add it between OpenWrt #1 and DSL modem., but I’m also considering option to plug it directly behind DSL modem (it depends on IP camera cable length).
In any of those case, I don’t really know how to set up VLANs on mikrotik.
There so many VLAN configuration options, that confuse me (there is one on interface, another two in bridge and switch section).
Any help very welcome.