Re: FreeBSD 13.2 NFS client mount hangs

From: J David <j.david.lists_at_gmail.com>
Date: Sat, 07 Oct 2023 05:38:57 UTC
On Fri, Oct 6, 2023 at 8:32 PM Rick Macklem <rick.macklem@gmail.com> wrote:
> It looks to me like the TCP checksum is failing on the client->server request,
> but maybe I am not reading it correctly.
>
> If the checksum is incorrect, then there is something badly broken in your
> network fabric.

tcpdump captures outgoing packets before the checksum is calculated.
It's always "wrong" because it hasn't been computed yet.

Thanks!