I got MikroTik and Squid configuration suggestion as picture attached.
and configuration in Mikrotik:
/ip firewall nat add chain=dstnat dst-address=192.168.100.1 protocol=tcp dst-port=80 action=dst-nat
to-addresses=172.16.5.1 to-ports=80
the idea is only http traffic will go to squid proxy server.
What is advantage and disadvantage to implement this configuration.
I need some comment, recommendation and suggestion from mikrotik expert.
No expert but will give it a start. First of, don’t think you have to have two interfaces on you proxy in this scenario.
The main reason for a proxy is to speed up web page access. If you have got 10 users accessing News24, the first user would access the web site on the internet, at which time the proxy would cash the data. When the second user access News24, he will get his data from the proxy, that is at lan speeds and also, you would safe on actual internet data.
Hi Chupaka. Let us know how it goes. Balancing few ADSL lines with PCC and that is the only solution that looks like it might work in this kind of scenario if i want to use a proxy. Which Linux did u use?
That’s something completely different, don’t need proxy for that, actually works better without proxy, unless you could get Tproxy working. Have a look at the wiki, lots of load balancing examples.