Web caching

I have just enabled web-proxy in transparent mode following MTOS manual. The setup seem to work, but from time to within my network a URL request instead displays but the Mikrotik Router web page. My cache size dont seem to grow as expected

Can someone out there help me how to successfully setup web caching to effectively speed up browsing and reduce my bandwidth consumption.


Robert
Cameroon

Maybe you use hotspot and advertise feature?

did you make sure to route all http trafic to the cache port?

did you make sure to route all http trafic to the cache port?

well how could this be down. i mean how to write it on mikrotik??

Try something like this:

add in-interface=Local dst-address=!192.168.3.10/32:80 protocol=tcp \
    action=redirect to-dst-port=3130 comment="transparent proxy" disabled=no