Hi together,
we use a remote desktop session farm with 2 Hosts
RDSServer01
RDSServer02
Both Hosts have the Connection Broker and Session Host Role installed.
Connection Broker Setup for HA is done. SQL Server is on external System.
DNS Round Robin Name for Connection Broker exists for both Servers
"RDPBroker.Domain.tld" -> 192.168.1.2 (RDSServer01)
"RDPBroker.Domain.tld" -> 192.168.1.3 (RDSServer02)
ODBC Driver is installed on both and same Connection is set on both Server (test is successfull)
Access Rights to the Database are set through a Domain Group for the Computers, both Servers are member of this Group (gpresult Shows the Group Membership)
So far so good
- Loadbalancing works
- disable Connections on one Host works
But if i shut down RDSServer01 no one is able to connect to the farm, regardless if it is the active RDP Broker or not. Client get the message "This Computer cant connect to the remote Computer. Retry...."
I dont get why i get this message? Everything seems to be fine until the first installed Connection Broker is down.
Any ideas?