L
L
lohmag2017-10-20 15:24:39
Regular Expressions
lohmag, 2017-10-20 15:24:39

Problem logging in via RDP to a specific server in a WIndows Terminal cluster?

Good afternoon. I set up a cluster for Windows Server 2016 terminals from two servers using NLB and Windows Terminal, everything works, except for one problem, that I can’t log in by physical ip to a specific server, when I connect via RDP, apparently Broker throws me to the one that he sees fit, for administration it is terribly inconvenient. Tried everything, no more ideas, who can tell? I attach screenshots of the settings:
clip2net.com/s/3OKsUn7
clip2net.com/s/3OKsZE8
clip2net.com/s/3OKt3Me
clip2net.com/s/3OKt6ug
clip2net.com/s/3OKtfGb
clip2net.com/s/3OKtlxi
clip2net.com/ s/3OKtqHa

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
dodo512, 2019-07-21
@NonGratta

RewriteEngine On

RewriteRule . / [R=301,L]

If you need a redirect for "site.com/?123" as well.
RewriteEngine On

RewriteCond %{THE_REQUEST} "!^\S+ / "
RewriteRule ^ /? [R=301,L]

A
Alexey Strukov, 2017-10-20
@lohmag

Try running mstsc with the /admin key

M
Maxim, 2017-10-26
@really4g

mstsc /v: /admin

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question