Re: [squid-users] Transparent cache

From: Joe Cooper <joe@dont-contact.us>
Date: Thu, 18 Jul 2002 13:13:28 -0500

I don't know much about Foundry machines, so I won't comment on the
configuration...but I don't see anything about redirecting the port 80
traffic going into the Squid machine to the local port 80 (where you say
Squid is running). Without such a redirection the Squid box is just
acting as a router and sending the traffic on through.

I'm guessing you need a rule (using iptables, if running on Linux, for
example) on the Squid box that redirects port 80 traffic to the local
Squid port. This is documented in the Squid FAQ when discussing all
other types of interception proxying--it is probably safe to assume that
Foundry requires the same type of configuration.

Brian Leung wrote:
> hi all,
>
> i use foundry ServerIron and squid to do the transparent caching
> i found the traffic seems won't go to the cache and directly go to internet
>
> my foundry:
> int e 1 connect to internet
> int e 2 connect to cache server running squid with port 80
> int e 8 connect to a max 4000 RAS
>
> my foundry config:
> server cache-name test 210.100.1.3
> port http
> port http url "HEAD /"
> !
> server cache-group 1
> cache-name test
> !
> ip policy 1 cache tcp http local
> !
> interface e 1
> speed-duplex 100-full
> ip-policy 1
>
> the squid access log won't grow although i browse the web. the http traffic seems have not
> go to the cache and i use tcpdump in cache server i can see some port 80 traffic go into the ethernet interface
>
> i'm really confuse that the http traffic go out directly or go to the cache?
>
> Thank you
> Brian

-- 
Joe Cooper <joe@swelltech.com>
Web caching appliances and support.
http://www.swelltech.com
Received on Thu Jul 18 2002 - 12:15:34 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:17 MST