From owner-freebsd-stable@FreeBSD.ORG Mon Sep 15 23:56:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D32EC16A4B3 for ; Mon, 15 Sep 2003 23:56:17 -0700 (PDT) Received: from lakemtao01.cox.net (lakemtao01.cox.net [68.1.17.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D4243F85 for ; Mon, 15 Sep 2003 23:56:16 -0700 (PDT) (envelope-from rjhjr@cox.net) Received: from kongemord.krig.net ([68.100.111.121]) by lakemtao01.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20030916065615.CDVF29208.lakemtao01.cox.net@kongemord.krig.net> for ; Tue, 16 Sep 2003 02:56:15 -0400 Received: by kongemord.krig.net (sSMTP sendmail emulation); Tue, 16 Sep 2003 02:56:16 -0400 From: "Bob Hall" Date: Tue, 16 Sep 2003 02:56:16 -0400 To: freebsd-stable@freebsd.org Message-ID: <20030916065615.GB5711@kongemord.krig.net> Mail-Followup-To: freebsd-stable@freebsd.org References: <3F669753.4040205@thepacific.net> <20030916064224.GA90448@e-Gitt.NET> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030916064224.GA90448@e-Gitt.NET> User-Agent: Mutt/1.4.1i Subject: Re: ipfw + trasnparent proxy X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 06:56:17 -0000 On Tue, Sep 16, 2003 at 08:42:24AM +0200, Oliver Brandmueller wrote: > Hi. > > On Tue, Sep 16, 2003 at 04:53:39PM +1200, Marcos Biscaysaqu wrote: > > Someone know if is possible make a transparent proxy and redirect by > > ipfw, ?? In addition to the previous poster's comments, you will also need to recompile the kernel with options IPFIREWALL_FORWARD #enable transparent proxy support Bob Hall