(Dialog name) Remote Desktop Connection Unable to connect to terminal server The terminal server farm server1.blabla.local that you are trying to connect to is redirecting you to server server2.blabla.local. Remote desktop cannot verify that this server belongs to the same server farm. This can occur if there is a server on your network with the same name as the server farm.
Hello,To solve this problem, you will need to ensure that you have an AD host entry which matches the farm name for each server. Then, you will need to connect to the name of the farm instead of individual hosts. If you need to connect to specific, individual hosts for administration then you can still use the /admin or /console switch depending on your version of the terminal services client.For example:Farm Name: myfarmServers: ts-server1 (1.1.1.1), ts-server2 (1.1.1.2)Host Entries: myfarm -> 1.1.1.1 AND myfarm -> 1.1.1.2^ This enables DNS round-robin, but additional load balancing is enabled by the session broker. This does seem more simplified than Citrix's approach.Apparently Microsoft designed it this way, which does seem awkward since you can't just use the host name - if you do, you get this error because with the session broker enabled it thinks that users only connect to the farm name instead of the individual hosts. Depending on how you look at it, this could be considered a bug.
In my case when I created my TS it had a DHCP address which was later changed to a static IP. The DNS record was still using the DHCP pointer. I deleted the DHCP A record for the TS server in DNS and created a new A record (static) which cleared up the prob. Not super genius, but fixed the problem. Good luck.