On 16 April 2012, Kostas Zorbadelos <kzo...@otenet.gr> wrote: [...] > Should I go for OpenSSH with its tun(4) VPN features or do you think > an OpenVPN solution would be more appropriate? [...]
You should probably avoid SSH. Without actually looking at the code, I'd say SSH VPNs are prone to TCP-over-TCP meltdown. The better options are OpenVPN and IPsec. OpenVPN is relatively straightforward to set up, and it mostly works. IPsec is more robust, and can interoperate with more systems, but setting it up involves a deeper understanding of what you're doing, and possibly more fiddling. Regards, Liviu Daia