Hello,
I have configured a bond.
I thought with this configuration I would have double the speed. Unfortunately this is not the case. If two clients address my Truenas VM, the data rate is halved.
How do I have to configure the bond so that 2 * 1GbE become 2GbE?
My Switch is a Unifi Switch. The settings are done.
I have already read the forum and the documentation, but I did not find out anything here.
I have configured a bond.
Code:
auto lo
iface lo inet loopback
auto enp38s0
iface enp38s0 inet manual
auto enp39s0
iface enp39s0 inet manual
iface enp42s0f3u5u3c2 inet manual
auto enp45s0f0
iface enp45s0f0 inet manual
auto enp45s0f1
iface enp45s0f1 inet manual
iface enp45s0f2 inet manual
iface enp45s0f3 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp45s0f0 enp45s0f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 192.168.1.7/24
gateway 192.168.1.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I thought with this configuration I would have double the speed. Unfortunately this is not the case. If two clients address my Truenas VM, the data rate is halved.
How do I have to configure the bond so that 2 * 1GbE become 2GbE?
My Switch is a Unifi Switch. The settings are done.
I have already read the forum and the documentation, but I did not find out anything here.
Last edited: