Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 22:35:25 +0100
From:      Ulf Magnusson <ulfma629@student.liu.se>
To:        freebsd-questions@freebsd.org
Subject:   FTP server problems
Message-ID:  <4941f8494e09.494e094941f8@liu.se>

next in thread | raw e-mail | index | archive | help
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:


listen=YES

anonymous_enable=NO
dirmessage_enable=YES

connect_from_port_20=YES

nopriv_user=vsftpnpu

local_enable=YES
userlist_enable=YES
userlist_deny=NO
userlist_file=/root/vsftpd.user_list
chroot_local_user=YES

pasv_min_port=3000
pasv_max_port=3050

xferlog_enable=YES
log_ftp_protocol=YES


Any ideas?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4941f8494e09.494e094941f8>