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

Using twice NATTing and dns_Alg

I am trying to use twice nat along with dns_alg to support a framework, and take its measurements. I have a private network 192.168.0.0/24 this network contains www,dns,dhcp etc for its own use.DNS,WWW are also used for global access. I have say eg.…
0
votes
2 answers

VMWare ESX 3.5 - how to configure VM vSwitch for teaming?

I thought I could figure this out but can't. I'm trying to take vmnic2 and vmnic3 and create a vSwitch for just the VM's to use. I can do this part just fine. But I can't seem to team them together. I was told that I should create the teaming on…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
0
votes
1 answer

ISP Bonding with outgoing VPN and QOS - hardware, software?

My company has an office that is... at the end of a slow cable balsed link (6mbit / 0,5mbit up) with no real chance to get it faster (outskirts of the city, we tried). We may have an ugprade coming in half a year... but until then we can have 2-3 f…
TomTom
  • 51,649
  • 7
  • 54
  • 136
0
votes
1 answer

Link Aggregation (Bonding) of OpenVPN TAP devices in Windows XP

Is there any way to bond two TAP devices in Windows XP into one network device? My ISP is, in theory, providing me with a 5Mb/s connection. However, my OpenVPN tap device can only reach ~100KB/s. However, I've tried connecting two devices, and each…
Mikeage
  • 2,741
  • 6
  • 26
  • 37
0
votes
1 answer

3 Servers, 2 Work Fine, One Has Network Issues

i have 3 servers, all relatively the same hardware/config, etc. I run some data pulls on all 3, and on 2 of them, they have 1 nic, and they work fine. On the other , there are 2 nics, and unless they are both plugged in or teamed, the processes time…
ScaleOvenStove
  • 285
  • 6
  • 11
0
votes
1 answer

Intel and Broadcom Windows Teaming Equivalents to Linux Active-Backup Bonding

I am planning on teaming the NICs on all my servers so each NIC is connected to a different switch. These switches will then be trunked. I don't care about more throughput, this is just failover, and don't want to have worry about stacking the…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
0
votes
1 answer

NIC Bonding Rocky Linux 8

Since teaming is going to be deprecated, Red hat suggested to use bonding instead, however bonding in the past had the limitation of being able to bond two network cards only, which was not the case for teaming (you could add for example add 4 NICs…
BJaz
  • 19
  • 5
0
votes
2 answers

Unbalanced RX data when using network bonding in mode-4

We use a dual network card server with bond in 802.3ad mode. # cat /proc/net/bonding/bond0 Ethernet Channel Bonding Driver: v5.14.21 Bonding Mode: IEEE 802.3ad Dynamic link aggregation Transmit Hash Policy: layer3+4 (1) MII Status: up MII Polling…
0
votes
1 answer

How ARP (address resolution protocol) works with ethernet bonding?

We use a dual network card server with bond in 802.3ad mode. The outgoing bandwidth on both network cards is balanced, but the incoming bandwidth is concentrated on one network card. This issue is resolved by modifying the kernel code to make it…
0
votes
0 answers

what is the preffered configuration of NIC for Kafka - team or bond configuration?

We have 22 Kafka brokers physical machines (DELL HW) that should be finally installed as production Kafka cluster. when OS should be RHEL 7.9 version we are not sure about - TEAM vs BOND for Kafka cluster. from my understanding team network…
King David
  • 549
  • 6
  • 20
0
votes
1 answer

VMWare Server and Linux NIC Bonding

If I am running VMWare server on a Linux host, and the VMs are using bridged network, will the VMs know to failover to the other NIC? I don't have a clear picture of how VMWare bridged networking actually works. I still need to go read more about…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
0
votes
0 answers

ping fails when bond0 switches slaves, ip stays the same

setup is fresh debian 11 Bonded connection (bond0) is created using all nmcli commands sudo nmcli con add type bond con-name bondcon ifname bond0 mode active-backup +bond.options…
David
  • 1
  • 2
0
votes
0 answers

Why if you down one of the interfaces(active) used in a bond(active-backup mode) the connection to the server is lost?

Tried to configure bonding on Oracle8.7 The only problem is, trying to test it out if it works fine or not, found a little problem when you shutdown active interfaces used in the bond the connection to the server is lost. It does show that the…
0
votes
0 answers

What is use of multiple ip addressing for active bond in centos

I have created active bond in centos Virtual machine by bonding two NICs and they were on same VMnet switch, I am having difficulty to understand what will be the use of multiple ip addressing for active bond, I am new in networking sorry if I am…
0
votes
1 answer

Set NIC Bonding Transmit Hash in EL9 with NetworkManager

I have just upgraded to Rocky Linux 9 and haven't been able to set the nic bond Transmit Hash Policy to 1. I'm using NetworlManager rather than the ifcfg files which is used by default in EL9. I have tried the following steps: #sysctl -w…
Steven Lutz
  • 101
  • 2