Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 22:44:30 +0100
From:      "albi@scii.nl" <albi@scii.nl>
To:        freebsd-questions@freebsd.org
Subject:   Re: FTP server problems
Message-ID:  <20050223224430.0807e9b7.albi@scii.nl>
In-Reply-To: <4941f8494e09.494e094941f8@liu.se>
References:  <4941f8494e09.494e094941f8@liu.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 23 Feb 2005 22:35:25 +0100
Ulf Magnusson <ulfma629@student.liu.se> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050223224430.0807e9b7.albi>