Configure a server with two domains

abc.com and xyz.com are two separate domains which are used in two different location connected by WAN in one organization. Time to time xyz.com users has to work at abc.com location as well as abc.com users has to work at xyz.com location.

What is the best design a solution for above situation

Subject: Configure a server with two domains

Joseph,

My suggestion is that you create sub domains of a standard domain.

For example, if you want to make the standard domain as abc.com:

  1. The first domain would be unit1.abc.com

  2. The second domain would be unit2.abc.com

and so on.

This scheme will save a lot of headackes for all downstream IT issues.

For an example of this type of scheme have a look at the microsoft.com site, you will see it is full of this idea.

Regards

Rolf Pfotenhauer

Subject: RE: Configure a server with two domains

Dear Rolf Pfotenhauer

Can we use these steps For the above requirement

  1. Create one server as a Home server for the users of abc.com in the first location and Create other server as a Home server for the users of xyz.com in the other location .

  2. Create a Cluster for the both servers

  3. Create abc.com as a Local Primary Internet Domain and xyz.com as a Alternate Internet Domain Aliases in the global domain

Thank you