PDA

View Full Version : proFTPd/xinetd problem


aDr|aN-
02-08-2005, 02:02 AM
I'm gettin this everytime I try to ftp login

Resolving host name ftp.*.com...
Connecting to (ftp.*.com) -> IP: 82.165.240.114 PORT: 21
Connected to (ftp.*.com) -> Time = 0ms
Socket connected waiting for login sequence.
Connection timeout. No response from server.

Tried restarting/stoping xinetd still the same problem.
I've root server III with Plesk 7.5.1

Everything in the server seems to be Ok,.. everything was working fine.

eWebtricity
02-09-2005, 02:39 AM
firewall ? does a port scan of the server show FTP port to be open? Does a netstat show the port open and listening?

sholzy
02-10-2005, 08:13 AM
Add this to /etc/proftpd.conf (I tried proftpd.include but it kept disappearing).

IdentLookups Off
UseReverseDNS Off

I had the same problem, now connection is almost instant.

aDr|aN-
04-13-2005, 02:17 PM
THANK YOU