- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ftp login slow to systems in DMZ
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 07:22 AM
09-12-2002 07:22 AM
The obvious response is, Bernie you doe-doe head, its a reverse DNS lookup issue. If it is though, is a very wierd one. Telnet to these 2 systems does not produce the delay. I have verified that it can nslookup my IP address from where I'm coming from. I also have a HP-UX system and a Redhat 6.2 system with the same resolv.conf information and they do not have this delay either.
Has anyone seen this on Redhat 7.1 & greater systems where there is a delay with ftp login but not telnet? I've missed with the wu-ftpd xinetd settings but nothing I've tried made a difference. Any ideas are appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 10:54 AM
09-12-2002 10:54 AM
Re: ftp login slow to systems in DMZ
I setup a RedHat 7.2 box as an ftp server in our DMZ recently, and I had the same problem. It turned out that our network guy had given me the wrong gateway IP address to use. The IP address he first gave me would work but it was slow, just like you described. Once I got my default gateway set to the right IP it worked great.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 01:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 03:56 AM
09-13-2002 03:56 AM
Re: ftp login slow to systems in DMZ
I'd look for ways to tweak performance for individual proxy services, otherwise consider changing ftp to a packet-filtering rule.
HTH,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 05:59 AM
09-13-2002 05:59 AM
Re: ftp login slow to systems in DMZ
We have Checkpoint firewall, so it is not proxy-based.
I did not assign points to Tim yet, because I'm waiting for our firewall admin to make this change to try it out. This one seems to make sense. There should also be a way to disable this behavior with ftpd right? I thought that was the -I option, but it didn't seem to help.
I'll let everyone know if Tim's suggestion works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 07:17 AM
09-13-2002 07:17 AM
Re: ftp login slow to systems in DMZ
However, I did some deeper research with wu-ftpd and found out how to disable identd. I later found this explanation from the wu-ftpd FAQ which is basically. what I did. Thanks again everyone.
From the wu-ftpd FAQ:
Issue: Logins to the ftp server take a long time, after that things run smooth
Possible causes: IDENT (RFC931) lookup is enabled in WU-FTPD. This has a timeout of 10 seconds. If the protocol (port 113) gets blocked by a firewall or suchlike, it will wait for timeout. If it is 30 seconds and you are using redhat 7.x with xinetd, disable AUTH in inetd as well. Change the entries in /etc/xinetd.d/ftp that read:
log_on_success += DURATION USERID
log_on_failure += USERID
Remove the 'USERID' from both. Any other time period: DNS is broken for the IP address the connection is coming from.