Slow ftp message

9 posts / 0 new
Last post
#1 Tue, 12/01/2009 - 13:12
coreymanshack

Slow ftp message

I never did get this topic resolved and it is buried in here... I can't find it.. so I'll post it again.

My ftp message takes at least 30 seconds to show up after connection...

Status: Connecting to 67.216.104.94:21... Status: Connection established, waiting for welcome message...

----30 second wait----

Response: 220 ProFTPD 1.3.1 Server (Debian) [::ffff:192.168.1.10]

what can be causing this? :)

Tue, 12/01/2009 - 17:14
ronald
ronald's picture

is it just as slow when you connect to the LAN IP? Assuming your PC is behind the same router as your server, i.e same network

Tue, 12/01/2009 - 17:40
coreymanshack

yes it is just as slow from lan, unless i use 67.216.104.94 on lan...

Thu, 12/03/2009 - 08:30
coreymanshack

HELLO!? This isn't resolved, and it's quite annoying, I've tried active and passive from WAN side. It's still slow.

Thu, 12/03/2009 - 17:23
ronald
ronald's picture

i can only think of dns issues. is your router mentioned as a nameserver in network settings - 192.168.1.1 ?

Mon, 12/07/2009 - 18:50
coreymanshack

I'm pretty sure it's set up as a gateway.

Tue, 12/08/2009 - 11:34
ronald
ronald's picture

as a gateway is good but you also need it as a nameserver..in networking settings module.
Im not sure about your set up but your IP has a lot of dns issues when running a dns check on it..

Tue, 12/08/2009 - 20:14
coreymanshack

what check are you running? let me look at my ifconfig and see if its set as a nameserver

    address 192.168.1.10
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1
    dns-nameservers 127.0.0.1 192.168.1.1
    dns-search zapphost.com

I'm guessing my slow ftp message is something to do with dns-search?

Fri, 03/05/2010 - 03:44
igor

SOLVED!!!

Put this in your /etc/proftpd.conf:

UseReverseDNS off

IdentLookups off

Topic locked