On Sat, 7 Dec 2002 08:35:01 -0000 , [EMAIL PROTECTED] ("Bob
Hall") wrote:

>I'm trying to set squid up as a transparent proxy. I'm able to 
>do everything except the transparent part. If I point a web 
>browser at squid, everything works fine. But it won't work 
>transparently.

(details snipped)

My setup is an internal net on 172.16/16 and an external net on
195.74.141.0/26. The proxy is 195.74.141.2.

The firewall router between internal and external has this:

># Transparent HTTP proxy: TCP packets to port 80 are forwarded to Squid
cache
>#
>$fw add fwd 195.74.141.2 tcp from 172.16.0.0/16 to any http out

and the proxy has this:

>$fw add pass all from 195.74.141.2 to any
>$fw add fwd 127.0.0.1,3128 tcp from any to any http

I think my Squid setup is the same as yours.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to