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
2
votes
0 answers

Bonding / link aggregation, is it ok to connect 2 switches together?

I have 2 computers, each with 2 ethernet ports connected to 2 unmanaged switches using linux Bonding Mode: load balancing (round-robin). Can the 2 switches connect to each other without causing a problem? It seems to operate fine and things work…
Ian Kelling
  • 2,661
  • 6
  • 23
  • 21
2
votes
1 answer

can multiple ip addresses be attached to a single network bonding device?

I am setting up an Ubuntu server for several hosting tasks that has 2 network cards and I have 5 ip addresses reserved for this server. From the bonding documentation I understand that it can easily be used both as a fault tolerance and load…
spam2
  • 23
  • 3
2
votes
5 answers

Link aggregation with DSL and Ethernet, and different ISP's?

We're a webdev company that has outgrown its ADSL bandwidth. It's currently 4/1 Mbit/s and due to distance we can't simply get faster DSL, whether ADSL or SDSL. Stacking multiple DSL connections is prohibitively expensive, and so is laying fiber due…
Martijn Heemels
  • 7,728
  • 7
  • 40
  • 64
2
votes
2 answers

Bonding Nics with Linux to get better performance

I am trying to bond two nics together to get better performance. I have two 1000MBps Intel Nics. When I had one nic I was running some benchmarks getting 106 MB/s. This is pretty close to 1GBps. So I am happy with that. When I add a second nic and…
clintonm9
2
votes
1 answer

Bonding over OpenVPN, for fault tolerance

I have two OpenVPN server, and two machines connecting to them. Server 1 openvpn address: 10.158.1.1 Server 2 openvpn address: 10.158.2.1 Machine 1 has address 10.158.1.11 on server 1, 10.158.2.11 on server2. Machine 2 has address 10.158.1.12 on…
WorK
  • 31
  • 4
2
votes
2 answers

NIC Team not achieving full Throughput

I'm trying to achieve 4Gbps throughput between my computer and my Synology Nas. Unfortunately I am only getting 1Gbps speeds between these systems. My setup is below: Synology DS1515+ with 4 NICS bonded: Windows 10 Enterprise system with a 4 port…
Jaxian
  • 169
  • 3
  • 9
2
votes
2 answers

Bonding mode 6 on Ubuntu 16.04 not increasing total transfer speed

I have a Ubuntu 16.04 server that is on a LAN with several dozen machines that need to read/write to it via samba shares. It was running a single gigabit card, but I decided to try bonding to improve the overall transfer rates in and out of the…
Ray Collett
  • 23
  • 1
  • 4
2
votes
2 answers

Linux bonding (balance-tlb), KVM guests and L2 switches = unicast flooding?

I have a unicast flooding problem on my network, that started when I moved some software to virtualized guests. It seems very similar to what reported here: Switch flooding when bonding interfaces in Linux . That question dates back to 2012... so…
z2k
  • 103
  • 6
2
votes
3 answers

Best practice for using multiple links between switches when link aggregation is not supported?

I have a half-dozen servers and workstations in an office. The systems are connected to a Cisco SG200 gigabit switch in the room. The room has two gigabit wall-port ethernet outlets. I have the switch connected to one of the wall ports. I'd like to…
mhucka
  • 679
  • 4
  • 10
  • 22
2
votes
3 answers

Bonding iSCSI connection Linux

simple Question: how can i utilize two or more ethernet interfaces on target and initiator to have fail-over to use bandwith of all interfaces Answers? My Setup: both systems run linux and have each multiple NICs connected to the same swtich. The…
Michael
2
votes
1 answer

Network link saturated. How to fix?

I have a backup server installed in rack A. That rack has a Cisco WS-C3560G-48TS-S switch installed. I also have 10 proxmox servers (=linux vm host) in rack B. That rack has a HP 2810-48 switch installed. There is currently only 1 CAT6 cable…
Jorne
  • 123
  • 1
  • 6
2
votes
1 answer

How are we supposed to use linux bonding mode balance-rr?

I'm trying to setup 10 servers with a quad port gigabit nic using the linux bonding driver in balance-rr mode. But how is this supposed to be done? I'm not buying 10Gbe hardware now because it's too expensive at this moment. So, I wanted to use…
Jorne
  • 123
  • 1
  • 6
2
votes
2 answers

Kickstart fails to set up multiple bonded interfaces

I’m having some trouble setting up bonded interfaces in a CentOS 6.5 kickstart script. I have 8 physical network interfaces, which want to be configured in pairs as 4 bonded network interfaces. My network settings are as below: network…
RikSaunderson
  • 207
  • 4
  • 13
2
votes
4 answers

Unable to set a bridge over bonding on Debian

I have a Debian 8 Jessie machine with two interfaces (eth0 and eth1) bonded in balance-rr mode (aka 0). It works smoothly, but when I try to set up a bridge on it, it doesn't work. My /etc/network/interfaces auto lo iface lo inet loopback # The…
Aaron
  • 21
  • 2
  • 3
2
votes
0 answers

Debian does not shut down interface with ip link set ... down

I have a really specific question for a trunk-testing environment. I have this network setup: +------------+ +------------+ | | +-----+ | | | eth0 +----+ br0 +----+ eth0 | | | …
Zoltan Szeder
  • 98
  • 1
  • 9