
dy20lqh02 at sneakemail
May 15, 2008, 10:19 AM
Post #5 of 5
(126 views)
Permalink
|
|
Re: Webpage not available error when using VPN
[In reply to]
|
|
Pankaj Chawla pankaj013-at-gmail.com |TracMailingList| wrote: > Hi > > I have setup Trac on a Windows XP server. Problem is when I or anybody > tries to access it from outside office using VPN, we get frequent > Webpage not available errors. A refresh in the browser makes it work > sometimes but login definitely never works and always leads to > webpage not available. This was when I was using tracd. I moved to > Apache 2.2 and now the problems have reduced and I can login but I > still get WebPage not available error sometimes. > > Is there an specific problems using Trac over VPN. We had a similar problem running Trac (tracd) on Windows Server 2003, where we could get small pages, but larger pages sometimes failed, and when we increased the size of the logo on the trac wiki, our VPN clients never received the logo. In our case the solution was to increase the TunnelMTU setting. You do this on the client computer, not the server. In the registry, go to HKLM/SYSTEM/CurrentControlSet/Ndiswan/Parameters/Protocols/0 If this key doesn't exist, create it. Then modify or add DWORD entries: ProtocolType 800 hex PPPProtocolType 21 hex TunnelMTU 1250 decimal See microsoft kb article 826159 (http://support.microsoft.com/kb/826159) for details. Also google "VPN Tunnel MTU" for additional info (and yet more evidence on how Microsoft breaks everything). :) For what it's worth, this also resolved some problems we had with TortoiseSVN connecting to our Subversion server (running on the same Windows 2003 server as the tracd server), where large checkouts would hang. Hope this helps. Don --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users[at]googlegroups.com To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|