- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Strange FTP problem
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
07-26-2004 02:29 AM
07-26-2004 02:29 AM
Strange FTP problem
Everything appears to be working - ftp shows up in ps, and I cycled inetd -c. No change.
Any assistance in hunting this very strange problem would be greatly appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 02:36 AM
07-26-2004 02:36 AM
Re: Strange FTP problem
Check if you get anything in syslog.log file and post. do you ahve firewall in between?? If yes, check that also.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 02:40 AM - last edited on 09-16-2024 02:32 AM by support_s
07-26-2004 02:40 AM - last edited on 09-16-2024 02:32 AM by support_s
Re: Strange FTP problem
Try a few different clients when it hangs, check the logs(prior post) and see if the behavior is consistent.
Don't discount the firewall idea either, I've seen that a few times.
Last, is the ftp server current, patched?
swlist -l product | grep ftp
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Tags:
- Port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 02:42 AM
07-26-2004 02:42 AM
Re: Strange FTP problem
There are no firewalls between my machine and the server, and this situation was working last week. No changes have been made to the system over the weekend.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 03:00 AM
07-26-2004 03:00 AM
Re: Strange FTP problem
telnet yourserver 21
Do you get a prompt back?
220 myserver FTP server (Version 5.60) ready.
How many current connections?
netstat -n |grep "XXX.XXX.XXX.XXX.21" |wc
Where XXX.XXX.XXX.XXX is ip address of your server....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 05:10 AM
07-26-2004 05:10 AM
Re: Strange FTP problem
The Reflections WRQ protocol (proprietary) works, but it is about 25 times slower than FTP.
I can only see the single instance ftp connections running using netstat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 06:01 AM
07-26-2004 06:01 AM
Re: Strange FTP problem
Sometimes you can get it to do what they call a passive connection where the client originates the data connection too. Usually the interactive command is: passive
tho with Windows IE you can tell it to use the passive mode in Advanced Options.
It could also be that the server is having a problem with DNS and is getting a different IP address back for the client name and doesn't know how to get to the client. See if you can ping clientname and traceroute clientname from the server or do nslookup clientname. Does that give the correct ip address for the client? Does nslookup A.B.C.D where A.B.C.D is the IP of the client give you the client name.
Ron