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

How to achieve gigabit speeds with Ubuntu using bonding?

I'm working with the bonding driver on Linux (Ubuntu 12.04.2 LTS). I have 2 PCs with 2 NICs (gigabit ethernet - Intel 82574L) in each one (in total, 4 NICs). I want to improve my TCP throughput over a gigabit network, using bonding, but my problem…
0
votes
1 answer

Layer 2 Load-Balancing on redundant Architecture

Some PCs with 2 NICs are bound on 2 Switches in order to avoid a Single-Point-of-Failure (the switches are interconnected to each other too). Under which cirumstances is it possible that the PCs can actively use both links to perform load-balancing…
0xDEADBEEF
  • 103
  • 1
  • 4
0
votes
1 answer

Aggregate switch ports to go through different iptables servers acting as firewalls?

Scenario: One internet connection with the need to firewall a very high number of pps, without having to invest in expensive hardware firewalls. I do not have a specific number of pps to aim after, but I need to support as much as possible.…
0
votes
1 answer

Bonding - 2 Devices failed

i have a Linux Server - Setup with Proxmox 2.3 (ISO-Installer). I tried to update the Installation and so i got a Problem because I have to Links and must configure a bond. I have the Information from my Provider the Switch is configured fine to…
nPoday
  • 1
0
votes
1 answer

Does Bonding mode 0 works on Cisco SG100 and achieve 2GB speed for NFS?

I am planing to buy a switcher to link 2 servers each with 2 NICs (Intel Corporation I350 Gigabit Network Connection). I read that "balance-rr is the only mode were one single TCP connection can actually reach 2 Gb/s" in Does linux balance-rr (bond…
Galaxy
  • 105
  • 1
  • 9
0
votes
1 answer

MAC address allocation for channel-bonded interface

I've configured Channel-bonding (on RHEL/CentOS) with with balance-alb (mode=6) option: BONDING_OPTS="mode=balance-alb miimon=100 updelay=200 downdelay=200" which is working fine and according to the /proc/net/bonding/bond0, the active-slave is…
MacUsers
  • 469
  • 2
  • 7
  • 13
0
votes
1 answer

Obtaining and routing small IPv4 space?

I had an idea for designing a network setup in order to acquire high availability connections to my (small) network, but I seem to be running into a few problems trying to find out the particulars. The Quest I want to be able to have, in a location…
Michael Trausch
  • 289
  • 1
  • 7
0
votes
1 answer

Redhat bonding with two switch

I have a server running RHEL6 with two NICs, each connect to separate switch. Two Cisco 3560 switches connected with a trunk link. The problem is the bonding link is not stable (lost some packets). When I unplug cable from 1 uplink from server to…
Gk.
  • 728
  • 12
  • 20
0
votes
1 answer

Combine two NIC's into one preserving routing (DMZ server / Windows or Linux)

We have a DMZ server with two NIC's, one is accessed from the Internet (public IP) and one from behind the internal firewall (private IP). One application has problems to cope with a 2 IP's / 2 NIC's configuration, it only supports 2 IP's on 1…
0
votes
3 answers

Teaming on Cisco Catalyst switch

Hopefully an easy one for someone... If I'm setting up either an MPIO or Team/bond on a Windows server, does a channel group need setting up on the Cisco Catalyst switches that they're connected to? Is there any benefit to doing this? or likewise…
0
votes
2 answers

WAN Link Balancing - Best Way To Approach

First some of the details. We are a SME (80 office users 30 remote) with 2, soon to be 3 WAN connections. Our WAN connections are a T1, Cable (25/5), and soon to be DSL (10,2). We are looking to to provide automatic WAN link failover for inbound…
danorth
  • 65
  • 5
0
votes
2 answers

hostid command not returning consistent hostid on RHEL 5.6 server

We have two newly built RHEL 5.6 x86_64 servers which are part of an Oracle Database Cluster. One is named CMORAC1 and the other CMORAC2. The primary IP Addresses of both servers are 10.100.9.144 and 10.100.9.154 respectively. The network interfaces…
Yanick Girouard
  • 2,385
  • 1
  • 18
  • 19
0
votes
1 answer

No Gigabit NIC card in Xen 3.0 CentOS 5.6

I have a CentOS 5.6 linux host running two Windows Server 2008 R2 VMs in Xen. The problem I'm having is the NIC card in any VM shows up as 100Mbps and not 1000Mbps. I would like to be able to give the VM a gigabit nic card. One of the VMs is a…
Jordan Eunson
  • 1,322
  • 1
  • 9
  • 15
0
votes
1 answer

Link Aggregation with ESXi 4.1

I am trying to setup Link Aggregation between a switch and an ESXi 4.1 host. When I perform all of the steps I think that I need, the switch shows the ports as being linked and that they have an avtive link state and have negotiated the speed and…
Dennis Allen
  • 243
  • 3
  • 8
0
votes
3 answers

Nic bonding and ESXI

I was wondering something related a setup I was planning to do. I am redo doing my small vmware network to change to a better box as my iscsi target. Just like my old box this one has 2 gigabit network interfaces. My ESXi box also has 2 interfaces…
AtomicPorkchop
  • 1,975
  • 8
  • 34
  • 55