I have a capture between two servers that have an MTU set to 1500 Bytes. Within the capture I have SQL TDS packets that are transferring data packets above 1500 Bytes with the DF bit set. Why are these packets traversing the network when I can't ping above 1500 Bytes between the two servers? When I try to ping with the DF bit set the packets are not even captured by Wireshark and the notification appears in the DOS prompt. Any help is greatly appreciated. Cheers.
asked 11 Nov ‘15, 21:15 krazynedkelly edited 12 Nov ‘15, 02:45 grahamb ♦ |
One Answer:
Maybe you have done a local trace. If have enabled "TCP Chimney Offload" or "Receive Segment Coalsecing" then the packets in the capture appaer larger. Because the capture point is inside the system. The NIC slices the segments to maximum allowed MTU. These are the names how they are used at Windows Systems. The global settings can be seen with this command answered 12 Nov '15, 00:24 Christian_R edited 12 Nov '15, 00:49 |