Hi together,
how can i archive the following.
- 3 Servers
- RDP Session Host should be HA
- RDP Broker should be HA
- Internal Web Access should be HA
- Access from LAN, MAN/VPN (Partners) and WAN
- Internal and VPN Access should not use RDP Gateway
- Clients use Web Access (Internal + VPN + Internet) and "normal" Clients (Windows build in)
I thought to build it like this:
Roles of Server 1, 2 are RDP Host, RDP Broker in HA Mode, WebAccess through DNS round Robin (maybe there is a 3rd Party LB)
Roles of Server 3 are RDP Gateway an Web Access.
DNS Entries pointed Server 1+2
- RDPFarm.local
- RDPBroker.local
- optional RDPWeb.local
DNS Entries pointed to Server 3
- RDPGW.de
- RDPWeb.de
How can i archive the internal clients dont use the Gateway Server for remoteapps and external clients use the Gateway Server?
When i set a fixed Gateway at the remoteapp configuration all clients use the Gateway
-> there is a Setting to detect it automatically (how does this work? i didnt find the right TechNet article for this)
What do our external partners need to know to access our RDPFarm? Just tell them to use *.local address, open up the 3389 port and everything is fine?
What do "Internet Users" Need to know? Just the RDPWeb.de address and everything is fine if i can set Gateway detection to automatic?
Thanks in advance.