bw shaping

i hv mangle setup for bandwidth shaping like this :

/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 :smiley:

Unmangles gets priority

Best to make a catch all rule last

thx a lot, big helps :slight_smile:

emmm.. so how to unshape my guys bandwidth? so my guys just get the rest of bandwidth and not effecting my clients? should i mangled my guys IP’s but set 0 at the queue limit.. or unmangled my guys IP’s and if unmangled gets priority can i just set tos to minimize-cost?

thx… :smiley: