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?

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to