From owner-freebsd-questions Mon Dec 9 4:10:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15F237B401 for ; Mon, 9 Dec 2002 04:10:29 -0800 (PST) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF4FF43EBE for ; Mon, 9 Dec 2002 04:10:28 -0800 (PST) (envelope-from Jim.Hatfield@insignia.com) Received: from scorpio.isltd.insignia.com (scorpio.isltd.insignia.com [172.16.1.1]) by highland.isltd.insignia.com (8.12.6/8.12.6) with ESMTP id gB9CAH5x097674 for ; Mon, 9 Dec 2002 12:10:17 GMT (envelope-from Jim.Hatfield@insignia.com) Received: from exchange-uk.isltd.insignia.com (exchange-uk [172.16.1.6]) by scorpio.isltd.insignia.com (8.11.3/8.11.3) with ESMTP id gB9CAG401551 for ; Mon, 9 Dec 2002 12:10:16 GMT Received: by exchange-uk.isltd.insignia.com with Internet Mail Service (5.5.2653.19) id <394910BA>; Mon, 9 Dec 2002 12:10:16 -0000 Message-ID: <2F03DF3DDE57D411AFF4009027B8C3670289D5EA@exchange-uk.isltd.insignia.com> From: "local.freebsd.questions" To: "'freebsd-questions@freebsd.org'" Subject: Re: Squid & transparent proxy Date: Mon, 9 Dec 2002 12:10:07 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Scanned-By: MIMEDefang 2.26 (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 7 Dec 2002 08:35:01 -0000 , rjhalljr@starpower.net ("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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message