Restricting Terminal Services

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to enable Terminal Services Remote Administration for a server which
runs win2k for only a particular IP address. Could anybody help me to solve
my problem.

Thanks & Regards
Chandimal
 
This is not a native feature of Terminal Services. To do it properly,
you would need a firewall, like ISA server.

If you want a quick-and-dirty solution, you could put a line in the
TS-specific login script, which checks the client computer name (
environment variable %CLIENTNAME%) and immediately log off sessions
from all other clients.
 
Back
Top