From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 22:43:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC8816A4CE for ; Tue, 3 Aug 2004 22:43:13 +0000 (GMT) Received: from sage.ts.co.nz (sage.tasman.net [202.49.92.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE81C43D4C for ; Tue, 3 Aug 2004 22:43:11 +0000 (GMT) (envelope-from marcos@ThePacific.Net) Received: from sage.ts.co.nz ([172.16.21.1]) by sage.ts.co.nz (8.12.11/8.12.10) with ESMTP id i73MZ09L027715 for ; Wed, 4 Aug 2004 10:35:21 +1200 Received: from ThePacific.Net (gateway-nelson.thepacific.net [202.49.95.33]) by sage.ts.co.nz (8.12.11/8.12.10) with ESMTP id i73MTEX3025786 for ; Wed, 4 Aug 2004 10:29:15 +1200 Message-ID: <411012D1.9050607@ThePacific.Net> Date: Wed, 04 Aug 2004 10:33:53 +1200 From: "Marcos Biscaysaqu - Thepacific.net" Organization: Thepacific.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Enigmail-Version: 0.76.8.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PF ftp-proxy , transparent mode X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 22:43:13 -0000 Hi there. Im running a Freebsd with PF and ftp-proxy . I have this redirection: rdr on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021 the problem is when I connect to a ftp server on active mode the traffic is comming from the ftp-proxy on port 20 and not with the real ip of the ftp server, this create some problem on MAC OS machines. should a "transparent option" or some way to make this work. the ftp-proxy of freebsd has an option to setup the transparent mode but needs ipnat to work, but im using just pf. any idea? thanks !! Marcos Biscaysaqu Thepacific.net