I apologize if this is not the correct board, but it seemed apt as I’m still fairly new to Router OS in general.
I’ve been working on trying to get two VLANs to work together on at least one port of my hEX router, however only my native VLAN appears to work at all.
My current configuration is described here, if there is a way to export the actual config as text please let me know.
I have two networks and two VLAN interfaces
vlan1 – 10.1.10.1/24
vlan100 – 172.16.100.254/24
They are both on the bridge “VLAN_Bridge”
This bridge contains the following ports:
ether2, ether3, ether4, vlan1, vlan100
and one list:
LAN
Under the VLAN tab for bridges, I have configured:
Bridge ---- VLAN IDs ---- Current Tagged ---- Current Untagged
VLAN_Bridge ---- 1 ---- VLAN_Bridge, ether2, ether3, ether4 ---- vlan1
VLAN_Bridge ---- 100 ---- VLAN_Bridge, ether2, ether3, ether4, vlan100 ---- none
Lastly I have DHCP servers setup for each vlan:
Default VLAN ---- interface: vlan1
Guest VLAN ---- interface: vlan100
defconf ---- interface: bridge (the default bridge, set to only be on ether5 for management purposes)
With this configuration, vlan1 will assign IP addresses fine for any untagged traffic. But as soon as traffic gets tagged with vlan100, it refuses to acknowledge the devices. I’m not sure where i’m going wrong here and am running out of ideas for how to troubleshoot.
This dual VLAN configuration is needed so our Ubiquiti WiFi can designate a guest network that the mikrotik then isolates via the firewall. But the AP’s also broadcast an office WiFi (on vlan1) which will all travel through the same physical port.
I’ve been testing this configuration by setting VLAN ID 100 in my computers network adapter, but on the customer site we will have a 16-port Ubiquiti switch that will carry both tagged and untagged traffic to the router.
Thank you for your time and have a wonderful day!