So I have two web sites running on different machines with private ip's. I have one public IP with port 80 forwarded to a 2008 R2 Server. I installed ARR on the server receiving port 80 traffic. I created a server farm and it created a rule for me. I am trying to figure out the rest/rules to forward http traffic to the correct internal server based on the host header. I can get one or the other to work but not both. After trying to figure it all out I just deleted the entire configuration to start over.
So I have two dns entries resolving to the same public IP. site1.myDomain.com and site2.myDomain.com. Do I create two rules, one for each? Do I leave the automatic rule alone? I am using the graphical interface. I just want to do something like forward each to an ip address.
http://site1.myDomain.com -> http://192.168.1.10
http://site2.myDomain.com -> http://192.168.1.11
Thanks, I appreciate all replies.