Community discussions

MikroTik App
 
lousx
newbie
Topic Author
Posts: 29
Joined: Mon Jan 21, 2013 8:04 am

queue tree total upload and download parent

Wed Jul 10, 2013 5:22 pm

I use global_out for total_upload and total_download
Is that correct?

I learned that you can use local interface for total_download and WAN interface for total_upload
As correctly?

Image

Sorry, for my English.
 
User avatar
c0d3rSh3ll
Long time Member
Long time Member
Posts: 557
Joined: Mon Jul 25, 2011 9:42 pm
Location: [admin@Chile] >

Re: queue tree total upload and download parent

Fri Jul 12, 2013 7:25 am

post your mangle rules...
 
lousx
newbie
Topic Author
Posts: 29
Joined: Mon Jan 21, 2013 8:04 am

Re: queue tree total upload and download parent

Fri Jul 12, 2013 10:37 am

post your mangle rules...
One of mangle rules
41  
 ;;; list_1_1_up
     chain=forward action=mark-packet new-packet-mark=mark_1_up passthrough=no 
     src-address-list=list_1_1 

42   ;;; list_1_1_down
     chain=forward action=mark-packet new-packet-mark=mark_1_down 
     passthrough=no dst-address-list=list_1_1 
 
lousx
newbie
Topic Author
Posts: 29
Joined: Mon Jan 21, 2013 8:04 am

Re: queue tree total upload and download parent

Thu Jul 18, 2013 9:21 am

Please, help me.
 
nobody777
just joined
Posts: 9
Joined: Fri Jul 12, 2013 7:00 pm

Re: queue tree total upload and download parent

Sun Jul 21, 2013 3:04 pm

I use global_out for total_upload and total_download
Is that correct?

I learned that you can use local interface for total_download and WAN interface for total_upload
As correctly?

Image

Sorry, for my English.
Both methods - correct.

from presentation http://mum.mikrotik.com/presentations/U ... -megis.pdf
Global-Out or Interface HTB?
There are two fundamental differences
In case of SRC-NAT (masquerade) Global-Out
will be aware of private client addresses, but
Interface HTB will not – Interface HTB is after
SRC-NAT
Each Interface HTB only receives traffic that will
be leaving through a particular interface – there
is no need for to separate upload and download
in mangle