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.

Enable TCP/IP Filtering on Windows 2003 Server

Connect to the Windows 2003 Server with Remote Desktop Login to the Server.Go to Start…

Which SSL Certificate is Good for Your Website?

SSL Certificates are necessary for those sites where a user is supposed to submit highly…

Network Basic Input/Output System

These applications used on different computers over a single LAN and services are being provided…