- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux FTP issue
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
04-17-2009 05:13 AM
04-17-2009 05:13 AM
Linux FTP issue
I am trying to FTP from Linux server to a telecom switch and it gives me the below message
/usr/bin/ftp 10.58.39.140
Connected to 10.58.39.140 (10.58.39.140).
421 Service not available, remote server has closed connection
If I try to connect to any other systems the ftp works fine. The firewall ports are opened correctly. I suspect it is something to do with the Linux FTP client and kerberose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 05:20 AM
04-17-2009 05:20 AM
Re: Linux FTP issue
FTP service might have disabled on switch.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 07:26 AM
04-17-2009 07:26 AM
Re: Linux FTP issue
debugging on:
/usr/bin/ftp
debug
open 10.58.39.140
> If I try to connect to any other systems
> the ftp works fine.
What happens if you try to connect to the
"telecom switch" _from_ some other system?
> [...] The firewall ports are opened
> correctly. [...]
So you say. We non-psychics can see no
evidence. We also don't know if this
"telecom switch" has any access restrictions.
> I suspect it is something to do with the
> Linux FTP client and kerberose.
Why? You've said that the FTP client "works
fine" with other servers, and I don't see
what kerberos has to do with anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 12:53 PM
04-17-2009 12:53 PM
Re: Linux FTP issue
ftp> debug
Debugging on (debug=1).
ftp> open 10.58.39.140
Connected to 10.58.39.140 (10.58.39.140).
421 Service not available, remote server has closed connection
I am able to connect to the telecom switch from other hosts. I have tried from an HPUX and Solaris hosts on different subnets and it works fine.
The telecom switch has no access restrictions because we are able to connect from diffrent subnets without modifying anything at the switch side.
The only difference I could find is that this is a linux host and it gives the kerbrose message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 03:23 PM
04-17-2009 03:23 PM
Re: Linux FTP issue
> from other hosts. I have tried from an HPUX
> and Solaris hosts on different subnets and
> it works fine.
Sounds like a mystery. I suppose that one
might try tracing the network traffic to see
what's happening, but that sounds like real
work.
> [...] and it gives the kerbrose message.
My psychic powers are too weak to tell me
what this means.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2009 07:22 AM
04-22-2009 07:22 AM
Re: Linux FTP issue
can you use from your linux , the passif ftp connection, I think that works with this method