Link to home
Start Free TrialLog in
Avatar of avrajesh_99
avrajesh_99

asked on

FTP error

Hello All,

My requirement:

My system is behind firewall. I am connecting to one of the systems with public IP on the internet using ssh ( putty ) and then do an ftp from that system (which is a solaris 8 O.S).
to a system in My DMZ.

What is going through correctly:

I am having all the ports opened from my hardware firewall.
I was able to get connected to the system with public IP from my LAN using ssh (putty).
And I was able to get the connection to the ftp server in my DMZ from that public IP system.
I could able to initiate the download from the server to my ftp server.
I have enabled all the required ports in passive mode i.e. from 1024 - 65536 for tcp.

The problem is:

After about an hour long of download (the size of file to download is 550mb). the system gives an error saying "netout: Broken pipe".

Could some one help me solve this issue.

Thanks,

Rajesh
Avatar of jlevie
jlevie

Does the error come from your local machine (the one you initiated the ssh connection from)? If so it probably is a result of the local firewall timing out what it believes to be an idle session. And it might think that because you aren't sending data from the local machine once you've started the FTP transfer. That can be remedied by setting the "Seconds between keepalives" under the PuTTY "Connection" configuration to a non-zero value.
Avatar of avrajesh_99

ASKER

Yes, you are correct I am getting the error from my local system.

Yes, I do have the setting of "seconds between keepalives" set to "1".

Any idea what else could be wrong.

Rajesh
ASKER CERTIFIED SOLUTION
Avatar of jlevie
jlevie

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial