Use remote domain for user authentication (Windows Server 2008 R2)

active-directoryauthenticationwindows-server-2008-r2

Basically, I have a domain in my office that all of the servers and workstations are a member of. This allows any user to log into any of these computers using their single domain username and password. I have a server at a remote location (in a data center) that is not part of any domain.

I would like to set it up so that the server at the remote location could somehow authenticate remote access with the server at the office.

I know that I didn't get the jargon down for this question, but I think that you get the idea. Any suggestions? I'm thinking that I could either somehow join the remote server to the domain or maybe set somewhere in the server to use the remote domain to authenticate?

Thanks in advanced,

William

Best Answer

I assume that the remote machine is on a VPN or can somehow access the resources of the office network?

Joining the machine to the domain is by far the easiest solution, but it can present problems of its own, especially if the machine is going to be away from the domain for extended periods of time. It can also cause slow authentication if you don't have a domain controller on the same local network segment as the machine, as it has to authenticate against a domain controller on the remote network.

If you don't want to go this path, you can manually enter credentials for each network resource you want to access. If you're running Windows 7 or 2008 R2 this is called Credential Manager and can be located by entering that into the start menu.

enter image description here

If you have that open, under Windows Credentials, you can create new saved credentials for basically anything you like. Note that example and example.domain.local can result in different authentication matches, so make sure you're consistant in how you access the resources.