Hey everyone!
I've got a seedbox on ubuntu 12.04 running pretty well, but I can't figure out why FTP isn't working.
I've installed
and
on my dedicated server but whenever I try to connect using ftp client, the connection is refused.
Also, if I
Code:
telnet localhost 21
the connection is refused.
Code:
netstat -a | grep ftp
and
Code:
netstat -tulpn | grep :21
don't give me any output. so I try
Code:
service vsftpd start
and it starts, but trying the commands again and nothing happens still.
My
command shows my iptables are empty, so there is nothing blocking the connection. Can anyone shed some light on my plight?
Thank you!