I want to mark incoming and outcoming packets from vlan, which is a port in bridge.
I enable “Use IP Firewall” and “Use IP Firewall for VLAN” settings.
I try:
/ip firewall mangle
add chain=forward out-bridge-port=vlan10 action=accept it’s not work, packet counter increase very slow
add chain=forward in-bridge-port=vlan10 action=accept it’s seems working
Another way:
/interface bridge filter
add chain=forward in-interface=vlan10 -it’s not work, packet counter increase very slow
add chain=forward out-interface=vlan10 -it’s working very strange, packet counter increase, but not all packets counts
What is the rigth way to see\mark packets in bridge port?
I’m in the same situation my brother.
I need to change the route of a packet is entering a port of my “RouterOS” and out through another.
In your case, you want to do exactly that with these packages marked?
I actually just got done figuring this out. If you use torch on the interface you are trying to mark, and view download/upload, you’ll notice there isn’t any difference in the src/dst. So what I had to do was mark the src, in my case wlan30 and then mark the dst, in my case vlan30. This gave me the proper marks for upload and download. Of course, this may not fit your scenario exactly, but might give you a bump in the right direction.
In my case, I have an RB951g-2hnd unit that I’m only using as an AP. It’s only a bridge, no routing involved. So I’m marking the packets using the bridge filter. Both vlan30 and wlan30 are ports on bridge30.