From owner-freebsd-net Thu Feb 1 13: 4:14 2001 Delivered-To: freebsd-net@freebsd.org Received: from privatecube.privatelabs.com (unknown [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id E2C6737B491; Thu, 1 Feb 2001 13:03:55 -0800 (PST) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id QAA16681; Thu, 1 Feb 2001 16:24:02 -0500 Received: from virtual-estates.net (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.11.1/8.9.3) with ESMTP id f11L3nP50702; Thu, 1 Feb 2001 16:03:50 -0500 (EST) (envelope-from mi@virtual-estates.net) Message-Id: <200102012103.f11L3nP50702@misha.privatelabs.com> Date: Thu, 1 Feb 2001 16:03:48 -0500 (EST) From: mi@aldan.algebra.com Subject: transparent proxying through a separate machine To: questions@freebsd.org, net@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! We have a single firewall machine and a _separate_ machine running squid proxy (both servers are on the same network wire). How do I catch all of the outgoing http requests and send them through squid? I tried ipfw add fwd squid,3128 tcp from any to any http but it does not seem to work -- squid never gets contacted. All of the recipes out there describe the setups with squid and the firewall being on the same machine. What else do I need to do? Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message