I am trying to troubleshoot a dropping network connection between 2 Windows servers on different sides of a WAN connection.
I took wireshark traces on both ends of the conversation and then reproduced the problem.
I'm analyzing the wireshark output, and see different sequence and acknowledge numbers for the same packet on the different servers. I'm wondering if this is always the case, or if not, what could be the cause.
Here's what I did:
* I found a corresponding packet in both wireshark traces.
* I disabled "relative sequence numbers" in both wireshark traces.
On one end the TCP SEQ and ACK numbers are as follows:
SEQ: 2207178090
ACK: 2972727704
On the other end, when I look at the same (corresponding) packet I see:
SEQ: 823723793
ACK: 3848818219
Again, my question is: when you takes traces on both ends of a conversation, will you always see different SEQ/ACK numbers when you're looking at the same packet on both ends. If you're not always supposed to see this, what could be some of the reasons why this would happen in our case.
I took wireshark traces on both ends of the conversation and then reproduced the problem.
I'm analyzing the wireshark output, and see different sequence and acknowledge numbers for the same packet on the different servers. I'm wondering if this is always the case, or if not, what could be the cause.
Here's what I did:
* I found a corresponding packet in both wireshark traces.
* I disabled "relative sequence numbers" in both wireshark traces.
On one end the TCP SEQ and ACK numbers are as follows:
SEQ: 2207178090
ACK: 2972727704
On the other end, when I look at the same (corresponding) packet I see:
SEQ: 823723793
ACK: 3848818219
Again, my question is: when you takes traces on both ends of a conversation, will you always see different SEQ/ACK numbers when you're looking at the same packet on both ends. If you're not always supposed to see this, what could be some of the reasons why this would happen in our case.