MS Terminal connections

  • Thread starter Thread starter T
  • Start date Start date
T

T

I need to create over 200 client connections to different
W2K3 servers. Is there a simple way of doing this
(scripting), if you have the names of all the servers in a
excel spreadsheet ?
 
I think terminal services (and most other services) will
stop accepting connections after the 10th (or so)
connection if data isn't being transmitted, since it could
possibly be a DoS. There should be an eventlog entry
about this, but I can't recall the number.

-M
-----Original Message-----
Are you planning some kind of DoS attack (hope not)? I'm
not even sure if a single computer would be able to
initiate 200 simultaneous connections, however you could
try starting them from a batch file, i.e.
 
Thanks Guys
-----Original Message-----
I think terminal services (and most other services) will
stop accepting connections after the 10th (or so)
connection if data isn't being transmitted, since it could
possibly be a DoS. There should be an eventlog entry
about this, but I can't recall the number.

-M
I'm
not even sure if a single computer would be able to
initiate 200 simultaneous connections, however you could
try starting them from a batch file, i.e.
.
 
Back
Top