Hello;
I am looking for the correct procedure to help me configure my IIS with ARR or URL Rewrite to support my public web sites environment. My ISP only assign one single public IP address, therefore I am considering to use ARR or URL rewrite to solve my problem.
Here is my web servers and Exchange server scenarios.
DMZ - 1 x ARR server, 1 x company public web server (http://www.company.com)
LAN - 2 x Exchange 2013 servers (DAG)/(OWA)/(ActiveSync), (https://mail.company.com), 1 x intranet web server (http://apps.company.com)
Because I am going to change ISP, and they assign me one single public IP address only, which means that I have to use this single IP for all URL mentioned before. For example, if the single public IP is 1.2.3.4, then I have to map like this...
www.company.com -> 1.2.3.4 (port 80 and port 443 required) (this server deployed in DMZ subnet)
mail.company.com -> 1.2.3.4 (port 80 and port 443 required) (this server deployed in LAN subnet)
apps.company.com -> 1.2.3.4 (port 80 and port 443 required) (this server deployed in LAN subnet)
I want to use ARR or URL rewrite to help me redirect all traffic to the right servers but each server require both port 80 and port 443.
I found this link to show me how to configure Exchange, but is there any conflict with my case above? What will be the best configuration in order to make it work?
https://blogs.technet.microsoft.com/exchange/2013/07/19/part-1-reverse-proxy-for-exchange-server-2013-using-iis-arr/