This is my first question so I apologize in advance for any misconstrued colloquialisms.
My dilemma is simple: I was in charge of decommissioning our SBS 2011 server. My solution was to virtualize each of the SBS roles into different servers -- we now have separate DCs, File Servers, Exchange servers, and a RD Gateway server. My problem is that both Exchange and RDS servers use 443, but they are behind the same public IP. Currently, I am forwarding 443 to the RDS server, which causes off-site exchange services to be unavailable.
What would be the best way to accomplish making both of these services available?
I've explored the following options, but am not sure which route to take:
- URL Rewrite for mail.domain.com and remote.domain.com
- Obtaining a second public static IP address from our ISP and NATing it
- Creating a VPN and requiring users to establish a VPN connection and use RDP over the VPN. If I understand correctly this would also remove the necessity for the RD Gateway.
Any help/guidance would be greatly appreciated.