Im running a ros5.7 box that uses a external proxy redirected via parent proxy.
The problem is that the ros5.7 box get high cpu load, generating slow http page load on the requesting clients.
This problem intesifies when i create a cache list to filter what i want to send to parent proxy.
Im starting to think that using a parent proxy is the bottle neck. Is it a way to redirect http traffic to an external proxy
without parent proxy setting..?
@Chupaka - Im using or trying to use squid as a parent proxy for my ros5.7 box. I get high CPU loads and slow page loading. The proxy IP is not the default GW of my clients, ros5.7 box is. Recently i’ve been trying to dst-nat all HTTP packets to the proxy IP and setting the squid intercept mode. But no success.
Tproxy is not clear to me. I will look for some info.