Performance of bonded network

superjma

New Member
Jun 2, 2023
3
1
1
Hi

I have tried to bond 2 network interfaces and it looks like it works.
Skærmbillede 2024-06-09 kl. 15.03.15.png

Skærmbillede 2024-06-09 kl. 15.03.35.png

I have done the same on the switch and my synology.

Skærmbillede 2024-06-09 kl. 15.05.06.png

Skærmbillede 2024-06-09 kl. 15.05.57.png


My problem is that the speed has not changed. I would have expected a 2Gbit between the 2 machines.

Skærmbillede 2024-06-09 kl. 15.06.58.png

What am I missing?
 
One TCP stream will always use one physical interface. Bonding will give you more aggregated bandwidth if multiple machines are talking to each other. See the documentation for the xmit_hash_policy option of the bonding module.
Ok so the only way to get more bandwith between my NUC and synology is to invest in a 2.5GBit switch?
 
  • Like
Reactions: hacman
Think of bonded networks like a multi-lane highway. More cars can travel on the road with two lanes vs the road with one lane. BUT, the individual cars cannot go any faster. A bonded network connection will not double your speed. So, yeah, if you want to achieve higher speeds, you need different infrastructure, like 2.5gbe NICs and a 2.5gbe switch. Just adding a 2.5gbe switch will not make your 1gbe NICs any faster.
 
  • Like
Reactions: gurubert