Hi,
I am wondering about the exact way that the RDP connection is opend when using SSP. We have firewalls between all systems (client network and server network and different hyper-v systems). Therefor I try to understand how the RDP connection works when using
SSP.
So what I understand is that I have to open firewall ports for
my client --> SSP Server on port 443 - then when I want to open a rdp session it goes from
my client --> VM on RDP port
That means I have a many-to-many firewall requirements as any client that wants to open a RDP sesssion to any VM has to be opened - as the RDP connection is directly from my client to the VM. Is this correct?
What I have looked for is 1-to-many. I had hoped that it is possible to connect from my client to SSP on port 443 and then when opening an RDP session - this session will be opened from the SSP server to the VM. Then there is something like a display images
shown from SSP to my client so that I see the RDP session. In that scenario I only have to open 1 server adress to many VMs. So is there any way to realize that?
I hope I was able to express what I tried to ask.