-------------------------------------------------------------------------
/ip firewall mangle add chain=prerouting src-address=xxx.xxx.xxx.xxx in-interface=to-lan (interface that connect to my clients) action=mark-connection new-connection-mark=user1-link passthrough=yes
/ip firewall mangle add chain=forward connection-mark=user1-link action=mark-packet new-packet-mark=user1 passthrough=no
-------------------------------------------------------------------------------------
I also setup the queue trees, everythings works fine...
Q : if there's no mangle match for certain IP's, what will happen then? will unmangled IP's get the rest of total bandwidth (after all mangled clients get the allocated bandwidth) or it will enterrupting allocated bandwidth for mangled IP's?
Thx for advice
