Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

How to seperate web servers in same IIS

blackswans
Nimbostratus
Nimbostratus

Hi,

 

How can I make different virtual servers for each www server in same IIS server. Should I write DNS name in virtual server destination address?

 

IIS server : 192.168.1.1

 

xyz.com pool has node : 192.168.1.1

 

abc.com pool has node : 192.168.1.1

1 REPLY 1

 ,

 

You can have two different virtual servers and add required DNS records for the given domain against respective virtual server IP.

 

Lets say, you have created 10.10.10.10 and 10.10.10.11 virtual servers. Then bind DNS entries as given below,

 

xyz.com will be pointed to 10.10.10.10 and

abc.com will be pointed to 10.10.10.11

 

Both virtual server's pool will have same node with desired port.

With this, request coming to xyz.com will hit 10.10.10.10 VS and for abc.com , it will hit 10.10.10.11 VS.

 

Hope it helps!