From owner-freebsd-stable@FreeBSD.ORG Tue Apr 17 19:12:26 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B28E316A400 for ; Tue, 17 Apr 2007 19:12:26 +0000 (UTC) (envelope-from sanya-spb@list.ru) Received: from mx28.mail.ru (mx28.mail.ru [194.67.23.67]) by mx1.freebsd.org (Postfix) with ESMTP id 7290A13C45E for ; Tue, 17 Apr 2007 19:12:26 +0000 (UTC) (envelope-from sanya-spb@list.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx28.mail.ru (mPOP.Fallback_MX) with ESMTP id EC044DA48C for ; Tue, 17 Apr 2007 21:29:58 +0400 (MSD) Received: from [91.122.53.160] (port=62739 helo=[192.168.77.170]) by mx3.mail.ru with asmtp id 1HdrUr-000Fk8-00; Tue, 17 Apr 2007 21:29:41 +0400 From: Alexander Kuprijanov To: freebsd-stable@freebsd.org Date: Tue, 17 Apr 2007 21:29:21 +0400 User-Agent: KMail/1.9.6 References: <46247471.9030503@tk-pttuntex.com> In-Reply-To: <46247471.9030503@tk-pttuntex.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200704172129.22275.sanya-spb@list.ru> Cc: Subject: Re: tproxy on freebsd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 17 Apr 2007 19:12:26 -0000 =F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 Tuesday 17 April 2007 11:17:05 zen = =CE=C1=D0=C9=D3=C1=CC(=C1): > hi, > i know it seem out of topic, > i recently build a proxy server to serve our small ISP, > but i'm facing a big problem. as far as i know FreeBSD didn't support > TPROXY like linux had. > but i need to build this proxy transparently so only my client ips that > visible when browsing. > i use ipnat and ipf with Squid latest stable release. > does anyone has experience building a true transparent proxy with FreeBSD? > please share the knowledge and the regarding this problems. > > TIA > > Zen > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Dear Zen I use transparent proxy on my home wi-fi network, and on work (ethernet lan= )=20 with pf+proxy on FreeBSD gateways without any problems... earlier I used=20 ipfilter+proxy (for transparent proxing) also without problems. I can share my config (pf+proxy) if you need