If you check the properties of a Site in IIS, you can find that the IP Address listing has an (All Unassigned) tag on it. If you go to the drop-down list beside it, it will list only one IP (the default primaryIP) in spite of the fact that your server may be multihomed.

This forces us to leave each Site to (All Unassigned) Tag in spite of the fact that we may want to assign different IPs to each. SolutionOpen the “hosts” file in the following location and add the mappings of all the IPs to the server’s name. Initially, it will have only one mapping, that of the Primary IP to the server name.

%systemroot%\system32\drivers\etc

Add the new entries as follows

IP.IP.IP.IP
SERVER_NAME

Caution

  1. Server_Name will be the same for all IPs
  2. The HOSTS file has no extension.
  3. It is not necessary to restart IIS.
  4. If the listing still doesn’t show up using the command line

 

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

Create a MySQL Database and a Username.

We’ll show you how to make a CNCC user and a CNCC database in this…

IIS 10 Features view – What is New?

Summary: In all the web hosting news you might have noticed the buzz around Windows…

How to Change the Plesk Settings for Nginx and Apache

You can alter the settings for Apache and Nginx in Plesk using the instructions in…