- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- "ftp: no route to host error"
Operating System - Linux
1819974
Members
3456
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО08-25-2006 07:01 AM
тАО08-25-2006 07:01 AM
"ftp: no route to host error"
I'm running a 2.4.21-47.ELsmp version of Linux and having some issues with ftp.
I can login to this host's ftp server (vsftp) but I can't transfer file, it gives me "no route to host" errors. Seems as if I can turn passive mode off and sometimes it works OK.
Anyone know what is causing this "no route to host" error?
I can login to this host's ftp server (vsftp) but I can't transfer file, it gives me "no route to host" errors. Seems as if I can turn passive mode off and sometimes it works OK.
Anyone know what is causing this "no route to host" error?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 12:21 PM
тАО08-25-2006 12:21 PM
Re: "ftp: no route to host error"
there is a badly configured firewall which allows port 21 (control channel) but does allow the creation of a data channel.
if you have control over the firewall, make sure you load the ftp contrack modules and add to the firewall a rule similar to
iptables -A INPUT -p tcp -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT
depending on your config, you might also need a similar rule for the OUTPUT chain
if you have control over the firewall, make sure you load the ftp contrack modules and add to the firewall a rule similar to
iptables -A INPUT -p tcp -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT
depending on your config, you might also need a similar rule for the OUTPUT chain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 12:22 PM
тАО08-25-2006 12:22 PM
Re: "ftp: no route to host error"
"there is a badly configured firewall which allows port 21 (control channel) but does allow the creation of a data channel."
sorry I meant "but does NOT allow the creation of a data channel"
sorry I meant "but does NOT allow the creation of a data channel"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP