I have the following setup:
One Windows Server 2012 with an external, static IP address (Name: P).
On that physical server a virtual server is running via Hyper-V (Name: V).
V hosts a secure website (HTTPS).
P has the Remote Desktop Gateway service installed, which also works via HTTPS.
My problem now is that I can't change the port of the RD Gateway, because Windows 7 clients need to be able to connect, too.
I thought about solving it like this:
If the host name of the HTTPS traffic is the IP address, it should be handled by P.
If the host name of the HTTPS traffic is the DNS name of the server, it should be forwarded to V.
I can't use the Routing feature of "Routing and Remote Access", because it works on the TCP level and not the HTTP level and I only have one external IP address.
So, how would I achieve my goal?