https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194238

Alexander V. Chernikov <melif...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |melif...@freebsd.org

--- Comment #1 from Alexander V. Chernikov <melif...@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.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to