Ask Your Question

Revision history [back]

Cross ping fail for 7 seconds

Hi, I'm investigating a failure in my application that I believe is network related. I have two computers, A & B communicating with each other and with some weeks in between there is a failure in my app. I set up ping in computer A to B and computer B to A and log with Wireshark in both computers. The failure got caught with wireshark and at the same time when the app is failing there is something strange with the ping. In computer A ping is working normal, meaning transmit request & receive reply and reply to B ping. But in compter B I see that there is no reply to ping request and I cannot se A pinging when the failure happens for a 7 second period, which is long enough for my real time app to fail. I checked the sequence numbers in the ping and verified that the requests which B does not get any response to is really answered in A wireshark log, but the reply is missing in B Wireshark. More strangely is perhaps that the replies that A gets from ping is not seen in the B Wireshark log, but there is no miss in sequence number replies in A, the pings are really answered. Where should I look for solutions ?