weird bridge bandwidth manager

Hi all,

i am using Mikrotik 4.16 as my “Bridged” bandwidth manager.

I put on some config :


2 ;;; XXX Test
chain=prerouting action=mark-connection new-connection-mark=con.XXX-Down passthrough=yes src-address-list=XXX

3 chain=prerouting action=mark-packet new-packet-mark=XXX-Down passthrough=no connection-mark=con.XXX-Down

4 chain=postrouting action=mark-connection new-connection-mark=con.XXX-Up passthrough=yes dst-address-list=XXXX

5 chain=postrouting action=mark-packet new-packet-mark=XXX-UP passthrough=no connection-mark=con.XXX-Up

this is working fine with my queue tree on the WAN ethernet (for download) and LAN ethernet (on Upload)



But if i add on in-interface and out-interface on the mangle, the mangle is not working. the counter on the mangle is not running, means the firewall is wrong. Am i got this wrong or is this a bug in 4.16?

thx

Are you adding physical or bridge interface to these mangle rules?

if interfaces are bridge ports, you should use ‘in-bridge-port’ and ‘out-bridge-port’ options