Squid-PIX Integration

I have been searching for the last few days on some techniques to integrate a Squid web cache with a PIX firewall in a transparent fashion.  Most of the information I am finding involves using the Squid web cache as the default gateway along with an iptables firewall that transparently redirects outbound TCP port 80 traffic to port 3128 (the Squid web cache port).  The web cache then talks to the PIX, which takes it from there.  Certainly, this works, but it is not what I was hoping to find.  I’d really like a way to have the PIX redirect the traffic, but it appears that the PIX OS does not support that functionality.  How can this be?  The pf firewall in OpenBSD supports redirection, if I’m not mistaken.  The iptables firewall in Linux supports redirection.  But not Cisco’s PIX OS?  Is it just me, or does anyone else see a problem with this?

Technorati Tags: ,

4 comments

Scott,

I am trying to do just that. I am looking for a way to rewrite packets destined for :80 to my internal squid box:3128 via the PIX. Have you had any luck with this?

I gave up and put a linux bridged firewall between pix and lan. works great.

Yeah, I thought about doing that, but I just didn’t feel like putting up with the extra complexity for the small network that was involved in this instance. For a larger network, I’d probably go that route to avoid having to make changes on all the desktop systems.

Thanks for the responses, Alexey.

Scott