FTP server problems

albi at scii.nl albi at scii.nl
Wed Feb 23 21:44:38 GMT 2005


On Wed, 23 Feb 2005 22:35:25 +0100
Ulf Magnusson <ulfma629 at 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



More information about the freebsd-questions mailing list