When you use the DOS command for ping -f -l, you have to chose a packet size which is 28 bytes less than your MTU.
Thus if your MTU is 1500, you can ping with a packet size not greater than 1472. If greater, you get fragmentation.
For MTU 1492, the largest packet size is 1464.
Bookmarks