I'm currently using COPSSH to tunnel various connections to a remote Windows box and connecting using plink.exe from the PUTTY suite. After connecting directly, I've come to realise that the quality of connection using this setup is appalling. Tunnelled connections appear to get slower and slower. Can anyone recommend secure tunnel software that is more performant than my current setup?
-
Two options that come to mind are stunnel (if you want something lightweight) and OpenVPN. Either should work just fine in windows, though I've never used either outside of a Linux/BSD environment, so I can't help out with any gotchas, recommendations, etc.
From ErikA -
Stunnel (although I've only used it for connection encryption on MSWindows - on Linux running a tunnelled network connection runs like a clock).
I've heard good things about openvpn.
Do you need a tunnelled connection? i.e. have you considered IPSEC?
C.
From symcbean -
I've used both stunnel, and the putty family of tools (plink, putty), and I've only rarely found performance issues. I would imagine your slowness comes from poor network connection, or performance issues on either end of the pipe.
spender : After replacing "COPSSH" with "Kpym Telnet/SSH", all is good.From John Weldon -
A UDP-based protocol will be more asynchronous than serializing over a tcp stream.
This should give OpenVPN better performance than OpenSSH on a lossy or high-latency network.
From Tobu
0 comments:
Post a Comment