Hello Wireshark Gurus, I am having a problem where file transfers between two windows server machines are failing mid way sometimes when the file exceeds 1/2Gb in size. I have attached a link that points to the pcap: https://dl.dropboxusercontent.com/u/11187256/172.26.44.18.pcapng source is 192.168.141.131 dst is 172.26.44.18 I am seeing errors at the end of the file and trying to explain to Microsoft has gotten me no where. Can you please take a look and assist if you can. asked 09 Jun '14, 14:02 Sigma55 edited 11 Jun '14, 04:47 grahamb ♦ |
One Answer:
Looks to me like 192.168.141.131 stops sending data in the middle of a 61440 byte sized data chunk. Since the other PC with IP 172.26.44.18 does not receive any further data it resets the session in packet 282192, after close to 30 seconds of "silence" - probably a timeout. Next step: capture next to 192.168.141.131 to find out if it really stops sending or if the packets just do not make it through anymore. Two tips here:
answered 09 Jun '14, 14:31 Jasper ♦♦ |
Thank you for your quick response.
I have read the article and it sheds some light on why you shouldn't do it. Should I instead to the capture on a system connected to the same network off a switchport?
I will also look into limiting the size of the capture as you mentioned.
Feedback to follow.
Joe
Yes, capturing on an additional system connected to a SPAN port would help avoiding those problems. Of course that requires that the switch can do SPAN ports.
OK. did some more testing. turns out, that server is the only server that has problems copying the files. All the other servers can copy the files without error on the same network. I will use the SPAN port to monitor further but it seems to be a software problem.
Thank you very much for your time sir.