From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 07:44:03 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 DB29316A4CE for ; Fri, 22 Oct 2004 07:44:03 +0000 (GMT) Received: from gunfright.epcdirect.co.uk (gunfright.epcdirect.co.uk [195.10.242.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A24043D58 for ; Fri, 22 Oct 2004 07:44:03 +0000 (GMT) (envelope-from bsd-current@epcdirect.co.uk) Received: from lfarr (lfarr.adsl.gemsoft.co.uk [195.10.239.114]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id B412468834; Fri, 22 Oct 2004 08:37:33 +0100 (BST) From: "Lawrence Farr" To: "'Marcos Biscaysaqu - ThePacific.net'" , Date: Fri, 22 Oct 2004 08:37:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <4178572C.8000708@ThePacific.Net> Thread-Index: AcS30Jvo4UVfd0URR+eeoyyK/N5lGwAONt1w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20041022073733.B412468834@gunfright.epcdirect.co.uk> Subject: RE: ftp-proxy, PF not working with FTP traffic 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: Fri, 22 Oct 2004 07:44:04 -0000 > > somebody know how fix this, or if it another option to make work ftp > clients no PF? > > thanks > Marcos In inetd.conf I'm using: ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy -a 1.2.3.4 -m 55000 -M 57000 -t 180 Where 1.2.3.4 is my external IP And my PF rule is: pass quick proto tcp from to any port { ftp, ftp-data, > 49151 } Where is my internal network range.