Delays on FTP login
I'm trying to set up a server that can, among other things, run an FTP server for clients on my LAN. (I'm not too worried about security right yet.)
I have a spare Dell 500 MHz Pentium II with 98M RAM and plenty of hard disk that can be dedicated to this purpose. I installed Red Hat 7.0 in server configuration, no X Window, no GUI. I added the wu-ftpd RPM. The whole machine is partitioned for Linux (no dual-boot). Seemed to go pretty smoothly.
When I try to log in from an FTP client on another node on my LAN, there's a delay of over 60 sec before login is complete. My client shows "connecting to 192.168.1.1" almost instantly, but over a minute goes by before I see the wu-ftpd welcome message and a username query.
Once that happens, the rest of the process (username, password, etc.) goes very fast. Everything appears normal, including file transfers which happen at quite respectable speeds.
I tried two different ftp clients (ws_ftp and the ftp client built into the Cygwin shell). Also, I repeated the install several times, including a couple of times with Red Hat 7.2. Same results.
Other Linux applications run just fine. The only problem is that delay on ftp login. (Well, actually, telnet logins are also pretty slow, maybe 15 to 20 sec.)
I noted that both Linux installs use xinetd as opposed to plain old inetd. Maybe there's some sort of security glitch that's slowing things down.
Any ideas?
|