Imagine this scenario:
Set the two IP addresses of the web server network adapter as follows:
192.168.1.100/24
192.168.1.10/24
Create a host or alias DNS record as the following:
Microsoft.com --> 192.168.1.100
Create two sites on your web server (IIS) as follows:
Test0 that works with 192.168.1.100/24
Test00 that works with 192.168.1.10/24
on Test00, disable anonymous authentication and enable Windows authentication (note that when installing IIS, you must note Windows authentication)!
Create a DNS entry on the Internet to your router's public IP-address and your router, set port forwarding TCP/80 to the IP-address 192.168.1.10/24 What is it!
source share