Re: ftp to FC3 box very slow.

From: Michael Heiming (michael+USENET_at_www.heiming.de)
Date: 03/17/05


Date: Thu, 17 Mar 2005 08:34:33 +0100

In comp.os.linux.networking Tom Cat <stry_cat@yahoo.com>:
> Hi,

> I just installed FC3 on a test server. I managed to get vsftpd started.
> However when I ftp from any box on the same network to the FC3 test
> server the transfers are very very very slow. Actually it isn't really
> the transfer, but the time it takes to connect to the next port.

> Is there something i could have done wrong? What could cause this? Do
> I need to play with iptables or something?

No. The problems is vsftpd trying to (reverse) lookup host/IP
name of the client, which if not possible takes some time until
timeout occurs.

Possible solutions:

- Setup DNS for your LAN if your haven't, if so the FC3 box is
  just missing the proper nameserver entry. (www.tldp.org) has a
  great DNS Howto.

- Setup /etc/hosts. ('man 5 hosts')

- Use proftpd or alike ftp server which allows to switch of DNS
  lookups. (vsftpd IIRC doesn't)

-- 
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 300: Digital Manipulator exceeding velocity
parameters


Relevant Pages

  • Re: Expected file transfer speeds over Gigabit?
    ... between two machines running Windows 2000 Server with GigE adapters, ... : for testing the transfers. ... I've been testing with FTP and with Robocopy (from the Windows Resource ...
    (microsoft.public.win2000.networking)
  • Expected file transfer speeds over Gigabit?
    ... If anyone has done any timed testing or benchmarking for file transfers ... between two machines running Windows 2000 Server with GigE adapters, ... about 11 Mbytes/sec to 26 Mbytes/sec, depending upon what software I use ... I've been testing with FTP and with Robocopy (from the Windows Resource ...
    (microsoft.public.win2000.networking)
  • Re: file upload applet
    ... > jupload and am considering using that, but I might have a couple issues. ... > don't know how exactly it transfers files to the server. ... > basically an ftp program itself, that can be embedded in a web page. ...
    (comp.lang.java)
  • passive ftp problem, port 135 traffic, cpioing to other machine, need help.
    ... I'm transplanting a SCO 5.0.5 system to a new server using the same ... I need to ftp some stuff off my ftp site in passive mode. ... The is a fresh install of SCO + several patches. ... Assuming I get the first two items solved, I'd like to transfers entire ...
    (comp.unix.sco.misc)
  • Help with IPFW + NATD + Passive FTP
    ... passive FTP connections through IPFW with NATD enabled. ... $cmd 005 allow all from any to any via dc0 ... # Interface facing Public internet ... # Allow out access to my ISP's Domain name server. ...
    (freebsd-questions)