Hello all, I am monitoring a remote system. The TCP dump shows the following entry. Does anybody has any idea what this entry means??
Its too urgent please revert to this Thanks, Raj asked 05 Nov '12, 02:55 rajm edited 05 Nov '12, 04:27 Kurt Knochner ♦ |
One Answer:
It tells you, that the client (10.142.4.10) decided to terminate the tcp connection to 62.254.196.34:18081 and thus it sent a TCP RESET (RST). The server decided to answer with a RESET. Please read the following wikipedia article to learn more about TCP connection termination:
Regarding the next question you might have: Based on just that information, it is impossible to figure out why the connection has been terminated in that way. It depends on the application and possible errors that might have occurred (or not, if the application just works like that). Regards answered 05 Nov '12, 04:18 Kurt Knochner ♦ edited 05 Nov '12, 04:27 |
Great Thanks Kurt.
If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions.