Add Multiple Websites with Different IPs on a Single NIC
Introduction
This document explains how to create multiple websites that have different IPs on the same NIC adapter in the SecureAuth IIS server.
Configuration Steps
- Open "Network and Sharing Center" window in the Windows IIS server 
- Click "Local Area Connection" link 
- Click "Properties" 
- Click "Internet Protocol version 4(TCP/IP)" 
- Click "Properties" 
- Click "Advanced" 
- Click the "Add" button under the "IP addresses" section 
- Add your new IP address, click OK, and close out all earlier windows 
- Open "IIS Manager" window 
- Create a new website - Enter a site name 
- Select the physical path for this new site 
- Select the binding type 
- Select the IP address that was created in earlier steps from the dropdown menu 
- Select your port (80,443) 
- Click OK 
 
- Open "Notepad" as administrator 
- Open "hosts" in the Notepad 
- Add the new line for the localhost with the SecureAuth's static IP address instead of the Loopback IP address (127.0.0.1) 
- Click "Save" 
Now you can visit the new site with the new IP address that is assigned.