Networking Forums

Networking Forums > Computer Networking > Linux Networking > Have squid forward to other proxy on specific port

Reply
Thread Tools Display Modes

Have squid forward to other proxy on specific port

 
 
Sjaakie Helderhorst
Guest
Posts: n/a

 
      10-29-2003, 10:32 AM
Hi,

I have Squid 'listening' to both ports 8080 and 3128 and want request on
3128 to be forwarded to an external proxy server. So far I managed to
forward all requests (both 8080 and 3128) to the external proxy. Is it
possible to do this for port 3128 only? If so, how to achieve this...

Thanks in advance!


 
Reply With Quote
 
 
 
 
Jasper Aikema
Guest
Posts: n/a

 
      11-03-2003, 09:02 PM
You can do that with iptables

"Sjaakie Helderhorst" <(E-Mail Removed)> wrote in message
news:3f9fa531$0$42225$(E-Mail Removed) ...
> Hi,
>
> I have Squid 'listening' to both ports 8080 and 3128 and want request on
> 3128 to be forwarded to an external proxy server. So far I managed to
> forward all requests (both 8080 and 3128) to the external proxy. Is it
> possible to do this for port 3128 only? If so, how to achieve this...
>
> Thanks in advance!
>
>



 
Reply With Quote
 
Joe Dunning
Guest
Posts: n/a

 
      11-03-2003, 09:43 PM
On Wed, 29 Oct 2003 12:32:00 +0100, Sjaakie Helderhorst
<(E-Mail Removed)> wrote:

>Hi,
>
>I have Squid 'listening' to both ports 8080 and 3128 and want request on
>3128 to be forwarded to an external proxy server. So far I managed to
>forward all requests (both 8080 and 3128) to the external proxy. Is it
>possible to do this for port 3128 only? If so, how to achieve this...


With a statement like:
cache_peer <parent hostname> parent 3128 3130 proxy_only

The general form is:
cache_peer hostname type http_port icp_port options

The "proxy_only" option will stop the local proxy from storing the
objects locally (ie. it won't cache them).

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ssh forward connection from one host with no proxy Claudio Miranda Linux Networking 4 10-03-2008 10:28 AM
Squid Proxy Setting sunraysir@gmail.com Linux Networking 3 07-16-2005 05:16 PM
Squid Setting IP Forward (Top Top Top Urgent) sunraysir@gmail.com Linux Networking 0 05-25-2005 01:43 AM
Squid as PROXY for Local LAN Riverside17 Linux Networking 6 04-12-2005 06:22 PM
Squid - Auto Proxy hrefs [WAS]-Benny Linux Networking 1 01-06-2004 11:39 PM



1 2 3 4 5 6 7 8 9 10 11