Cached files without queue lmit v3.11

Hay,
Is it possible to not limit the cached files
example if i have queue limit download speed to 2 mb for all active users. but wthen user want download file already avaliable in cache he will get the file at the speed of network

Please need help with codes

this presentation from the Egypt MUM has some info on your question:
http://mum.mikrotik.com/presentations/EG07/sunday.pdf

there is even a video of it:
http://www.tiktube.com/2007/11/30/mum-eg07-sunday-idajili/

http://wiki.mikrotik.com/wiki/Queue_with_Masquerading_and_Internal_Web-Proxy
Here is configuration example set limit 0 for queues, which are used for unlimited access.

this would be great if someone can show some rules on how to set it up?

i have 400 pppoe users. But i need help to make mangle rule which will mark the cached packet. then i will make a simple queue & put it at the first with unlimited bandwidth. May be it will help pppoe users to get access cached without queue limit.

can anyone plz help me abt the mangle rule???

thnxs,
raktim

i have tried but failed…
mangle.JPG
is it right way???

what queue type did you set for selected rule?

if default-small, try change it to default

just simple queue..

can u plz tell me da difference between default-small & default




thnxs,
raktim

What’s new in 3.12:

*) changed behaviour of simple queues - queues with no limit and type default-small
and no children actually do not get installed, as if there was no queue;

so change the type from default-small to default

Thnxs Chupaka… it’s working.

thank u very much. :smiley:

thnxs,
raktim

I have the same problems, My Mikrotik Version is 3.13.

beny30, the same problem = the same solution =)

Thanks Chupaka, but it is not working for me. I want to ask you some questions if you can help me.
Do I need to set queue for PPPoE users in profiles or by simple queues?
I have configured my router like in this http://wiki.mikrotik.com/wiki/Queue_with_Masquerading_and_Internal_Web-Proxy

Do I need to change any rule?

In my case this two Queue Tree does not change all the time they are 0
And one thing here

Queue Tree
0 name=“downstream” parent=lan packet-mark=test-down
limit-at=32000 queue=default priority=8
max-limit=32000 burst-limit=0
burst-threshold=0 burst-time=0s

1 name=“upstream” parent=global-in
packet-mark=test-up limit-at=32000
queue=default priority=8
max-limit=32000 burst-limit=0
burst-threshold=0 burst-time=0s

Can we change max-limit why it is used by web-proxy or by users?

beny30, if you use PPPoE, try just setup bandwidth in Profile, and then mark output having dscp=4 with some packet mark, so it go round the PPPoE’s dynamic queues

the example you pointed is for direct WAN access or Hotspot, I think

I have three interfaces: WAN, LAN (LAN1 and LAN2) bridge.

plus one interface per PPPoE user :wink:

so try to do what I said

I did it, it counts now too slow but if you look for a long time you see that the numbers change. Do I need to set any simple queue for unlimited traffic from the cache, how to check if they get files faster with LAN speed, how can I check if there are files in the cache?

Thanks in advace