[Bug 194238] [tcp] Ping attempted with MTU 9000 transmits fragmented packets of size 1500
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 20 12:44:27 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194238
Alexander V. Chernikov <melifaro at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |melifaro at FreeBSD.org
--- Comment #1 from Alexander V. Chernikov <melifaro at FreeBSD.org> ---
can you show 'route -n get <address>' on both machines?
This is the typical problem which can happen when you first configure addreses
(so on-interface routes with default MTU gets installed) and then you configure
MTU.
In that case interface MTU will be 9k, but interface routes MTU will be still
1500.
You can either manuall fix this by issuing route modify <prefix> -mtu 9000 or
to configure MTU at startup along with interface addresses.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list