龟SVN回购浏览器,通过VPN结帐

我有一个问题,通过VPN(IPsec)与TortoiseSVN(1.7)进行repo-broswer和checkout。 例如,当我想退房的时候,所有的东西都开始OK,但是几秒钟后(有时候10个文件,有时是20,50)速度降到0 Bytes / s,一切都停止了。 在这一刻,我不能ping服务器与SVN服务器,或其他任何东西。 但是,几秒钟后closures结帐窗口时,一切正常。 其他SVN的行动总是工作正常(更新,提交,修订graphics,日志),我也可以从股份下载文件,…唯一不能在我的VPN工作真的SVN回购 – 浏览器和结帐…沟通与没有VPN的局域网上的SVN服务器工作正常。 请帮帮我。

谢谢

编辑:

服务器:Windows Server 2003,Visual SVN服务器2.5

客户端:Windows 7旗舰版,Tortoise SVN 1.7.7

您所报告的问题让人联想到一些我听说过的MTU问题,但是假设您使用的是Windows操作系统,则可以尝试以下故障排除步骤;

尝试ping服务器,轻轻地增加数据包大小,直到出现故障;

 ping 1.1.1.1 -f -l 1300 <---increase this value until it fails 64 bytes from nuq04s09-in-f16.1e100.net (74.125.224.144): icmp_seq=8 ttl=58 time=3.02 ms 64 bytes from nuq04s09-in-f16.1e100.net (74.125.224.144): icmp_seq=5 ttl=58 time=3.12 ms ping 1.1.1.1 -f -l 1350 64 bytes from nuq04s09-in-f16.1e100.net (74.125.224.144): icmp_seq=8 ttl=58 time=3.02 ms 64 bytes from nuq04s09-in-f16.1e100.net (74.125.224.144): icmp_seq=5 ttl=58 time=3.12 ms ping 1.1.1.1 -f -l 1400 --- 192.168.0.44 ping statistics --- 6 packets transmitted, 0 received, 100% packet loss, time 4999ms 

显示你的MTU设置像这样;

 C:\>netsh interface ipv4 show interfaces Idx Met MTU State Name --- --- ----- ----------- ------------------- 1 4275 4294967295 connected Loopback Pseudo-Interface 1 9 4230 1500 disconnected Wireless Network Connection 2 21 50 1500 connected Dial-up Connection 8 4230 1500 disconnected Local Area Connection 

这里有一些教程,如果MTU成为问题;
http://networkadminkb.com/KB/a62/troubleshooting-mtu-path-discovery-issues-over-a-vpn-tunnel.aspx
http://www.tolaris.com/2010/04/08/troubleshooting-path-mtu-problems/