From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 21:44:38 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 C6E5C16A4CE for ; Wed, 23 Feb 2005 21:44:38 +0000 (GMT) Received: from mail.aseed.antenna.nl (aseed.demon.nl [83.160.138.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2931343D58 for ; Wed, 23 Feb 2005 21:44:38 +0000 (GMT) (envelope-from albi@scii.nl) Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 8D92B2846B7 for ; Wed, 23 Feb 2005 22:44:53 +0100 (CET) Received: from amandla.scii.nl (82-197-198-30.dsl.cambrium.nl [82.197.198.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 1168037022 for ; Wed, 23 Feb 2005 22:44:34 +0100 (CET) Date: Wed, 23 Feb 2005 22:44:30 +0100 From: "albi@scii.nl" To: freebsd-questions@freebsd.org Message-Id: <20050223224430.0807e9b7.albi@scii.nl> In-Reply-To: <4941f8494e09.494e094941f8@liu.se> References: <4941f8494e09.494e094941f8@liu.se> X-Mailer: Sylpheed version 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FTP server problems 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: Wed, 23 Feb 2005 21:44:38 -0000 On Wed, 23 Feb 2005 22:35:25 +0100 Ulf Magnusson wrote: > I'm trying to set up a FTP server using vsftpd. Everything works fine > as long as I connect via localhost, but external hosts can't seem to > connect to my server. Connecting using the internal IP (192.168.0.3) > from another system connected to the same router works. > > My router (NETGEAR DG834) is set up to forward ports 20 and 21, plus > 3000-3050 for PASV. My vsftpd.conf looks as follows: > my vsftpd-setup works fine, see below the differences in the config-file, (and are you running ipfw or pf or ipfilter on the ftp-server itself ?), HTH > > listen=YES > listen=YES listen_address=192.168.2.16 > pasv_min_port=3000 > pasv_max_port=3050 pasv_enable=YES pasv_min_port=49152 pasv_max_port=65534 pasv_address=192.168.2.16 pasv_promiscuous=YES