Hi Guys, I'm having trouble to keep the connectivity between client and server steady. Can you help me analyze? Thank you so much. Regards, CJ asked 16 Oct '17, 02:49 Christian Jo... |
One Answer:
Looks as though the client (10.252.239.151) doesn't like the 62 bytes of data sent from the server as it gracefully closes the connection within 40 ms or so of receiving the data. answered 16 Oct '17, 03:21 grahamb ♦ edited 17 Oct '17, 04:27 showing 5 of 6 show 1 more comments |
That's not a network problem. Packets are delivered fine, no loss, nothing. This is stack or (most likely) application.
@christian-joseph,
My answer could have been better, I meant the client application as made clear by the comment from @Jasper.
@grahamb as per checking the config, 10.229.6.142 is configured as the server, I'm quite confused on that part.
Oops, typo, sorry about that. Fixed in answer.
Thanks. As I try to troubleshoot further, when I telnet internally to 10.229.6.142:11138, it immediately closes the connection, the response is "connection closed by foreign host". Do you think this has something to do to the problem?
That seems to be different behaviour than that shown in your question. Is the telnet client sending anything to the server to trigger the connection close?