I have three Domains that resolve to the same Public IP Address but I want each domain to be redirected to a different IIS servers within my network. Lets I have the following domains and I want the request to be redirected to a particular internal IP Address
Domain1.com ---> private IP 192.168.20.1
Domain2.com ---> private IP 192.168.20.2
Domain3.com ---> private IP 192.168.20.1
What is e best way to accomplish this?
Thanks in advance!
I think that what you’re looking for is a reverse proxy. There are plenty of tutorials out there on how to set these up for serving multiple domains on the same public ip.
I myself use lighttpd it to serve aoeu.se, aioobe.org, multri.net on the same public IP. Here is a tutorial on how to set this up.