Hi Evrey body
I want Join Squid server (As Cashing ) With Mikrotik and I want is that all traffic that comes from the cache squid skirt to customers without limiting the mikrotik (Using PPPoe to Clints)
. Use separate server to cache.
Please How Can i using this
Note: Im found Eng. Iraqi using This Sys. & im ask for this sys
But Told Me I cant Help you !!!
Configure proxy on the MikroTik router,
- enable it in proxy menu;
- make sure you’re not caching anything, ip proxy set cache-on-disk=no max-cache-size=none;
- Add ip firewall nat rule with action=redirect to catch all 80 port traffic and send it to your proxy;
- set ip proxy set parent-proxy=, parent-proxy address of the squid.
why you need to enable proxy on mt board?, why no redirect all traffic to port 80 directly to the squid? (without configuring proxy and parent-proxy con mt)?