Operating System - Linux
1830929 Members
2353 Online
110017 Solutions
New Discussion

Squid Configuration - Set proxy forwarding

 
walter crasto_1
Frequent Advisor

Squid Configuration - Set proxy forwarding

Hi,

I am configuring Squid-Proxy on RedHat Linux AS3. I want to configured such a way so that my squid-proxy server will take all clients http/https/ftp request & forwards it to my ISP's proxy server.

Can any body let me know where & how can I set the forward IP in squid.conf file.

Thanx in advance

Regards
Walter
2 REPLIES 2
nibble
Super Advisor

Re: Squid Configuration - Set proxy forwarding

there should be a configuration about parent that forwards the request to a greater server (towards the internet)or your ISP. more info can be found on this:

http://squid.visolve.com/squid/squid24s1/neighbour.htm#cache_peer
Kodjo Agbenu
Honored Contributor

Re: Squid Configuration - Set proxy forwarding

Hi Walter,

Here is my configuration :

cache_peer IP_OF_ISP_PROXY parent PORT_OF_ISP_PROXY 7 proxy-only no-query no-netdb-exchange connect-timeout=10

Good luck,

Kodjo
Learn and explain...