Virtual Brain Online Logo

Bookmark: Root \ Linux \ Fix long wait when connecting to proftpd server

Fix long wait when connecting to proftpd server


Last Updated: 2009-06-12

I noticed a long pause when connection to my FTP server running proftp on CentOS.
My FTP client would pause at "Connection established, waiting for welcome messageā€¦" for several seconds.

The pause occurs when proftpd is trying to identify the remote username, here is the solution:

1. edit /etc/proftpd.conf
2. Find the <Global></Global> section at the end of the config file
3. Add the following between <Global></Global>: IdentLookups off

So it should look like

<Global>
IdentLookups off
</Global>

Now restart your ftp server to apply the changes
service proftpd restart

 

No Comments yet .....

 

Add Your Comment:

Note: All posts require administrator approval. Please allow 24 hours for message approval.

Name:
E-Mail:
Title
Plain text only, less then 65 000 characters.

What is the sum of 1000 and thirty

Please answer the question above and type the answer into the text box below.