Community discussions

MikroTik App
 
titius
Member
Member
Topic Author
Posts: 338
Joined: Mon Oct 17, 2005 11:43 am
Location: Titel Serbia

Strange behaviour of queue tree Global-In

Wed May 14, 2008 3:03 am

Hi, I have simple mangle rules like this
0   ;;; DOWN_SVE
     chain=prerouting in-interface=WAN protocol=tcp action=mark-connection 
     new-connection-mark=SVE_CONN_DOWN passthrough=yes 

 1   chain=prerouting in-interface=WAN protocol=tcp 
     connection-mark=SVE_CONN_DOWN action=mark-packet 
     new-packet-mark=SVE_PACK_DOWN passthrough=yes 

 2   ;;; 1MB
     chain=prerouting in-interface=WAN protocol=tcp src-port=80 
     connection-bytes=0-1024000 action=mark-connection 
     new-connection-mark=HTTP_DOWN_1MB passthrough=yes 

 3   chain=prerouting in-interface=WAN protocol=tcp src-port=80 
     connection-mark=HTTP_DOWN_1MB connection-bytes=0-1024000 
     action=mark-packet new-packet-mark=HTTP_DOWN_1MB passthrough=no 

 4   ;;; Ostalo_HTTP
     chain=prerouting in-interface=WAN protocol=tcp src-port=80 
     action=mark-connection new-connection-mark=HTTP_OSTALO_DOWN 
     passthrough=yes 

 5   chain=prerouting in-interface=WAN protocol=tcp src-port=80 
     connection-mark=HTTP_OSTALO_DOWN action=mark-packet 
     new-packet-mark=HTTP_OSTALO_DOWN passthrough=no 
 
And quee tree
 name="DOWNLOAD" parent=global-in packet-mark=SVE_PACK_DOWN limit-at=0 queue=default priority=8 max-limit=0 burst-limit=0 
     burst-threshold=0 burst-time=0s 
Problem is when rule 5 in mangle is disabled Queue-Tree counts everything OK, but whe I enable rule 5 queue tree stops , I don see why ?

Who is online

Users browsing this forum: akakua, Bing [Bot], GoogleOther [Bot], pav5, shahzaddj1 and 190 guests