From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 13:32:47 2004 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 AED8916A4CE for ; Thu, 1 Jul 2004 13:32:47 +0000 (GMT) Received: from adsl-68-76-19-75.dsl.klmzmi.ameritech.net (adsl-68-76-19-75.dsl.klmzmi.ameritech.net [68.76.19.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1092143D39 for ; Thu, 1 Jul 2004 13:32:47 +0000 (GMT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Received: from adsl-68-76-19-75.dsl.klmzmi.ameritech.net (localhost [127.0.0.1])ESMTP id i61DWPXr011730; Thu, 1 Jul 2004 09:32:25 -0400 (EDT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Received: from localhost (laffer1@localhost) with ESMTP id i61DWPCN011727; Thu, 1 Jul 2004 09:32:25 -0400 (EDT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Date: Thu, 1 Jul 2004 09:32:25 -0400 (EDT) From: User LAFFER1 To: freebsd@stateautomation.com In-Reply-To: Message-ID: <20040701092402.H11587@adsl-68-76-19-75.dsl.klmzmi.ameritech.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamd / ClamAV version 0.73, clamav-milter version 0.73a on adsl-68-76-19-75.dsl.klmzmi.ameritech.net X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: FTP server will not initiate DATA connection back to client 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: Thu, 01 Jul 2004 13:32:47 -0000 Does it work with ipfw disabled? If so, then it seems resonable that ipfw is causing the problem. One of the ftp modes (pasv or port) requires high level ports to be accessible on the server. I just started drinking coffee this moring, so i can't remember which one yet. :) If i remember right, the default ftpd is influenced by hosts.allow and hosts.deny too. On Thu, 1 Jul 2004 freebsd@stateautomation.com wrote: > > I am running FreeBSD 4.9 RELEASE running the standard ftpd. I can act as an > ftp client from the console OK, however when I try to ftp from a client PC > to the server running ftpd (which is running ipfw) the ftp server receives > the packet sent to port 21 and replies however it will not initiate a DATA > connection back to the client from port 20. I had my client configured to > use ACTIVE FTP. I have also tried PASSIVE without any difference. I do not > have a firewall on the client and can successfully FTP to another FreeBSD > box. > None of the rules on my firewall that deny packets coming back from the ftp > servers ipfw firewall are being hit. Does anyone have any ideas? > Regards, J.S > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >