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

Ubuntu 12.04 - Issue with routing between ethernet and bond/bridge

I have a device which has 3 Ethernet devices and one WiFi-device on board. I'm using eth0 for an internal network (192.168.1.0/24) and eth1, eth2 and wlan0 to connect to an external network (192.168.0.0/24). eth1 and eth2 are configured in a bridge…
Spike101
  • 31
  • 2
3
votes
1 answer

RHEL 7.1 iscsid fails to get target as networking doesn't seem to have started

I have 2 RHEL 7.1 VMWare vm's (server and client) connected on a private vmware network. They each have 2xe1000 nics using teaming. I can see the teaming works as expected. I've also configured iscsi on the server vm, which provides a target, which…
Jim
  • 53
  • 4
3
votes
1 answer

Bond on top of VLANs or VLANs on Top of Bond

Both ways seem possible. What is the better approach within Linux? Better means more efficient assuming my switch doesn't know about LACP+Tagging. Thanks!
3
votes
2 answers

Ubuntu Linux, Bonding, and VLANS - Can I configure all interfaces to be tagged? IE: Bring up BOND0 interface without an IP Address

I have a server with multiple adapters in a bond, bond0. I am not sure (even after extensive research) how to bring up the bond0 device without an IP address. I want the VLANs to use bond0, but not have an untagged interface on the server. auto…
JTWOOD
  • 328
  • 1
  • 6
  • 15
3
votes
1 answer

High packet loss with kvm, bridge and bonding

I have 2 servers connected through cisco linksys sg500. Both hosts have identical configuration (Ubuntu 14.04 LTS, 4 * 1Gb/s network interfaces with bonding). When I set up bridge and interface bonding on both servers and ping first host from second…
supaplex
  • 31
  • 2
3
votes
1 answer

VLAN configuration in linux not showing tags in tcpdump

i bonded 2 NIC and specified VLAN tag of 11 cat /etc/sysconfig/network-scripts/ifcfg-bond0.11 DEVICE=bond0.11 ONBOOT=yes VLAN=yes NM_CONTROLLED=no STP=no HOTPLUG=no also ifconfig bond0.11 192.168.211.6 netmask 255.255.255.0 then tcpdump -i…
Blue Gene
  • 635
  • 1
  • 5
  • 10
3
votes
1 answer

Linux NIC bonding failure; strange CPU load

Note: An update as been added below I'm having a very strange issue with a Linux server (Debian 6.0.6) using 802.3ad NIC bonding. Occasionally all of the NICs in the bond get marked as down and the events process runs away with 100% CPU utilization…
Rain
  • 211
  • 1
  • 3
  • 10
3
votes
1 answer

LACP Throughput Issues

I have been struggling with an LACP implementation for a while now, and the number of variables has really been getting overwhelming. Right now the setup I have is two hosts running 2008R2, each of which are connected to a Force10 S50 switch. On the…
user124712
  • 41
  • 2
3
votes
2 answers

Increase data transfer speed through bonding/lacp?

I want to maximize the throughput of a data transfer between two servers. The copy will be made at the application layer using Robocopy. To clear things up, please check my Visio schema of the network: FS1---------(SW1)===========(SW2)---------…
Delta
  • 189
  • 3
  • 9
3
votes
2 answers

HP Procurve 1800 Switch-to-Switch Trunks and LACP (and VLANs too!)

I am considering connecting two (and possibly three) HP Procurve 1800 switches together with trunks or with LACP. I can't find any substantial answer to my questions via Google or here. I did find this question Server-to-Switch Trunking in Procurve…
Mei
  • 4,590
  • 8
  • 45
  • 53
3
votes
2 answers

NIC bonding can't go above 1 Gbps

I have 4-ports Intel 82571EB Gigabit adapter. It uses e1000e driver. The test machine is running Ubuntu 9.10, clients 9.10/10.04. I tried link aggregation (mode 4) and adaptive load balancing (mode 6). The setup is as follows: server == 4-port NIC…
grs
  • 2,235
  • 6
  • 28
  • 36
3
votes
4 answers

Bonding and default gateway problem (CentOS)

I configured network bonding on two machine with centos 5.5. Bonding works well, but the problem is default gateway: it is not configured! I follow this tutorial. I added GATEWAY in both (and either) /etc/sysconfig/network and…
lg.
  • 4,649
  • 3
  • 21
  • 20
3
votes
3 answers

Setting up server in 3rd world... what are my options for aggregating cheap internet connections?

I work in the third world at an educational ministry. We're setting up in a new office and need to decide on an Internet package. Because the (only) telecom business has figured out that government organizations can spend limitless money on an…
andrew
3
votes
4 answers

Instabilities with Bridged and bonded interfaces

I did post yesterday to get a working setup with several bridged interfaces used for virtual machines (KVM/libvirt). One of the bridged interface is just using eth3 as its ports while the second one (public traffic) is using an ethernet bonded…
Henry-Nicolas Tourneur
2
votes
0 answers

NIC bonding on Linux in redundant network topology

I want to implement NIC bonding on Linux server in redundant network topology as shown in the network diagram below. Network topology Both interfaces of the Linux server fa0 and fa1 would be in one bond with mode active-backup, so only one of the…
ananetworking
  • 33
  • 1
  • 6