Community discussions

MikroTik App
 
beny30
Member Candidate
Member Candidate
Topic Author
Posts: 137
Joined: Tue Aug 26, 2008 2:13 pm

How to make traffic from cache to download faster

Sun Oct 12, 2008 4:14 pm

My Mikrotik version is 3.13 and I want to configure PPPoE to have 512/256 traffic. Client IP are 10.0.0.10-10.0.0.100. I want my users to download with LAN speed for web pages and other things that are in cache. I need help to configure that, I tried by simple queue but it is the same I can not download faster than from internet.
What kind of queue do I need to configure? Any example?
 
netrat
Member
Member
Posts: 402
Joined: Thu Jun 07, 2007 1:16 pm
Location: Virginia

Re: How to make traffic from cache to download faster

Sun Oct 12, 2008 4:53 pm

Set the tx/rx limit in the ppp profile.
 
raktim
Member Candidate
Member Candidate
Posts: 184
Joined: Fri Jun 15, 2007 7:22 am

Re: How to make traffic from cache to download faster

Sun Oct 12, 2008 5:26 pm

r u using mikrotik proxy or external proxy???
i think below link will help u to solve the problem

http://forum.mikrotik.com/viewtopic.php?f=2&t=25549
 
beny30
Member Candidate
Member Candidate
Topic Author
Posts: 137
Joined: Tue Aug 26, 2008 2:13 pm

Re: How to make traffic from cache to download faster

Mon Oct 13, 2008 3:07 pm

I am using Mikrotik Web-Proxy. Can you help me what rules to create?
 
beny30
Member Candidate
Member Candidate
Topic Author
Posts: 137
Joined: Tue Aug 26, 2008 2:13 pm

Re: How to make traffic from cache to download faster

Sun Oct 19, 2008 2:30 pm

I just checked proxy> chache-contents

And saw that there is the file I donloaded before but when I download the same file again it does not download fastere but with the same speed like from the internet.
You do not have the required permissions to view the files attached to this post.
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8709
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: How to make traffic from cache to download faster

Mon Oct 20, 2008 1:02 am

if you have 'default-small' queues type, change it to 'default' and test again
 
fahedksa
Member Candidate
Member Candidate
Posts: 107
Joined: Mon Nov 27, 2006 2:27 pm

Re: How to make traffic from cache to download faster

Wed Jan 14, 2009 4:51 pm

I have same problem,do you find soultion ?
Thanks
 
beny30
Member Candidate
Member Candidate
Topic Author
Posts: 137
Joined: Tue Aug 26, 2008 2:13 pm

Re: How to make traffic from cache to download faster

Thu Jan 15, 2009 10:41 am

Yes I found the solution, and it is working. First make mangle:
chain=output action=mark-packet new-packet-mark=proxy-hit passthrough=no out-interface=!WAN dscp=4

Second make simple queue:
name="Hit Traffic From Proxy" target-addresses=10.0.0.0/24
dst-address=0.0.0.0/0 interface=all parent=none packet-marks=proxy-hit
direction=both priority=2 queue=default/default limit-at=0/0
max-limit=512000/512000 burst-limit=0/0 burst-threshold=0/0
burst-time=0s/0s total-queue=defaul

You can put other limit e.g. 2M/2M

and move these rules up to be first rule.

Who is online

Users browsing this forum: Amazon [Bot], dzo, Google [Bot], JesusMarino, RBrogen and 147 guests