I am new to RouterOS and just trying to replace my router based on WRT54GL/OpenWRT with RouterBoard 750.
I am confused with the architectural way Mikrotik handles VLANs (and interfaces, switches etc).
What I want:
- Interface 1: WAN (static IP), VLAN3, untagged
- Interface 2: VLAN1, untagged
- Interface 3, 4: VLAN2, untagged, “LAN”, bridged to OpenVPN server
- Interface 5: VLAN1-3, tagged
In Linux (or OpenWRT) I would first create the VLAN ports (eth0.1 - eth0.3) and maybe bridge them to different interfaces.
Similarly for all managed switches I used so far (3COM and TP-Link): There are physical ports which I can split into VLANs and say that Port 1 should be assigned to one VLAN while other ports may be assigned multiple VLANs (tagged).
I use WinBox - when I create a VLAN in the “Interfaces” section, I can only select one interface. Why?
In contrast in “Switch” section, VLAN, I can assign VLAN IDs to ports but I cannot create VLANs. How are they related to the VLANs I create in Interfaces?
How do I configure using WinBox for the scenario above?