Hello everyone,
I have been trying to figure out how to solve this one, but no luck so far.
I have 4 servers that are runnning a few different services.
SRV1 (192.168.0.1) SMB, Hyper-V and IIS8
SRV2 (192.168.0.2) Sharepoint 2013, IIS8
SRV3 (192.168.0.3) Terminal Server (RemoteApp)
SRV4 (192.168.0.4) Exchange 2013, IIS8
I have a single Public IP ( It's not this but I'll use it for reference 120.146.0.1) and when I am external from the network I would like to be able to access all of the servers websites (and web consoles). When I am inside of the network I can easily go SRV4.mydomain.com/owa or SRV2.mydomain.com/SitePages/Home.aspx and access which ever resources I require.
I have created some entries on my hosted Name Server:
SRV1.mydomain.com -> 120.146.0.1
SRV2.mydomain.com -> 120.146.0.1
SRV3.mydomain.com -> 120.146.0.1
SRV4.mydomain.com -> 120.146.0.1
My thinking is that I need to use the subdomain to control the redirect, but I have no idea what modules inside of IIS will help me achive this. Does anyone out there have any ideas, or a link to a document that I can learn how to configure IIS on SRV1 to redirect the traffic to the correct server?
Any help will be greatly appreciated.