- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Firewall and ftp
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
11-13-2006 04:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 04:55 AM
11-13-2006 04:55 AM
Solutiontelnet ftpserver 21
If you get answer, at least port 21 is open. If you can connect, but you cant issue commands or they hangs, then the problem is that port 20 is blocked. Use passive mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 05:29 AM
11-13-2006 05:29 AM
Re: Firewall and ftp
The architecture is that i am working on a mediation application that gets the files from the switches in the network for billing,now the application would wait for some time for the switch to respond,but now the ftp timeout period expires and the files are not ftp'd from the switch.the protocol used is XFERRBF.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 05:30 AM
11-13-2006 05:30 AM
Re: Firewall and ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:34 PM
11-15-2006 07:34 PM
Re: Firewall and ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 08:04 PM
11-15-2006 08:04 PM
Re: Firewall and ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 12:04 AM
11-16-2006 12:04 AM
Re: Firewall and ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 02:45 AM
11-16-2006 02:45 AM
Re: Firewall and ftp
the traceroute results is
traceroute to 10.196.34.156 (10.196.34.156): 1-30 hops, 38 byte packets
1 10.196.34.156 (10.196.34.156) 2.93 ms * 1.95 ms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 05:41 AM
11-16-2006 05:41 AM
Re: Firewall and ftp
You might try tracing the packets of a (sucessful) interactive session compared to an (unsuccessful) non-interactive session.
Here are the commands:
# pfconfig +p +c
# tcpdump -i
# tcpdump -i
# pfconfig -p -c
This will create two files - outfile1 and outfile2 - containing the packets exchanged between your server and the FTP server. You can use 'tcpdump -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 05:42 AM
11-16-2006 05:42 AM
Re: Firewall and ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 06:26 AM
11-16-2006 06:26 AM
Re: Firewall and ftp
ftp_get.sh > /tmp/ftp_get.log 2>&1
So, there will be able to identify where the time out occurs, at connection, after the connection, or if another error happens (Maybe name resolution?).
As said before, if you can transfer files manually or interactivelly, then the firewall is not the source of the problem.