MTU, fragmentation and Jumbo Frames question
Harald Schmalzbauer
h.schmalzbauer at omnilan.de
Tue Feb 9 12:12:24 UTC 2010
Hello all,
I have 3 machines connected to an JumboFrame enabled switch.
One FreeBSD 8-stable and two windows machines.
I can send echo requests with payload of 8972 between the windows
machines, but I don't get an answer from the FreeBSD machine. At the
edge of 8130 bytes, the FreeBSD machine eats the packets without any
error notification. A payload <= 8130 bytes works!
All MTUs are set to 9000, interfaces are all intel em.
Like mentioned, the ping between the two windows machines work like
expected, beyond 8972 bytes payload the OS is fragmenting (resp. tells
me that DF bit was set but fragmentation was needed)
FreeBSD seems to never fragment packets, since I don't get an answer if
I define payload greater than MTU. But this should work, shouldn't it
(`ping -s 10000 host`)
Does anybody have any explanation why pings are working up to 8130 bytes
payload and are silently droped beyond that even my MTU ist set to 9000
(and route get confirms the MTU 9000)?
Thanks for any help,
-Harry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20100209/07b72d3b/signature.pgp
More information about the freebsd-questions
mailing list