I sometimes get this in docker or a VM. It is related to checksum offloading onto the NIC. Diable checksum offloading:
sudo apt install ethtool
sudo ethtool –offload eth0 rx off tx off
I sometimes get this in docker or a VM. It is related to checksum offloading onto the NIC. Diable checksum offloading:
sudo apt install ethtool
sudo ethtool –offload eth0 rx off tx off