Community discussions

MikroTik App
 
kmullen
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 57
Joined: Thu Dec 30, 2004 9:48 pm

Queues or Queue Trees

Thu Jan 13, 2005 6:31 pm

I would like to create a queue which gives my customers unlimited speed when the are retreiving from our transparent proxy (Port 80) and limited access when using other ports, protocols or non cached sites. Is this possible?
 
goldclick
Frequent Visitor
Frequent Visitor
Posts: 51
Joined: Fri Sep 17, 2004 10:48 pm
Location: Nigeria
Contact:

Mon Jan 17, 2005 11:27 pm

Is your proxy/cache on same MT unit or seperate Squid box? If using seperate squid, it is possible to patch squid to mark cached content with TOS of choice and then have the MT firewall mangle match packets with this TOS and flow mark for further processing in queue trees. Let me know your scenario.

sonny
 
Cameron Earnshaw
Frequent Visitor
Frequent Visitor
Posts: 90
Joined: Sun May 30, 2004 6:46 pm
Contact:

Thu Jan 20, 2005 8:36 am

There is an example of how to do this near the bottom of this page:

http://www.mikrotik.com/docs/ros/2.8/root/queue.content
 
kmullen
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 57
Joined: Thu Dec 30, 2004 9:48 pm

transparent/parent proxy

Wed Jan 26, 2005 1:55 am

Our proxy is a seperate squid box. I checkt the example posted and it addresses my issue if I were using the squid in the MT box. Which I am not.

[admin@TopGun_Floresville] > ip web-proxy print
enabled: yes
src-address: 0.0.0.0
port: 3128
hostname:
transparent-proxy: yes
parent-proxy: xxx.xxx.xx.x:3128
cache-administrator: webmaster
max-object-size: 1024 kB
cache-drive: system
max-cache-size: none
status: running
reserved-for-cache: 0 MB

All proxy request go to the xxx address which is running Squid 2.5-7 (stable)

Goldclick, I think it will have to use a scenario like you suggest. Can you provide further config for a novice.?