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.

365 questions
0
votes
0 answers

How to bond two interfaces having different speeds in Linux?

I have successfully set up two simultaneous VPN tunnels over different Internet connections to the same server. Then I've bonded them using systemd-networkd and balance-tlb mode. It works as designed, balancing traffic equally among the interfaces.…
Zouppen
  • 111
  • 5
0
votes
1 answer

Interface bonding on GRE tunnel with nmcli

I have two Ubuntu server-based routers and I'd like to bond (in broadcast mode, since I only care about redundancy) a radio link (where the radio equipment is connected to an Ethernet port) and a LTE channel (that uses a mPCIe modem) upon which a…
RH6
  • 11
  • 3
0
votes
1 answer

What is the Proper Way to Create Port Bonding on RHEL?

I've got for data interfaces on my server: eno5, eno6, ens3f0 and ens3f1. I need to create port bonding with these four interfaces with a VLAN ID 101 and with bond name data0. More info: RHEL 7.6 Interface names checked. (I've plugged of the cable…
Ali1928
  • 1
  • 4
0
votes
1 answer

debian 10 bonding error boot bond0

I try to set up bonding on my debian 10 computer. I have 2 NIC card, I try to use enp1s0fX port. Sample of my interfaces file auto bond0 iface bond0 inet static address 192.168.211.124 gateway 192.168.211.1 netmask 255.255.255.0 network…
simon
  • 139
  • 2
  • 7
-1
votes
1 answer

Using bonding in debian 9?

debian 9 is installed by default without net-tools (deprecated). If you try to install ifenslave, it will install net-tools (i don't wan't this). How can i do this ?
cyrianox
  • 7
  • 1
  • 2
-1
votes
1 answer

What could be the point to aggregate an unplugged NIC..?

I have 2 NICs on a server, one of which is unplugged... I would like to know if there is a positive point to aggregate these? Would that make the unplugged NIC useful, enabling the ability to process more packets per seconds? I choose FreeBSD 11.0…
Psyloh
  • 11
  • 4
-1
votes
1 answer

Load balance two ADSL connections Centos 7

I have centos 7 server working as a gateway for my network with three LAN cards and two internet connections from different ISPs , i want to combine the two connections and balance the network load between them .. I've tried bonding and it didn't…
MTita
  • 25
  • 8
-1
votes
1 answer

KVM/libvirt: Guest monopolizes bridge

I'm having a problem in which the first guest started on a VM host can send traffic through both of its assigned interfaces, but subsequent guests can only send traffic through one interface. My VM host setup: CentOS 6.7 (kernel…
Chris
  • 1
  • 1
-1
votes
1 answer

Intel NIC teaming or server 2012 R2?

I'd like to implement NIC teaming on one of my servers and would like to know if it's better to use the Intel NIC teaming from the drivers or to use the NIC teaming from Windows Server 2012 R2.
gijs007
  • 107
  • 1
  • 4
  • 17
-1
votes
1 answer

Write operation is happening from 1 Gigabit port instead of 10 Gigabit port in NetGear switch and its random

We have a Synology system which is connected with NetGear switch. We passed 2, 10 gigabit cables from synology to switch. We connected HP server with switch with 2, 10 gigabit port. We connected one more network on 1 gigabit port to a switch. We…
Rahul
  • 1
-1
votes
2 answers

NIC teaming and vlan support in linux

Doeas anyone has idea about vlan support in linux with NIC teaming/bonding.In case of a switch I am not able to communicate however if I remove multiple vlan interfaces from NIC , I am able to communication. Regards,
user176716
  • 13
  • 3
-1
votes
1 answer

link aggregation in esxi5 + aggregation on the switch + freebsd9 = an aggregated link that do not work

i have a 6 port intel server nic. under the settings on ESXi5, i aggregated 4 of the ports. i have ZFSGuru running on the VM, which is based off of FreeBSD 9, iirc. this VM has two interfaces, an e1000/em0 and a vxmnet2/vxn0. initially, i did…
Sameer Sheikh
  • 11
  • 1
  • 1
  • 1
-1
votes
2 answers

Is it possible to boost my server's LAN bandwidth with two Ethernet ports?

Is it possible to boost my server's LAN bandwidth with two Ethernet ports? I have two Ethernet ports on my Dell PowerEdge SC1435 and I routed both eth0 and eth1 to my router, but for some reason I'm only seeing one of the ports (eth0) getting an IP…
-1
votes
1 answer

Bonding Virtual Server with an Apache Proxy Gateway

I have two situations. Individually they work great, but together, the system will not resolve my websites. A general overview of my test environment: Proxmox VE server that has multiple VMs for different websites and a gateway VM that will redirect…
kobaltz
  • 161
  • 8
-2
votes
1 answer

How does NIC bonding in Linux work?

Entry in Wikipedia about NIC-bonding (active-backup): Active-backup (active-backup) Only one NIC slave in the bond is active. A different slave becomes active if, and only if, the active slave fails. When NIC1(master) and NIC2(slave) are in…
mushr00mer1990
  • 341
  • 4
  • 14
1 2 3
24
25