I tried setting up a FTP Server on my Netbook, but I cannot connect to it. Now I wonder how can I figure out what I did wrong.
I have an Apache2 server running on it to use with the domain (domain.dnsdynamics.com), and I can connect to that. // Edit: I can go to http://domain.com, but not ftp://domain.com
What steps can I take to figure out what's going wrong?
Edit: the network is connected via a D-Link DIR-615 Router, under forwarded ports is 20 and 21, both forwarded to my netbook with static IP.
There is no firewall installed on the netbook.
I've tried connecting via Internet and from LAN.
I've tested via Chrome and FileZilla, both said no response. (Timeout for FileZilla, Page not found for Chrome). Going to the http:// works, ftp:// not
Edit2: I have been trying vsftpd
, which seems to be the default FTP Server for Ubuntu
Edit3: the vsftpd.conf
(without comments). Default version, I have made no changes to it so far.
listen=YES
local_enable=YES
dirmessage_enable=YES
allow_writeable_chroot=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
chroot_local_user=YES
chroot_list_enable=YES
secure_chroot_dir=/var/run/vsftpd/empty
rsa_cert_file=/etc/ssl/private/vsftpd.pem