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

OEL 6.5 bonding mode=802.3ad no connection

OEL 6.5 bonding mode=802.3ad no connection I configured 2nic into bond on OEL 6.5. to cisco switch (lacp) ---------- | eth0 |=====+ +~~physical-link~~\ ---------- || --------- | ---------- |===|…
0
votes
1 answer

bond0 and xen = crash

Bonding with xen 1 - Stop all guests. Reboot dom0 after running "chkconfig xend off" and "chkconfig xendomains off". 2 - Configure bond0 by enslaving eth0 and eth1 to it. I added the below two entries to /etc/modprobe.conf. alias bond0…
Rajat
  • 3,349
  • 22
  • 29
0
votes
1 answer

link aggregation with wifi and ethernet on Linux

I have a computer running linux with a wifi and an ethernet interface. I'd like to set up link aggregation (at least fail-over, but other modes would be nice too) between these two so that both this computer, and others on the network see only a…
askvictor
  • 854
  • 3
  • 15
  • 29
0
votes
1 answer

Server hangs on "bringing up interface bond0"

Server is HP DL380 running Red Hat 4. Server is cloned by swapping drives in raid. When starting in new server, kudzu finds 4 nics removed, 4 nics added, and adds default ifcfg-eth0 - 4 in /etc/sysconfig/network-scripts/ Then I basically tried to…
Erik I
  • 483
  • 3
  • 7
  • 18
0
votes
0 answers

RHEL6: bonding NICs with DHCP reservation problems

I am using a 4 NIC bond with Bonding Mode: transmit load balancing and a port channel is configured on the switch. I have a DHCP reservation for the IP address being used for the bond. I configured this and restarted network services today, but…
usedTobeaMember
  • 616
  • 15
  • 25
0
votes
1 answer

Active-passive xenserver bond availibility after stacked switch failure

Citrix documentation for Xenserver recommends that when physicals NICs participating in an active-passive bond, need to be connected to different switches, the switches must be stacked.. Would the bond still fail-over to any one of the NICs if one…
Junaid
  • 73
  • 7
0
votes
1 answer

storage traffic not going through Bonded interface

hi few days back i have asked a question here choosing network interface based on network purpose on my Centos server there are 4 NICs i bonded first two NICs and created bond0 with an MTU of 8600 and bonded second two interfaces and created…
0
votes
1 answer

bond interface without link on boot

After a server reboot, bond0 has not been started since one of its slave ethernets (eth2) had no link, I had to manually set it with: ip link set dev eth2 up Server has one bond to the LAN (with bridge for KVM) and another bond for drbd to another…
Lluís
  • 425
  • 1
  • 4
  • 22
0
votes
1 answer

brctl addbr and bonding not working for CentOS6 if IPv6 is disabled

I set up a CentOS6-XEN4-Server according to these instructions. Now I want to set up bridges - first manually: brctl addbr test - but this fails with: "add Bridge failed: Package not installed" Googling about that I tried to manually modprobe bridge…
Nils
  • 7,695
  • 3
  • 34
  • 73
0
votes
2 answers

Link Aggregation & Windows Servers

So... We have a few servers that we would like load balanced link aggregation between multiple network interfaces. In the past we have used broadcom basp teaming using LACP. Today we encountered THIS problem. An 'A' record for one of our DCs…
Matt
  • 1,142
  • 1
  • 12
  • 32
0
votes
3 answers

Linux: Using bonding to connect two servers for faster file transfer

My setup is two Dell R720 servers which are connected over 4 gigbit ports each to a Cisco WS-C2960S-24TS-L switch which in turn is connected to the Internet via 100MBit. The servers are running Wheezy with an openvz (redhad)…
Scheintod
  • 391
  • 1
  • 5
  • 17
0
votes
1 answer

How to bond NIC on a virtual machine?

I'm puzzled about this process. Historically when I've setup an LACP bond on a piece of physical hardware I have to create the analogous setup on the switch. How does this work with a virtual machine (Xen, VMWare, whatever)? How would it be handled…
ethrbunny
  • 2,369
  • 4
  • 41
  • 75
0
votes
1 answer

Are balance-xor and 802.3ad modes of Bonding meant to provide per-flow balancing?

The title says it all :) Well we have 2 links, one is 1MB (CIR/ dedicated), the other is 12MB (shared). 12MB one is not at all reliable too.. So what I want is to not lose my packets into the "black-hole" of the shared link, that's why I want…
Junaid
  • 73
  • 7
0
votes
1 answer

Solaris 10: IPMP setup with zone and defrouter

I'm a bit desesparated by some kind of "bugs" we recently faced. We are using Solaris 10 on SPARC platform (T4-4) to run zones. Obviously, we do IPMP for safety. Some of those zones are legacy, so they are (unfortunately) using different network…
0
votes
1 answer

Choosing bonding mode between RHEL server and two separate switches

I have one RHEL 6 server with two NIC ports (each Port is connected to different switch). I need to create bonded interface from those two physical ports. Which bonding mode should I use? I don't want to use mode 1, active /backup won't help me…
TRA
  • 83
  • 1
  • 5