- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- couldn't connect to ftpd
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
03-19-2007 04:14 PM
03-19-2007 04:14 PM
hi all,
I'm newbie here, just wan to ask you about ftpd. I couldn't connect to ftpd on my HP-UX. The error message is connection timeout. The message appears in 15 seconds after I try to connect to it.
Any suggestion anyone ?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 04:35 PM
03-19-2007 04:35 PM
Re: couldn't connect to ftpd
things.
Where were you running the FTP client?
What happens if you run an FTP client on the
HP-UX system itself?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 04:58 PM
03-19-2007 04:58 PM
Re: couldn't connect to ftpd
Thank you for prompt reply.
I put my HP-UX with no firewall installed on my LAN. I tried to connect to HP-UX from my Windows terminal, but I got connection timeout error message. I tried to connect to my Solaris ftpd from inside HP-UX, it works.
Thank you for help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 05:06 PM
03-19-2007 05:06 PM
Re: couldn't connect to ftpd
using the HP-UX FTP client? Using the
Solaris FTP client? Using any FTP client?
If you get the time-out on only some systems,
you could have a bad route somewhere, or any
number of different network problems. In
that case, you may need to supply IP address
and netmask (and route) information for all
the systems involved.
> [...] from my Windows terminal, [...]
Using which program?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 05:07 PM
03-19-2007 05:07 PM
Re: couldn't connect to ftpd
the HP-UX system from anywhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 06:16 PM
03-19-2007 06:16 PM
Re: couldn't connect to ftpd
Hi Steven,
Here is the results :
- HP-UX to HP-UX : timeout
- Solaris to HP-UX : timeout
- Windows(using FTP app and WS_FTP ) to HP-UX : timeout
I can connect to HP-UX with telnet from any terminal.
Thank you for any suggestions. I also re-check my route to make sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 06:45 PM
03-19-2007 06:45 PM
SolutionLooks as if it really is a problem with the
FTP server. What does this say?
grep -e '^[^#].*' < /etc/inetd.conf | grep ftp
Should be something like:
ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l
You could try something like "ftpd -s". See
"man ftpd".
Has this ever worked before, or is this the
first try?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 07:32 PM
03-19-2007 07:32 PM
Re: couldn't connect to ftpd
Hi Steven
Thank you for suggestions. I've tried the following prosedures:
- mark the line contains ftpd -l in inetd.conf
- restart inetd using inetd -c
- unmark the line contains ftpd -l in inetd.conf
- restart inetd again.
I know this is a silly procedure but it work for me.
Once again, thank you very much for your help.