From owner-freebsd-questions@FreeBSD.ORG Thu Apr 28 14:11:58 2005 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 C6EA816A4CE for ; Thu, 28 Apr 2005 14:11:58 +0000 (GMT) Received: from ext-nj2gw-7.online-age.net (ext-nj2gw-7.online-age.net [64.14.56.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3464843D2D for ; Thu, 28 Apr 2005 14:11:58 +0000 (GMT) (envelope-from michael.sherman@og.ge.com) Received: from int-nj2gw-5.online-age.net (int-nj2gw-5 [3.159.236.69]) id j3SEBuMe010302 for ; Thu, 28 Apr 2005 10:11:56 -0400 Received: from gaatlx07psge.ps.ge.com (localhost [127.0.0.1]) id j3SEBae8012521 for ; Thu, 28 Apr 2005 10:11:45 -0400 (EDT) Received: by gaatlx07psge.ps.ge.com with Internet Mail Service (5.5.2657.72) id ; Thu, 28 Apr 2005 10:11:37 -0400 Message-ID: <6BBE5C5603D0D611A06F0002A5D6556406D2D80D@nyschx22psge.sch.ge.com> From: "Sherman, Michael (GE Energy)" To: freebsd-questions@freebsd.org Date: Thu, 28 Apr 2005 10:11:28 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="ISO-8859-1" Subject: ipfilter / ftp 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, 28 Apr 2005 14:11:58 -0000 Hi all. I am trying to set up an ftp box, have a some problems. I am using vsftp as the ftp server, with IPfilter as a firewall. During large transfers, the ftp client would suddenly stop with a message "Operation failed, no route to host". Any ideas? I am using FreeBSD 5.3 Release, vsftp ftp server and the IPfilter rules for ftp are as follows: for out: pass out quick on xl0 proto tcp from any to any port = 21 flags S keep state pass out quick on xl0 proto tcp from any port = 20 to any port > 1023 flags S keep state for in: pass in quick on xl0 proto tcp from any port > 1023 to any port = 21 flags S keep state Michael