http traffic priority

i am trying to setup a system where all http traffic is prioritized over other traffic. so far what i have is:

[xxx] ip firewall mangle> print
Flags: X - disabled, I - invalid, D - dynamic 
 0 X chain=input protocol=tcp src-port=80 action=mark-connection 
     new-connection-mark=http_conn passthrough=yes 

 1 X chain=input connection-mark=http_conn action=mark-packet 
     new-packet-mark=http_conn passthrough=no



 0 X name="http_management" parent=main_t1 packet-mark=http_conn limit-at=0 
     queue=default priority=3 max-limit=0 burst-limit=0 burst-threshold=0 
     burst-time=0s

But no results. the http_management queue doesnt even show traffic.
anyone have this or something similar setup?

Thanks

try with prerouting on mangle

Maximiliano
Mikrotik Certified Consultant
Intercity SRL
Rio Cuarto-Argentina

Maybe first try to enable those rules :unamused:

And also worth noting, why are you on the input chain?

You have no control over what information is sent first to you by your uplink, attempting QoS on inbound bandwidth will almost certainly not have the desired results…

savage, humm thats true i didnt think of that, if my pipe is full it really doesnt matter what gets through first.

on the other hand, many times i have a queue for each part of my network, and then my external bandwidth isnt being maxed, it is my internal bandwidth.