Page 1 of 1

QoS Best Practice + Proxy Cache

Posted: Thu May 19, 2011 1:59 pm
by alexpastrana
Hello Guys, I have confiured the next link.

http://mum.mikrotik.com/presentations/U ... is_qos.pdf

all works great. each user uses the rate established in pcq queue .

I want to use web cahe
But If I enable web-proxy and send the traffic of port 80 redirect to 3128(proxy) all above doest work.

I saw in firewall/connections when the dst-nat rule (redirect) is disable, each connection has a connection-mark and works excellent, but if i enable the rule the next connections appears without the mark, and each user "jumps" the rate established in the parameter rate in the pcq queue.

How can i use the configuration of the link with proxy-cache.

Regards

Re: QoS Best Practice + Proxy Cache

Posted: Thu May 19, 2011 7:09 pm
by Feklar
That's because when you use the built in proxy, the client is now talking to the router and the router is services and getting the web requests. That means HTTP ect. have moved from the forward chain to the input/output chain.
http://wiki.mikrotik.com/wiki/Packet_Flow#Diagram

You'll need to adjust your rules accordingly to get the two services to play together. I've never done a setup like that, so can't tell you what would be involved with it.