Networking Forums

Networking Forums > Computer Networking > Linux Networking > HOWTO: FIX: proftpd delay when connecting

Reply
Thread Tools Display Modes

HOWTO: FIX: proftpd delay when connecting

 
 
David
Guest
Posts: n/a

 
      11-17-2004, 02:09 PM
Hi all,

Ran across this and hope it helps someone as I couldn't find anything
when I looked..

If you are running proftpd and you get a timeout prior to it asking
for the username, you are running into one of two problems:

1. proftpd is attempting reverse DNS lookups, and timing out
2. proftpd is attempting IdentLookups, and timing out.

Most people will say #1 is the cause, but for me, it was #2. Here's
how to fix one or both... in your /usr/local/etc/proftpd.conf, add the
following line(s):

UseReverseDNS off
IdentLookups off

These options can exist in the Global area, or under a virtual host.

Here's more info on each (from proftpd's website):

http://www.proftpd.org/docs/directiv...everseDNS.html
http://www.proftpd.org/docs/directiv...ntLookups.html

Cheers.
Dave Saunders, MCSE

keywords: proftpd, reversedns, delay, timeout, login, second
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: displaying default page when connecting to wireless lan router - howto? Char Jackson Network Routers 1 08-27-2009 03:27 AM
Delay in connecting to network ChrisR Home Networking 1 05-07-2006 11:48 AM
Proftpd who is connecting? Shabam Linux Networking 5 06-14-2005 01:57 AM
Ethernet-Howto and Networking-Howto, etc... Bernard DEBREIL Linux Networking 0 11-27-2003 10:16 PM
Proftpd setup acey Linux Networking 3 11-21-2003 03:24 PM



1 2 3 4 5 6 7 8 9 10 11