[PVE-User] [SOLVED] dual port cross over cable bonding
Adam Weremczuk
adamw at matrixscience.com
Fri Oct 5 17:41:25 CEST 2018
The bond operates in 2 gigabit mode:
ethtool bond1
(...)
Speed: 2000Mb/s
Duplex: Full
(...)
My working config (will play with it a bit more):
auto bond1
iface bond1 inet static
slaves ens1f0 ens1f1
address 192.168.200.1
netmask 255.255.255.252
bond_miimon 100
bond_mode balance-rr
bond_xmit_hash_policy layer3+4
I've done a simple some performance test - copied a file over ssh (which
adds own overhead).
90-100 MB/s over a single link and 150-160MB/s over a dual bond.
So it's definitely working and making a substantial difference.
Unplugging one cable doesn't break the transfer; speed temporarily
decreases but then goes up again after cable is reinserted.
On 05/10/18 16:09, Mark Schouten wrote:
> On Fri, 2018-10-05 at 16:01 +0100, Adam Weremczuk wrote:
>> My config was ok and it's working like a charm after both servers
>> have
>> been rebooted.
>> For some reason "systemctl restart networking" wasn't enough.
> This is not working anymore, unfortunatly...
>
More information about the pve-user
mailing list