VLan on L009

Just got a L009 and trying to setup some vlans and it’s not going great.
I’ve read http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1
Looked at videos like https://www.youtube.com/watch?v=US2EU6cgHQU and https://www.youtube.com/watch?v=4BOYqtV4MCY

Plan is to have eth4 with all vlans connecd to my AP and this works great.
But also to have eth2 and eth5 on vlan10 only, this doesn’t work.
It gets the ip from the default(1) range and regaredless of what i change and can’t get them to use vlan10. (I’d like all traffic to go through vlan10, works when I set the vlan10 on computers)

Also tried to setup pihole using, https://www.youtube.com/watch?v=Xy-KjcY5sgE
But I can’t even ping the veth I create (not even from the mikrotik), so i guess it’s a bridge setup issue?
Tried dissabeling all firewall rules, but that didn’t change a thing.

What am I missing?
config.rsc (3.47 KB)

Looking over your configuration real quick, I don’t see the bridge-vlan-filtering being enabled.

Yeah, that usually makes it non-responsive and forces me to do a factory reset.
Which was the case just now.

Remove 1 port from bridge and use that one to get access via Winbox / MAC.
You will not get kicked out anymore.

I always take one port off the bridge and do all my configuring from there much nicer experience and use safe mode !!!

https://forum.mikrotik.com/viewtopic.php?t=181718

TY!
Helped me figure out what the issue was.