<div xmlns="http://www.w3.org/1999/xhtml">My wireguard server interface reports high rx error rate and dropped packets rate.</div><div xmlns="http://www.w3.org/1999/xhtml">My server config:</div><div xmlns="http://www.w3.org/1999/xhtml">[Interface]<br />Address = 10.1.0.1/24, fd10:1:1::1/64<br />ListenPort = <ommited><br />PrivateKey = <ommited><br />PostUp = iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE<br />PostDown = iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE; ip6tables -t nat -D POSTROUTING -o eth0 -j MASQUERADE<br /><br />[Peer]<br />PublicKey = <ommited><br />AllowedIPs = 10.1.0.2/32, fd10:1:1:1::2/128<br /><br />My client config:</div><div xmlns="http://www.w3.org/1999/xhtml">[Interface]<br />PrivateKey = <ommited><br />Address = 10.1.0.2/24,fd10:1:1:1::2/64<br />DNS = 127.0.0.1<br /><br />[Peer]<br />PublicKey = <ommited><br />Endpoint = <ommited><br />AllowedIPs = 0.0.0.0/0,::/0</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">I'm starting server and client using wg-quick up <name></div><div xmlns="http://www.w3.org/1999/xhtml"><br />Command ip -s link show on server side shows, that wireguard interface has high RX error rate, dropped packets and TX errors</div><div xmlns="http://www.w3.org/1999/xhtml">RX errors and dropped packets rises, TX errors constantly stays at random(?) value.</div><div xmlns="http://www.w3.org/1999/xhtml">Other interfaces have no issues.</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Server:</div><div xmlns="http://www.w3.org/1999/xhtml">wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1</div><div xmlns="http://www.w3.org/1999/xhtml">Client:</div><div xmlns="http://www.w3.org/1999/xhtml">wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">I'm personally experiencing random packet loss.</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">I'm don't know, what should i do to debug and fix this.</div>