<div>Thanks for the response..</div>
<div> </div>
<div class="gmail_quote">>Is your output on this problematic network similar to the following :<br>>$ telnet <a href="http://mirrors.usc.edu/" target="_blank">mirrors.usc.edu</a> 873<br>>Trying 68.181.195.4...<br>
>Connected to <a href="http://hpc-mirror.usc.edu/" target="_blank">hpc-mirror.usc.edu</a>.<br>>Escape character is '^]'.<br>>@RSYNCD: 30.0<br></div>
<div class="gmail_quote">Yes, this is exactly the output.</div>
<div class="gmail_quote"><br>>Also, what happens if you add -n (--dry-run) to the following command :<br>> rsync -artv rsync://<a href="http://mirrors.usc.edu/centos/5.6/updates/i386/RPMS/" target="_blank">mirrors.usc.edu/centos/5.6/updates/i386/RPMS/</a> --exclude=debug/ /var/www/html/centos/5/updates/i386<br>
</div>
<div class="gmail_quote">I receive the same errors with or without the -n option.<br></div>
<div class="gmail_quote">>Is the firewall opened for connections on port 873 to all systems on the Internet? The reason I ask is because you could start an iperf ><<a href="http://iperf.sourceforge.net/" target="_blank">http://iperf.sourceforge.net/</a>> server (operating on port 863) on a remote system and see if connections works from the problematic >network/host and what kind of throughput you are getting. Perhaps the connection opens but once data starts being passed >something is going wrong?<br>
</div>
<div class="gmail_quote">I'm told that the firewall is open for bi-directional connections on port 873 to all systems on the Internet.  However, I agree that it seems like I'm getting connection and then something fails.  I am new to iperf but here is what I tried:</div>

<div class="gmail_quote"> </div>
<div class="gmail_quote">server: iperf -s -D -p 873</div>
<div class="gmail_quote">(problematic network) client: iperf -c <a href="http://iperf.server.com">iperf.server.com</a> -L 873</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">The client times out.  I know that iperf is running on the server because I can</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">telnet <a href="http://iperf.server.com">iperf.server.com</a> 873</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">and get connection.  So, I'm not sure if this is the correct process? </div>
<div class="gmail_quote"> </div>
<div class="gmail_quote"><br>>The other thing is that you could setup an rsync server on a different system and see if it has the same problem. With such a test >you should see the same issue if it is a network issue.<br>
</div>
<div class="gmail_quote">I have set up an rsync server on the 'working' network and the 'problematic' network has the same errors attempting to connect to it as well.</div>
<div class="gmail_quote"><br>>As far as I am able to see the mirror you are connecting to for the source seems to be working fine <<a href="http://mirrors.usc.edu/" target="_blank">mirrors.usc.edu</a>>. I suspect >there is an issue with the network connection or host.<br>
</div>
<div class="gmail_quote">I agree, any other tests to confirm (is the time out with iperf a tell tale sign?).</div>
<div class="gmail_quote"><br>>Check the environment variables on the system for anything which may be causing issues. Also, you if possible you could try >building a copy of rsync from source and see if that helps?<br>
>Finally, have you attempted the same rsync command from another system within the problematic network? If so what was the >result did it manage to pull the data down from the server?<br></div>
<div class="gmail_quote">I do receive the same errors from another machine on the 'problematic' network (same firewall rules).  One machine running rsync 2.6.8 and the other running 3.0.6.</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">Thanks again for any assistance, the team the runs the network is notorious for needed very concrete evidence for making firewall changes so I need to build my case ;-)..</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">Best</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote"> </div>