Share via

RDS Host server farm dropping connections due to unexpected connection broker round-robin routing failures

Oliver Smith 0 Reputation points
2026-06-10T14:42:04.5133333+00:00

Hi everyone,

Our RDS server farm uses a Connection Broker to balance user sessions across four session host servers via DNS round-robin routing. Users are reporting frequent connection drops halfway through the authentication sequence, dropping error logs stating the destination computer mismatch.

Thank you so much!

Best regards,

Oliver

Windows for business | Windows 365 Business
0 comments No comments

1 answer

Sort by: Most helpful
  1. Tracy Le 9,280 Reputation points Independent Advisor
    2026-06-10T15:35:35.8766667+00:00

    Hi Oliver Smith,

    When a user initiates a session, DNS round-robin randomly points the initial RDP client request to any of the four RD Session Host servers in the farm instead of pointing dedicatedly to the RD Connection Broker. If the initial server chosen by DNS is not the target server assigned by the Connection Broker or the one holding the user's disconnected session, the Connection Broker issues an RDP redirection token to the client, but the subsequent redirection sequence fails midway because the client tries to re-authenticate against a changing pool of IP addresses returned by the round-robin query.

    To resolve this synchronization drop permanently, you must change the network routing design so that all initial incoming connection requests are explicitly directed to the RD Connection Broker cluster rather than being load-balanced directly across the session hosts via DNS. You need to configure a single dedicated DNS A record pointing to the IP address of your RD Connection Broker, or utilize a dedicated hardware load balancer to manage the initial port 3389 traffic cleanly. On the RD Session Host servers, verify that the redirection settings are properly aligned by checking the deployment properties in Server Manager and ensuring that the registry key IPAddressRedirection under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\ClusterSettings is correctly managing the token redirection behavior.

    Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    Tracy Le.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.