Redmine and VPN
Added by Ivan Cenov about 14 years ago
Hi,
I installed Redmine in our corporative network on Windows 2003 server. It works well, fast and I have no any complaints.
When at home, I use VPN to access our network. Here are two cases with very different speeds:
(1) Remote desktop connection to the server where Redmine is installed on. Firefox 3.6.10. The speed of Redmine is as fast as when I am at work and I have no complaints.
(2) Firefox 3.6.10. I simply use VPN to see our server, but without Remote desktop connection. The speed is very slow. Every page appears after a minute or two after I clicked on a link.
I am very new to Redmine, so I started it using ruby script\server –e production in cmd.exe, not as a service and not under Apache. Besides Redmine, I have several sites that run under Apache and all of them are fast in both cases, described above. I wonder now why Redmine is so slow via VPN but outside Remote desktop connection. I would appreciate any thoughts about these problems.
Ivan.
Replies (3)
RE: Redmine and VPN - Added by Ivan Cenov about 14 years ago
P.S. Redmine is version 1.0.1 stable, Ruby 1.8.7 p302
Ivan
RE: Redmine and VPN - Added by Felix Schäfer about 14 years ago
This is probably a network issue, not a redmine issue, sorry.
RE: Redmine and VPN - Added by Ivan Cenov about 14 years ago
I understand, but I wonder why is so. The log file record is
Processing WelcomeController#index (for 192.168.20.1 at 2010-09-30 09:59:23) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 16ms (View: 16, DB: 0) | 200 OK [http://redmine.okto7.com/]
May be something firewall related....
Thanks.