Hello, On 22 March 2018 at 11:49, matei marius <[email protected]> wrote: > When I try to access the service from the same IP class with haproxy I see > the packets having incorrect checksum.
This is most likely due to offloading techniques such as TX checksumming, where tcpdump will not see the final packet (so a non-issue). Use ethtool to disable TX checksumming and other offload features and retry. I assume you do not have a real world problem, but only a cosmetic issue with tcpdump. cheers, lukas

