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

What builds /proc/net/bonding?

We're monitoring the network interfaces with Nagios/check_mk, which looks at /proc/net/bonding/bond0 to see the status of the interfaces. Unfortunately, we had an improper config and 2 NICs were in there but showing down (rightfully so since they're…
tkbarnes
  • 21
  • 1
  • 5
1
vote
2 answers

Connect multiple times to the same wifi network

Is it possible to connect multiple times (with different MAC addresses) to the same wifi network with just one network card? Is there already a tool to do this?
Ka Rl
  • 165
  • 1
  • 1
  • 5
1
vote
0 answers

Dell PowerConnect Link Aggregation Failover Failed

We are a small office with two Dell PowerConnect 5548 switches that, together, cover all of our servers and hosts. I had them connected using ports 47 and 48, which I placed in a LAG. Port 47 was using a fiber converter box on each end that was…
1
vote
1 answer

NIC bonding over bridged GRE-TAP: not getting replies... unless I run "tcpdump"?

I'm trying to get Linux bonding working over a VPN (GRE-TAP). The funny thing is, that it only works when I have tcpdump running on both hosts, but more on that later... There are two machines, called pxn1 and pxn2. They are connected together using…
Udo G
  • 443
  • 4
  • 9
  • 20
1
vote
2 answers

VMWare Fusion: Bridged Network Using a Bonded NIC

I'm attempting to set up a virtual machine in VMWare Fusion (2.0.5) but am having issues getting bridged networking to start. Whenever I start a virtual machine that I wish to use bridged networking I am given the following error: "The network…
Chealion
  • 5,733
  • 28
  • 29
1
vote
1 answer

Linux peer-to-peer ethernet bonding

I have two linux servers. Each have 2 ethernet ports. I connect port-to-port with straight-through ethernet cables between the 2 servers (there is no network switches involved). I want to bond the 2 interfaces on each side so I have one interface…
Waslap
  • 173
  • 5
1
vote
2 answers

How to use both bonding and bridge?

I have a server with two network adapters. I configured bonding and it works. Here's the working configuration: auto lo iface lo inet loopback auto eth0 iface eth0 inet manual bond-master bond0 bond-primary eth0 auto eth1 iface eth1 inet…
Arseni Mourzenko
  • 2,275
  • 5
  • 28
  • 41
1
vote
1 answer

Receive-side NIC teaming using LACP for use with NFS

I have a server with a 10G connection to a central switch. One NFS client has (2) gigabit NICS connected to the same switch. I'd like the NFS client to receive bandwidth of 2Gbps from the 10G server at any given time. The main application that I use…
ensnare
  • 2,212
  • 7
  • 24
  • 40
1
vote
0 answers

Aggregate two pptp connection ubuntu

I used pptp client to create two pptp VPN connection ppp0 and ppp1. I would like to aggregate these two connections (in round-robin style). I tried bonding , but it seems that it only work for two physical connection like ethernet.
MKT
  • 81
  • 5
1
vote
1 answer

How do I properly test NIC teaming in Windows Server 2012 R2

I'm trying out NIC teaming in Windows Server 2012 R2 and I am not getting the testing results I expect. My setup is a PCI-X 64-bit 133 MHz Intel Pro 1000/GT Quad on one server, and four individual Realtek 8111 gigabit PCI-E x1 cards on the other…
WaxTrax
  • 217
  • 1
  • 4
  • 9
1
vote
1 answer

Bonding more than 2 nics causes connection drops

I'm running CentOS 6.5. I have 3 servers with quad 1Gb nics. I'm using bonding mode 6 (tried 0 as well) running through a cisco 4948 switch. When only two network cables are attached, no issues. If more than two are connected, the network randomly…
Brian Lovett
  • 197
  • 2
  • 11
1
vote
1 answer

Xen 6.2 - NIC bonding - LACP or active/active?

I have 3 XenServer 6.2 machines with 4x 1Gb NICs. Would I be better served by: putting these in an LACP bond at the switch putting these in an active/active at the xen server leaving them separated?
ethrbunny
  • 2,369
  • 4
  • 41
  • 75
1
vote
1 answer

NIC Bonding/balance-rr with Dell PowerConnect 5324

I'm trying to get NIC bonding to work with balance-rr so that three NIC ports are combined, so that instead of getting 1 Gbps we get 3 Gbps. We are doing this on two servers connected to the same switch. However, we're only getting the speed of one…
1
vote
1 answer

bonding of bond interface in ubuntu 13.04

Is it possible to bonding of bond interface? I have two NIC bonded as bond0 (balance mode) and two other NIC bonded as bond1 (balance mode). I want to create bond2 (active back-up mode) by using bond0 and bond1. Additional Information : I'm using…
1
vote
2 answers

Broadcom Advanced Control Suite 4 on a PowerConnect 2848 making router (ASA5505) throw ARP errors when TEAMING (different MAC addresses from same IP)

For some reason the Broadcom Advanced Control Suite 4 seems to be a little buggy OR I have not configured something correctly. I have 4 Gb NICs and I team 3 of them to make a virtual adaptor... NIC_1 - mac: 180373f039c8 - ip: n/a (disabled) -…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35