What VPN server can I install on linux and connect to on Windows through its builtin VPN client?
Olivia Zamora
Windows has builtin VPN capability, and I would like to avoid extra programs running to connect to my server's VPN.
What VPN server can be connected to through the builtin Windows VPN functionality?
1 Answer
You haven't really given us enough information to answer your question properly (what Linux flavor you are using and what version of Windows you are using would both contribute to the answer we would give) but I believe L2TP and PPTP are both VPN protocols that most modern Windows operating systems support in the native VPN client (further information on both can be found here in a comparative format) and both have Linux server binaries.
I would recommend you look at using Ubuntu Desktop if you have no prior Linux experience and follow either a guide for setting up an L2TP server or a guide for setting up a PPTP server.
There are plenty of other guides out there for other Linux flavors such as Debian, CentOS etc also using other VPN protocols such as OpenVPN - but I am fairly certain OpenVPN requires a third party application be installed on the client operating system.
2