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
1
vote
1 answer

Host with bonded interfaces on one subnet, set up bridge with a different public subnet for VMs

note: I still have been unable to get this config to work, but will post my solution as soon as I figure it out. I am setting an Ubuntu host server (16.04) with a number of KVMs running on it. The host server has 4 physical NICs which are bonded in…
hmorton
  • 13
  • 4
1
vote
1 answer

why is echo "ens6f1" > interpreting as ns6f1 ie with out "e"

i am trying to execute echo "ens6f1" > /sys/class/net/bond0/bonding/slaves but getting error: bond0: Interface ns6f1 does not exist! is this an "echo" issue or some issue with the file which i am trying to write. ubuntu 14.04.4 ip l l ens6f1 25:…
ananthan
  • 1,510
  • 1
  • 18
  • 28
1
vote
1 answer

bond failing to start the backup network card on failure of main one

Our production server has 4 network cards, linked 2 by 2 on 2 bonds. External network: bond0 : eth0 up & running, eth1 active-backup Internal network: bond1 : eth2 up & running, eth3 active-backup We got at the same time failure of eth0 and eth2…
1
vote
1 answer

One of the slaves in RHEL bond doesn't work

I have a red-hat enterprise Linux 6.3 vm (VMware vsphere). I created a bond from two interfaces and it works but only when eth0 is active. When I use ifdown eth0 or echo -eth0 > /sys/class/net/bond0/bonding/slaves I lose network connectivity to the…
Tomer Schweid
  • 98
  • 1
  • 2
  • 6
1
vote
4 answers

Help on configuring a switch to make 802.3ad link aggregation work

I have a switch (SRW2024) which supports both jumbo frames and link aggregation. I've got 2 servers (each of them has 2x Gbit nic, working under kernel) that I want to connect to a filestorage backend (iSCSI, openfiler). I've setup bonding on each…
DiscoSwitch
1
vote
1 answer

Linux Spanning Tree between Bond and an interface

I try to do something with network virtualisation to get my Proxmox server ready for production in an HA environment i'm using openvswitch 2.5 the Setup that i try to reach: My Server which has 4 interfaces 3 link to switch1 and 1 link to switch2…
Gorshok
  • 29
  • 11
1
vote
1 answer

Bridge and bonding scenario not working

I'm building a very specific scenario for a IDS load balancer: At the moment I have a full-duplex network tap, which mirrors my network's traffic into 2 ports -> one port corresponding to the incoming network traffic, and the other port…
Jota
  • 31
  • 3
1
vote
1 answer

Ubuntu 16.04 bonding config not working

I have a weird problem with my bonding setup. Yesterday I've tried to install Pi Hole on my Ubuntu 16.04 server and it messed up my bonding. I've uninstalled Pi Hole, but it's not working anymore. My /etc/network/interfaces: auto lo iface lo inet…
1
vote
1 answer

Using aliased bond interface on host by an lxc container

As the title says, how do I edit the lxc container's configuration to use the aliased bond0 interface on the host? This is what I have in the /etc/network/interfaces file now: # The loopback network interface auto lo iface lo inet loopback # The…
antisa
  • 113
  • 5
1
vote
1 answer

Does a Bonded NIC need more than one internet connection to be effective?

As I understand it, a "Bonded NIC" has two purposes: Redundancy in the event of a NIC failure Additional bandwidth The former would only protect against an internet connection failure in the event that: More than one ISPs connection did not…
leeand00
  • 4,869
  • 15
  • 69
  • 110
1
vote
1 answer

Is there limit to create ling-aggregation on FreeBSD 10 by default?

I'm new using FreeBSD and one of the things that we need is two link aggregation interfaces. Looking for on Internet I found out that we can put the configuration on /etc/rc.conf. I tried to config my two interfaces but just one been up. Here my…
Kalil
  • 7
  • 4
1
vote
1 answer

Configure bond using mode=4 (802.3ad)

I have a Debian 8 system with two NICs I want to bond. My managed switch is already configured to link aggregate the two ports I'm using. On the linux box, I have installed ifenslave. In /etc/network/interfaces, I have: auto eth0 iface eth0 inet…
user2087262
  • 11
  • 1
  • 3
1
vote
2 answers

Debian KVM network setup

I have a server with 4 ethernet ports. I want to use two ports for link aggregation to be used for KVM (virtual guests). How can I go about setting this up properly? Create the link agg first then the bridge? /etc/network/interfaces auto bond0 iface…
1
vote
1 answer

CentOS, 4 NICs: two teams redandant, each team has 2 NICs, is it possible?

We have one CentOS7 or RedHat 7 "BIG" HP Proliant DL360 Gen 9 server with 4 NICs, two external switches Switch 1 and Switch 2 and many "small" servers. Those small servers have two NICs: those NICs send exact the same traffic through each NIC to…
1
vote
2 answers

Host using Linux bond mode 1 (active/backup) connected to 2 x independent switches

I have a host using Linux bond mode 1 (active/backup) connected to 2 x independent switches. Please can someone confirm if this is possible for successful failover between NICS or do I have to interconnect the two switches? If this is already…
adamjth
  • 11
  • 1
  • 3