- Posts: 15
- Thank you received: 0
Terminal Session Question!
19 years 7 months ago #8019
by eli2983
Terminal Session Question! was created by eli2983
Hello!
I have a terminal server in a site which is not in my LAN...and when from my LAN computers i work in a session to the terminal server....without any reason the session is cutting off.when I sniffered the port of the server i saw this:
"TCP DUP ACK 8785#...."
"TCP Previous segment lost"
"TCP retransmission"
who can help me with it?
thanks
I have a terminal server in a site which is not in my LAN...and when from my LAN computers i work in a session to the terminal server....without any reason the session is cutting off.when I sniffered the port of the server i saw this:
"TCP DUP ACK 8785#...."
"TCP Previous segment lost"
"TCP retransmission"
who can help me with it?
thanks
19 years 7 months ago #8024
by nske
Replied by nske on topic Re: Terminal Session Question!
The source - destination addresses, ports and times match those of your connection, right?
If so, then it I guess that this TCP DUP ACK message might refer to the reason of the problem. Still, TCP DUP messages are not something critical, they are just notifications that one of the packets sent lost it's way and should be sent again with the TCP sequence specified on the message -packets get lost and retransmited all the time. Of course too many of these in a short time would betray a problem -i.e. that some router(s) in-between can not handle the traffic well. It would help if you provided some more information.
PS. Are you sure there is no other reason for the disconnection, like leaving your terminal idle for some time?
If so, then it I guess that this TCP DUP ACK message might refer to the reason of the problem. Still, TCP DUP messages are not something critical, they are just notifications that one of the packets sent lost it's way and should be sent again with the TCP sequence specified on the message -packets get lost and retransmited all the time. Of course too many of these in a short time would betray a problem -i.e. that some router(s) in-between can not handle the traffic well. It would help if you provided some more information.
PS. Are you sure there is no other reason for the disconnection, like leaving your terminal idle for some time?
19 years 7 months ago #8084
by eli2983
Replied by eli2983 on topic reply to nske
well....the terminal server and the terminal clients are in a different LANs, cisco routers (1700 and SOHO) are connecting the LANs!
the problem is that i reacieve the TCP DUP ACK many times like this:
"TCP DUP ACK #1"
"TCP DUP ACK #2"
"TCP DUP ACK #3"
......
and all this for the same packet!
I guess that that is why the sessions cutting off!
if so...what should i do?
thanks again
the problem is that i reacieve the TCP DUP ACK many times like this:
"TCP DUP ACK #1"
"TCP DUP ACK #2"
"TCP DUP ACK #3"
......
and all this for the same packet!
I guess that that is why the sessions cutting off!
if so...what should i do?
thanks again
19 years 7 months ago #8095
by nske
Replied by nske on topic Re: Terminal Session Question!
I have no personal experience for that exact thing, but I think some reasonable suggestions would be to first check whether there is a pattern for those DUPS, if they occur randomly all the time or they only occur in specific cases -like connections to your terminal server-, to see whether there is technical problem at some part of your networks (i.e. bad cabling) or it is a problem caused by bad router configuration. If you can exclude the first possibility, then you should check thoroughly any configuration rules that match the connections where the problem occurs, i.e. to see whether one of the routers silently drops the specific packets for filtering reasons. I also don't know what logging capabilities your routers have, but that could shed some light by telling you whether the questionable packet arived at each router and what happend with it.
19 years 7 months ago #8119
by nske
Replied by nske on topic Re: Terminal Session Question!
Sorry, personally I can't help with cisco-specific information as I have never used cisco's IOS. Still you should find enough documentation about this on the web (i.e.
tutorial 1
,
tutorial 2
,
tutorial 3
)
Time to create page: 0.130 seconds