cancel
Showing results for 
Search instead for 
Did you mean: 

How to control: nested Terminal Services?

SOLVED
srv.seguridad_
Occasional Contributor

How to control: nested Terminal Services?

Hi, is there a way to control de access of a user who opens a terminal service through the Juniper Terminal Services, and once connected, opens a nested Terminal Service directly with the Microsoft Windows Remote Desktop application? is it possible to allow the first session but deny the second one?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
spuluka
Super Contributor

Re: How to control: nested Terminal Services?

If I understand correctly, you are asking if the SA can prevent a RDP session being initiated on the terminal server session that the SA is allowing you access to.

That second RDP session will not be seen by the SA as it won't transit the device so it won't be able to control it.

You can secure the application on the terminal server by applying windows ntfs security to the folder or application on the server itself. Just use your rdp security group and apply the deny execute or remove the default read/execute from rdp in accessories.

Steve Puluka BSEET - IP Architect - DQE Communications Pittsburgh, PA (Metro-Ethernet & ISP) - http://puluka.com/home

View solution in original post

2 REPLIES 2
spuluka
Super Contributor

Re: How to control: nested Terminal Services?

If I understand correctly, you are asking if the SA can prevent a RDP session being initiated on the terminal server session that the SA is allowing you access to.

That second RDP session will not be seen by the SA as it won't transit the device so it won't be able to control it.

You can secure the application on the terminal server by applying windows ntfs security to the folder or application on the server itself. Just use your rdp security group and apply the deny execute or remove the default read/execute from rdp in accessories.

Steve Puluka BSEET - IP Architect - DQE Communications Pittsburgh, PA (Metro-Ethernet & ISP) - http://puluka.com/home
srv.seguridad_
Occasional Contributor

Re: How to control: nested Terminal Services?

Your understanding of my question is correct and thanks for the info, that will do it!