I'd like to join a client computer to a domain via the internet. Ideally I just want a basic VPN connection so that the client can see the domain controller. The DC is running Windows Server 2012 Essentials, but apparently the only way to create a VPN is by using Anywhere Access.
Anywhere Access wants me to use a domain name and an SSL certificate, which I don't want to do. This server is not hosting a web site nor is there a domain that I want to use. I just want to connect using the public WAN address long enough to get the client joined to the domain. This is a temporary thing, not a remote work situation.
Is there some other way to set up a VPN on Windows Server 2012 Essentials? The client computer is running Windows 7 Pro.
I finally discovered how to do it:
Create Incoming VPN on Server
First, create the VPN as an incoming connection on the server:
control netconnections
")New Incoming Connection...
Through the Internet
is checked.Allow access
Port Forward
Next, you may need to create a port forward if you have a firewall. The default port is
TCP 1723
(also called PPTP).Create Outgoing VPN on Client
Now, set up the VPN connection on the client computer:
Set up a new connection or network
Connect to a workplace
Use my Internet connection (VPN)
Allow other people to use this connection
.mydomain.local
; the server will show this under Computer properties.Connect
. If all goes well it should authenticate and connect.Join Domain, Log In
Finally, my goal was to join the client computer to the domain and log in as an existing user, which creates the user profile folders and allowed me to start customizing software and the environment for that user.
Change settings
under "Computer name, domain, and workgroup settings"Change
near "To rename this computer or change its domain..."Domain
and enter the domain. ClickOK
and you'll be prompted for the domain admin credentials.Conclusion
This may not be the best-practice method to do this, but it worked for my purposes, which was to migrate a user to a new computer and transfer data and settings.