Questions tagged [bonding]

"bonding" is the Linux-term for link aggregation.

Cisco terminiolgy is "etherchannel", other vendors may talk about "trunking".

The idea is to use several pyhsical lines in the same (sub)network or VLAN and load-balance the traffic across these lines.

To make it work both "ends" need to use the same LB-mode.

369 questions
0
votes
1 answer

VPN & Separate Internet Connection Bonding

I'm currently working with a large charity which has about 50 offices, each are interconnected with a dedicated VPN, which they use to access their secure database system, internal websites along with general internet usages. One of their offices…
MikeT505
  • 431
  • 3
  • 8
  • 22
0
votes
0 answers

Unable to clear virtual mac address on Mellanox ConnectX3 HP 546FLR

I recently had some problems with setting up bond interfaces during deployment with canonical maas. Two server stuck with the same mac address as virtual mac address and I have no idea where I can set or clear this. Within Ubuntu the virtual mac is…
0
votes
0 answers

Bonded interface auto select SSID | Linux

I have setup bond interface to unite wired and wireless connection. Like there. But if I want to connect to a different wifi SSIDs I need to reconfigure my bond interface or create different bonds for each SSID. Is it possible to make bonded…
0
votes
0 answers

Which Network bonding mode gives better performance

I have 2 ethernet interfaces eth0 and eth1. My goal is to use same ip for both interfaces. I tried Balance Round Robin- poor bandwidth performance observed Active backup - Only one interface working Which bonding mode gives similar performance when…
krishna
  • 9
  • 1
0
votes
1 answer

How to ping backup interface?

this is my network configuration: bond interface 192.168.101.50/24 has two salaves: eth1 (192.168.101.1) that is connected to 192.168.101.2 and eth2 (192.168.101.10) that is connected to 192.168.101.11. I created a bond interface bond0 in…
0
votes
0 answers

CARP getting confused with 2 interconnected switches and bonding

I'm having a pretty straight forward 10G switch setup: +-----+----+ +-----+----+ | |port2 ISL port2| | | switch A +--------------------------+ switch B | | | | …
xsign
  • 1
  • 1
0
votes
1 answer

Shared network attached storage - trunked with multiple vlans?

I am introducing an NFS server which I would like to share with KVM guests across different VLANS. I am trying to find a solution which would strike a good balance between function, serviceability, observability, and security. In this case I have…
0
votes
1 answer

ip link add test_team_slave type team_slave - RTNETLINK answers: Operation not supported

Trying to set up teaming on a Crux Linux with a custom kernel. I have teamd and teamdctl already installed on my system, I managed to find kernel modules for teaming and successfully enabled them. Tested it by running ip link add testTeam type team,…
0
votes
0 answers

Error while creating a bonding interface

I have a problem with creating a bonding interface on Debian 10.11. What I did was install ifenslave and then stop networking. I edited /etc/network/interfaces as below: #WiFi Interface auto mlan0 iface mlan0 inet manual bond-master bond0 …
fnsq
  • 11
  • 1
  • 3
0
votes
1 answer

How to improve TCP tolerance to out-of-order delivery in Linux balance-rr bonds and/or FreeBSD roundrobin laggs?

I have 3 servers networ kwise configured as follows A is a DELL R710 is running Linux 5.13.19-1-pve Proxmox VE 7.1 and has 4 NICs teamed in a balance-rr mode bond. B is a DELL R610 is running Linux 5.13.19-1-pve Proxmox VE 7.1 and has 4 NICs teamed…
dacabdi
  • 101
  • 2
0
votes
1 answer

Bonding two NICs on ubuntu - each one is connected to different subnet with internet connection

I am struggling with this for over a week. I am new to the networking so I am learning everything from the start past few days. I am in need to implement seamless switch between two network interfaces. For example I have one internal network wifi in…
eraz
  • 1
  • 1
0
votes
1 answer

Can LACP run over Linux tunnel devices?

I'm looking for a way to know if a tunnel device is up or down without needing to use ping myself. Every single tunnel device (gre, ipip, l2tp, geneve, etc) does not have a logical mechanism to decide if the tunnel is up or down, it is determined by…
nutbush
  • 1
  • 1
0
votes
1 answer

Ethernet bond interface fails after NIC replacement

I've replaced a failing 10GbE adapter in a Dell PowerEdge server running a bonded pair of Cat6 cables to an aggregate switch. The old NIC and its replacement are both Intel Ethernet Controllers (10-Gigabit X540-AT2) so I assumed (probably…
Beady Eye T
  • 143
  • 1
  • 1
  • 8
0
votes
1 answer

Bonding NIC on VM

I have an ESXi server with a DS switch configured with LACP and lag uplink with 2x10G port on the switch I'm wondering if I give 2 10G interfaces on my VM can I bond them and use that 20G uplink? I have one VM on my ESXi host.
GKaveH
  • 31
  • 4
0
votes
1 answer

Why does my bond interface with multiq ignore tc's queue selection?

On Debian Buster, Kernel 5.4.51, I have two interfaces tap0 and tap1 joined in a bond interface in mode balance-xor to increase throughput. There is, however, some traffic that must be sent through tap0. For the rest I don't care. Theoretically, the…
RenWal
  • 21
  • 5