Is Active Directory required for a VPN

active-directoryvpnwindows-server-2008

I hope someone can help. I'm currently setting up my first VPN on a Windows Server 2008 R2 box and every tutorial I've found says to configure Active Directory first. I've not actually done that before, either, so I was wondering if it was completely necessary?

Also, what type of VPN would you recommend? L2TP/IPSec or SSTP?

Thanks for any help.

Best Answer

If RRAS is installed and configured on a machine that is not a member of the domain, it will use the local accounts database rather than Active Directory, the setup process is the same.

With regards to the protocol, they are both good options. Both make use of certificates, SSTP gives you the advantage that it uses port 443, which should mean you have minimal firewall issues. L2TP operates at the IP layer, whereas SSTP operates at the TCP layer, if that has any bearing on your choice.