Hello…
almost aweek that I tried do mangle mikrotik feat proxy squid but my simple que to limit Local/Overseas traffic does not work, please help…
based for simple que http://wiki.mikrotik.com/wiki/How_to_apply_different_limits_for_Local/Overseas_traffic
mangle proxyhit, IIX/ INTL
++++++++++++++++++++++++++++++
/ ip fi mang pr
0 ;;; Proxy HIT
chain=postrouting action=mark-packet new-packet-mark=proxy-hit
passthrough=no <<< these proxy-hit looks working
1 ;;; Mark-connection All Traffic
chain=forward action=mark-connection
new-connection-mark=Con_Entire_Traffic passthrough=yes
2 ;;; Mark-connection INTL_traffic
chain=forward action=mark-connection
new-connection-mark=Con_INTL passthrough=yes
dst-address-list=!nice connection-mark=Con_Entire_Traffic
3 ;;; Mark-packet INTL_traffic prerouting postrouting
chain=prerouting action=mark-packet
new-packet-mark=INTL_traffic passthrough=no
dst-address-list=!nice in-interface=ether4 <<< ether4 for LAN
connection-mark=Con_INTL
4 chain=postrouting action=mark-packet new-packet-mark=INTL_traffi>
passthrough=no dst-address-list=!nice out-interface=ether4
connection-mark=Con_INTL
5 ;;; Mark-packet IIX_traffic prerouting postrouting
chain=prerouting action=mark-packet new-packet-mark=IIX_traffic
passthrough=no in-interface=ether4
6 chain=postrouting action=mark-packet new-packet-mark=IIX_traffic
passthrough=no out-interface=ether4
++++++++++++++++++++++++++++++
que tre for proxy-hit
++++++++++++++++++++++++++++++
/ queue tree pr
0 name=“proxy-hit” parent=global-out packet-mark=proxy-hit
limit-at=0 queue=default priority=8 max-limit=50M burst-limit=0
burst-threshold=0 burst-time=0s
++++++++++++++++++++++++++++++
simple que, different limits for Local(code IIX) / Overseas(code INTL) traffic
++++++++++++++++++++++++++++++
/ que sim pr
0 X ;;; Proxy HIT, do not used, use proxy-hit in que tree
name=“proxy-hit” dst-address=0.0.0.0/0 interface=all
parent=none packet-marks=proxy-hit direction=both priority=8
queue=default-small/default-small limit-at=0/0
max-limit=50M/50M burst-limit=0/0 burst-threshold=0/0
burst-time=0s/0s total-queue=default-small
1 name=“parent-INTL_traffic” dst-address=0.0.0.0/0 interface=all
parent=none packet-marks=INTL_traffic direction=both
priority=8 queue=default-small/default-small limit-at=0/0
max-limit=50M/50M burst-limit=0/0 burst-threshold=0/0
burst-time=0s/0s total-queue=default-small
2 name=“parent-IIX_Country_Traffic” dst-address=0.0.0.0/0
interface=all parent=none packet-marks=IIX_traffic
direction=both priority=8 queue=default-small/default-small
limit-at=0/0 max-limit=50M/50M burst-limit=0/0
burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
3 ;;; rx ave.rate(upload) seem works but, tx ave.rate(download) show nothing
name=“192.168.101.201-INTL”
target-addresses=192.168.101.201/32 dst-address=0.0.0.0/0
interface=all parent=parent-INTL_traffic
packet-marks=INTL_traffic direction=both priority=8
queue=default-small/default-small limit-at=16k/16k
max-limit=32k/64k burst-limit=64k/256k burst-threshold=24k/32k
burst-time=6m/3m total-queue=default-small
4 ;;; seem its works
name=“192.168.101.201-IIX” target-addresses=192.168.101.201/32
dst-address=0.0.0.0/0 interface=all
parent=parent-IIX_Country_Traffic packet-marks=IIX_traffic
direction=both priority=8 queue=default-small/default-small
limit-at=16k/16k max-limit=48k/64k burst-limit=64k/900k
burst-threshold=24k/48k burst-time=6m/3m
total-queue=default-small
++++++++++++++++++++++++++++++
my bad mangle for Simple Queue, to split Bandwidth Local and overseas does not functioning but previously without the squid is fine
what/ which is/are need to be adds?.. dizzy on mangles
Thank you for your support