Hi, thanks for reply.
I think that i solve one problem. Few minutes ago, when i ran 'netstat -plnt' there was a line like this:
Quote:
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 19322/xinetd
|
So that's one problem: xinetd is listening in my port 21. I disabled the ftp in xinetd and now i reinstall vsftpd. All ok
When i run 'service vsftpd start' the daemon starts succesfully.
And now, when i run 'netstat -plnt' there are a line like this:
Quote:
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 19652/vsftpd
|
So is a good signal, vsftpd is running in my port 21
But now, the problem is, when im trying to connect ftp using filezilla, i cant connect it, i get these errors:
Error: Connection timed-out
Error: Could not connect to server
And i dont found nothing in the /var/log/messages related to ftp
Thanks again
