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!
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!
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.
http://www.poptop.org/
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.
Got it working! Thanks 3dinfluence!
Ubuntu Server:
Windows 7:
Good times.
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!
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.