From owner-freebsd-questions@FreeBSD.ORG Fri May 2 03:33:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31DE737B401 for ; Fri, 2 May 2003 03:33:41 -0700 (PDT) Received: from fixx.co.za (gemini.fixx.co.za [196.34.165.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29FAC43F3F for ; Fri, 2 May 2003 03:33:40 -0700 (PDT) (envelope-from fixx@fixx.co.za) Received: from fixx (helo=localhost) by fixx.co.za with local-esmtp (Exim 4.12) id 19BXrE-0000Ar-00 for freebsd-questions@freebsd.org; Fri, 02 May 2003 12:33:36 +0200 Date: Fri, 2 May 2003 12:33:36 +0200 (SAST) From: Wayne Swart To: FreeBSD Mailing list Message-ID: <20030502122917.F322-100000@gemini.fixx.co.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: ipfw problem with ftp-data X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 10:33:41 -0000 Helo Can someone please help me with an ipfw problem. I have to following two rules to allow ftp connections to my box: ipfw add allow tcp from any to me 20 via dc0 in keep-state ipfw add allow tcp from any to me 21 via dc0 in keep-state Now the ftp (21) connections work fine, but as soon as you do a list or something like that, it refuses the connection, wich tells me that there is something wrong with the way my box handles ftp-data requests. If i telnet to my box remotely on 21, and do a user myusername pass mypassword and the list, it gives the following error: 425 Can't build data connection: Connection refused. I am using ftpd Version 6.00LS Can someone please help me? Thanks Wayne