DISCONNECTING FROM WIN 2000 TERMINAL SERVER SOME TIMES

  • Thread starter Thread starter RAMA KRISHNA
  • Start date Start date
R

RAMA KRISHNA

hi
i am using windows 2000 terminal server.i am connecing
only two clientson this server.it is working ok.but some
times suddenly it is giving an error like "connection to
the remote server has broken ,try again after
disconnecting from the server"and it will disconnect.
again if i want to connect it it wont connect some time
and then after 5 min i will be ok .
this will happen very freqently some times.
pls mail me any one how can i solve this
krishna
 
Sounds like there might be some sort of network 'black hole' that your
packets are being sucked into. I found this on the TS FAQ at:
http://www.microsoft.com/windows200...rminal_faq.mspx#XSLTfaqSection122123121120120

Q. How can I test for "black hole" dropouts in my network?

A. Black hole routers may dump packets above a certain size when you
are trying to traverse a path to a server. Here's a method for looking
for a black hole router, and figuring out the size of the
"bottleneck."

1.
Try a normal ping of the server; this sends a "minimal" packet of 32
bytes.

2.
If the remote system drops all ping requests (possible for some
secured systems), do a traceroute, and start your ping with the
next-to-last system. Make sure you have a "plain" ping working.

3.
Now try pinging with fixed-size packets that are set to not fragment.
Normally the largest size possible is 1472 bytes. This is done like
this:

ping -l [buffersize] -n [target-host]

For example, to ping 169.3.65.254 with a packet size of 1472, do this:

ping -l 1472 -n 169.3.65.254

4.
If the largest packet is rejected, determine size by bisection. Drop
to about 736; if that works, try about 1100 or so, until you find
close to the largest size that will work.




hi
i am using windows 2000 terminal server.i am connecing
only two clientson this server.it is working ok.but some
times suddenly it is giving an error like "connection to
the remote server has broken ,try again after
disconnecting from the server"and it will disconnect.
again if i want to connect it it wont connect some time
and then after 5 min i will be ok .
this will happen very freqently some times.
pls mail me any one how can i solve this
krishna

This posting is provided "AS IS" with no warranties, and confers no rights
 
Back
Top