how to apply diff limit for local&overseas for pppoe clients

i have 1000 of pppoe customers. below is my routers info details…


//my wan=xxxxxxa

//(default gateway) ip route, destination 00000 gateway = xxxxxxxb (proxy machine)

//(Nat) chain=dstnat, src-address=10.0.0.0/22, protocol=tcp, dst-port=80, Action=dst-nat to-address=xxxxxxxb to-ports 3128

//mangle
/address-list name=local address=10.0.0.0/22
name=local address=xxxxxxxb
name=local address=xxxxxxxc
/chain=prerouting src-address=10.0.0.0/22 connection state=new dst-address-list=local Action markconnection new-mark-connection=hello_in passthrough=yes
/chain=prerouting src-address=10.0.0.0/22 connection-mark=hello_in Action mark-packet new-packet-mark=hello

//Queue
/name=test target-address=10.0.0.0/22 max-limit=unlimited, limit-at=unlimited packet-mark=hello
local.JPG
But i dont get unlimited speed in locally. it’s working as profile wise speed

I think “NORMIS” will solve my problem. plzzzzzzzzzz

Unset connection-state for mangle rule.
Make sure that you have all the addresses in the address-list, then it should work.

i have unset coneection-state in mangle rule.

But it’s not working Sir…

Any other idea …

thnxs,
raktim

Which IP addresses are assigned to clients ?

Are you trying to create one single queue to unlimit some local traffic while continuing to use the dynamic queues for all remaining clients?

If so you need to have a script that places the static queues above your dynamicly generated queues (which would normally appear on top and thereby negate you local queue) so you could try something like this.. (thanks to sergejs for this script)

:foreach n in=[/queue simple find priority=1] do={ /queue simple move $n [:pick [/queue simple find] 0] }

Will move all priority 1 (or whatever you set) queues to the top of the list.

Below pic is assigned ip for clients…
as_ip.JPG

thnxs “omega-00” i dont need that script. plz check my first pic. there i have put a queue named “test” at the top.




it’s not working… any other idea… :frowning:

Upgrade to 2.9.51 version and post screenshot from you mangle rules.

plz check the “test” queue, (red mark) there is no download bytes has sent.
bandwidth.JPG
mangle.JPG

plzzz help me “sergejs”…

if u need any info’s or details of my router, then i will send u.

:frowning: Any one here to solve my problem…
“Normis” can u plzzz help me ???

Please, contact support with attached support output file and short problem description (support@mikrotik.com),
You can create support output file by ‘system sup-output’.