Hi guys,
Have you guys encountered transmit packet drop on wireguard interface? I have been trying to look around for the reason online, but I don't see a concrete cause.
I am running Linux 10/buster. I use default wireguard mtu which is 1420. I have about 80 wireguard peers. From my testing, more or less I can confirm that it is not related to the number of wireguard peers, but it is more to traffic related. How did I do the test? I keep the same number of wireguard peers, and playing around with the traffic with denying inbound and outbound traffic via BGP to/from some peers.
# ip -s -s link show wg1
wg1: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1420 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 500
link/none
RX: bytes packets errors dropped overrun mcast
98410500814053 186491495929 0 0 0 0
RX errors: length crc frame fifo missed
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
30899039353106 139542572870 0 3309054509 0 0 =======> huge TX drop
TX errors: aborted fifo window heartbeat transns
0 0 0 0 0
Have you guys encountered the same issue? Do we ever know what the maximum bandwidth/throughput that is allowed in a wireguard interface? I don't see much outbound traffic by the way. Thanks in advance!
Have you guys encountered transmit packet drop on wireguard interface? I have been trying to look around for the reason online, but I don't see a concrete cause.
I am running Linux 10/buster. I use default wireguard mtu which is 1420. I have about 80 wireguard peers. From my testing, more or less I can confirm that it is not related to the number of wireguard peers, but it is more to traffic related. How did I do the test? I keep the same number of wireguard peers, and playing around with the traffic with denying inbound and outbound traffic via BGP to/from some peers.
# ip -s -s link show wg1
wg1: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1420 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 500
link/none
RX: bytes packets errors dropped overrun mcast
98410500814053 186491495929 0 0 0 0
RX errors: length crc frame fifo missed
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
30899039353106 139542572870 0 3309054509 0 0 =======> huge TX drop
TX errors: aborted fifo window heartbeat transns
0 0 0 0 0
Have you guys encountered the same issue? Do we ever know what the maximum bandwidth/throughput that is allowed in a wireguard interface? I don't see much outbound traffic by the way. Thanks in advance!