Router MikroTik hAP ac3 (RBD53IG-5HACD2HND) - all in one
I don’t have access to the internet I believe that I’m missing something obvious because I have ‘No network’ in all wifi (connected but can’t visit websites) and also the internet is not working by ethernet (3 - ‘Unidentified network’).
The main idea of this config is to have few networks with some rules:
BLUE should see devices from GREEN, RED, but shouldn’t see devices from BLACK
GREEN should see devices from RED, but shouldn’t see devices from BLUE, BLACK
RED shouldn’t have access to outside world and shouldn’t see devices from BLUE, GREEN, BLACK
BLACK shouldn’t see devices from BLUE, GREEN, RED and shouldn’t see other devices in BLACK
I will tune up firewall rules in the future, but first I would like to fix the internet connection.
Could someone take a look at my config and help me to make it work? JK.rsc (6.49 KB)
You believe correctly, you’re missing something obvious, whole “/interface bridge vlan” config. You’ll have some dynamic entries there, but you need to configure tagged ports, mainly you need interface “bridge” as tagged member of each vlan which has interface in “/interface vlan”.
ALSO I see that if you had added ether3 as an interface list member of LAN, you should have internet through that as it has no relationship to the bridge settings.