Does anyone know if I can run a Linux-based VPN server on my Ubuntu server and connect to it using Windows 7’s native VPN connection wizard? If this is possible, which VPN server should I use?
Thanks!
|
feedback
|
|
Not 100% sure on what Windows 7 is looking for but previous versions of Windows natively supported PPTP. The Linux server for this is called PoPToP. I too however do prefer OpenVPN but if your requirements are that it works with Windows natively PoPToP is what you're looking for. We use it where I work for two reasons. It's what they were using when I started here and it works with the iPhone where OpenVPN doesn't currently. | |||
feedback
|
|
Linux's IPSec servers (FreeSWAN, OpenSWAN, StrongSWAN) all support L2TP, which WinXP, Vista (and i presume 7) all support natively. Installing the certificate is a minor PITA, but after that it works like PPTP, only without the nasty vulnerabilities in the latter! | |||
|
feedback
|
|
Got it working! Thanks 3dinfluence! Ubuntu Server:
Windows 7:
Good times. | |||
|
feedback
|
|
It might be simpler to use OpenVPN instead. This page has instructions for downloading the OpenVPN GUI client for use on Windows 7; I am using it now. | |||
|
feedback
|