Questions tagged [bonding]
The bonding tag has no summary.
113 questions
5
votes
1
answer
189
views
What is a bond port queue ID?
In Network Manager, there is a property for bond ports bond-port.queue-id. I suspect it's an optimisation setting used by the kernel, but this is just an educated (barely) guess.
What does this ...
4
votes
0
answers
44
views
Doubling Etherchannel Throughput Over LACP Teamed Interfaces
I have a ALMA9 Linux server with a quad BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller NIC. I have two interfaces teamed using LACP and connected to a Cisco 9336C-FX2 switch running (NX-OS) ...
0
votes
0
answers
59
views
Understanding "active slave" in OVS with LACP and balance-tcp mode
I'm using Open vSwitch (OVS) with a bonded interface configured for LACP and balance-tcp mode. After running ovs-appctl bond/show, I see output like this:
bond-m-2274c5f6 ---
bond mode: balance-tcp
...
0
votes
0
answers
41
views
deduplicating purposefully duplicated layer 2 traffic
Pre-amble: I am wanting to turn n + 1 connections into a single connection where the failover latency is 0 by duplicating traffic over multiple connections and dropping out packets on reception.
...
3
votes
3
answers
88
views
Share internet over external wlan
I have multiple devices (A, B, C). Device A is a sensor that captures data and shares it with device C (Android) over a local Wi-Fi network. The problem is that the application to receive data only ...
1
vote
1
answer
1k
views
linux bonding active-backup mode set priority for multiple interfaces?
Is there is any way to set up priority order for multiple interfaces (more than two) for a network bond in active-backup mode?
I have 3 interfaces (I know for two interfaces I can address this problem ...
2
votes
1
answer
645
views
default gateway not set when using bond0 interface
This is my /etc/network/interfaces file:
auto bond0
iface bond0 inet manual
address 10.66.7.11/24
gateway 10.66.7.1
bond-mode 802.3ad
bond-slaves eth2 eth3
bond-miimon 100
bond-...
0
votes
1
answer
1k
views
Anaconda boot with a bonded interface on a tagged vlan
I am trying to do a network install of OEL 8 using a custom image. The image works perfectly when the vlan is untagged but I can't get a connection on a tagged vlan. My boot line is (with line feeds ...
1
vote
1
answer
967
views
Why did the mac address of bond changed on CentOS7 after reboot
I have two interfaces bonded together in LACP mode (mode=4 <=> 802.3ad) in bond0 :
The mac address of bond0before reboot :
$ cat /sys/class/net/bond0/address
xx:xx:xx:xx:xx:bf
The mac address ...
1
vote
1
answer
2k
views
LACP bond seems to be favouring one interface when multiple concurrent processes are transferring data
This is likely a really easy one (ie I've fundamentally missed something and its just my fault / lack of knowledge / assumptions).
So I have a machine with 2x 25GbE fibres bonded into bond0 via LACP (...
1
vote
0
answers
178
views
No TX / RX information on bond interface
I create a bond interface with two members, eth1 and eth2.
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms):...
1
vote
1
answer
11k
views
Bonding with VLAN and bridge on Debian 11
I'm trying to configure on Linux bonding active-backup (2 physical interfaces eth2 and eth3, one is used) but also with two VLANs, and later connect it to internal bridges.
I see two options for ...
0
votes
1
answer
41
views
How may i make the best of 3 flaky connections?
i have 2 access providers. Neither is stable. Either connection may go dead for seconds or hours at a time. When "working", both connections are likely to drop anywhere from 0-100% of ...
1
vote
1
answer
1k
views
Ubuntu netplan arp-ip-target issue
I have ubuntu 20.04 running netplan version 0.102-0ubuntu1~20.04.2 and i am trying to configure active-backup bond with using option arp-ip-target
bonds:
bond0:
dhcp4: no
...
0
votes
1
answer
1k
views
Autostarting bond with DHCP and eth in /etc/network/interfaces
As the title says, I'm getting conflicts when autostarting both a bond and a regular connection when using DHCP. I started a Question at ServerFault (link below), and they pointed out some conflicts, ...