So I have a dedicated server . Now I need to add another server, but they do not support LAN connections between their servers ( yeah, cheap I know ). So, I need a reliable way to tunnel the two servers as if they were in LAN over the internet, they will be located in the same datacenter.

OS is Windows Server 2008 Web Edition.

Also, I need really low latency not hardcore over the top encryption.

Thanks.

link|improve this question
OS information would be a help. You could use a vpn technology like OpenVPN – t1nt1n Jan 30 at 19:33
LAN will be cheaper than adding routers and likley faster. Why not a direct wired link if in same data center? – Dave M Jan 30 at 19:33
Because these are cheap boxes and in the datacenter they do not make modifications to these machines and they do not have a second LAN gigabit port. :/ – Vladimir Georgiev Jan 30 at 19:35
feedback

2 Answers

up vote 4 down vote accepted

OpenVPN is perfect for this. As far as setup work goes, it'll take a bit of research and futzing around to get working if you're not familiar with the technology. Once set up, though, either should be completely hands off.

link|improve this answer
No, it's not Linux. – Vladimir Georgiev Jan 30 at 19:39
1  
Vladimir, OpenVPN is available on Windows and is easy to get running. If it's a simple topology, you can use the shared secret configuration instead of the public key configuration. All you have to make sure to do is get port 1194/udp open on the box you're going to designate as the "server". – cjc Jan 30 at 20:04
Good point, @cjc - I had forgotten that it was available for windows as well. – ErikA Jan 30 at 20:09
feedback

The easiest way would be to install Unmanaged Hamachi VPN on each machine. I am talking about the free stand-alone version and NOT the web based Hamachi. Only works on Windows and Mac though. Also, for this to work, each machine needs outbound connections to the internet enabled (inbound not necessary).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.