I have one Windows 2008 R2 server hosting four virtual machines and I need each virtual machine to host a site with a unique DNS name.
On the host server, I have just one public IP, so all these DNS names are really linked to the same public IP address.
How can I redirect the request by each DNS name to the right virtual machine?
Probably there are multiple ways to do this, but as I told you the sever is hosting four virtual machines, and I would need to optimize it in order to avoid overload the host server.
How can I accomplish this?