Questions tagged [bonding]

41 questions
26
votes
1 answer

Unable to bond two 2.5 Gbps Realtek RTL8156 Ethernet adapters via LACP on Linux

I'm in the process of upgrading my Ethernet to 10 Gbps to speed up the connectivity of my local network. Regretfully, a machine on my network has ran out of PCIe slots, so a native 10 GbE PCIe adapter is not an option. A USB adapter is the only…
比尔盖子
  • 1,403
13
votes
4 answers

Is Windows 10 Software NIC Teaming now possible?

Windows Server 2012 brought with it NIC teaming of adapters by different manufacturers. I mean teaming using 1 NIC from say Intel and the other from Realtek. It has been possible to do teaming or bonding at the driver level, but what was…
albal
  • 1,251
  • 1
  • 11
  • 23
3
votes
1 answer

Unable to bond two Wi-Fi adapters

I have two mobile Wi-Fi routers (with IP 192.168.0.1 and 192.168.1.1) and two usb Wi-Fi adapters and trying to bond them into failover connection. Using OpenSUSE 12.3 in YaST I've chosen Traditional Method with ifup and first of all I've created two…
ytterrr
  • 31
2
votes
1 answer

Mac OS LACP Connection Can't Ping Certain Hosts

I have a Mac OS Machine that I've set up a LACP connection with a cisco SG300. bond0: flags=8843 mtu 1500 options=23 ether 00:0a:cd:26:c3:f6 inet6…
Dobler
  • 121
2
votes
1 answer

systemd-networkd does not enslave interfaces on bond

I have installed systemd-210 on a server and i want to create a bond for 4 interfaces. Therefore i created a 'catch-all' .network file: /etc/systemd/networkd/10.all-interfaces-to-bond0: [Match] Name=en* [Network] Bond=bond0 Moreover i created the…
user61664
  • 263
  • 1
  • 2
  • 7
2
votes
0 answers

Team interface drops packets

After upgrading from 3.10.104 to kernel 4.14 I see constant drops (around 10 packets/sec) on team interface (TX) in active-backup mode, increasing txqueuelen on a physical port helps, however, drops still occur from time to time. Here is ifconfig…
yy7k
  • 41
2
votes
2 answers

Can clients that only support 20MHz channel width connect to a wireless network offering 40MHz?

I understand and appreciate all the caveats around 20MHz/40MHz channel widths in the 2.4GHz spectrum but I've never been clear whether a client device that only supports 20MHz can work with an access point that's using a 40MHz width channel? Apple…
2
votes
1 answer

How do the big companies like mushroom networks/peplink get there solutions to bonded internet? Can I do that with a vps for @ Home?

I’ve been researching it for months. so far every method I tried: mlvpn, mlppp over pptp, IPsec over gre tunnels, and openvpn bonded lines have all failed, currently attempting a Golang solution for a channel bonding proxy. i need more suggestions…
1
vote
2 answers

Bonding 2 Internet Service Provider connections?

It's a silly question, probably, but anyway... I've got 2 Internet Service Providers: First provides a connection that runs over L2TP Second provides a Wifi connection Is there any way I can bond this two internet channels together to improve…
Nemoden
  • 2,547
1
vote
0 answers

Aggrigate two LTE connections using two wireguard links for increased bandwidth

I'm using Teltonika RUTX12 dual LTE cat 6 router with two 4G sim cards. Each sim card give me around 16mbps of down-link which is to me very slow. While purchasing this unit I thought it comes with proper link aggregation but it only have simple…
1
vote
0 answers

Ubuntu 20.04 LTS, netplan: Setup LACP for two InfiniBand interfaces?

I've been asked to setup a bonded InfiniBand interface (LACP) on a Ubuntu server running 20.04 LTS and currently configured with netplan. I've searched the topic, but no real good answer on how to set it up using netplan. Is it even supported? I'm…
MagNJ
  • 11
  • 1
1
vote
0 answers

How can I fully automate Windows Bluetooth Pairing and Unpairing?

For purposes of building an automated hardware test rig, I need to be able to automatically pair and unpair a bluetooth device with a windows machine. Windows API's require user confirmation for security reasons. Is there any way to fully automate…
DonGar
  • 181
1
vote
0 answers

Bonding wifi and ethernet interfaces - wrong Local-IP

I am trying to bond two internet connections on my raspberry pi (Raspbian Linux 10). The bonding mode should be fault-tolerance. The primary connection should be a wifi connection (wlan0), the second one an LTE Surfstick (eth1). The problem here is…
1
vote
1 answer

Bonded interface with interfaces from separate VLANs in Linux

If I have two interfaces (eth0 and eth1) on separate VLANs (100 and 200), can they be bonded together into bond0 in such a way that traffic for each VLAN can be routed correctly? Let’s say the subnet 10.1.1.0/24 is on VLAN 100 and subnet 10.1.2.0/24…
1
vote
1 answer

Proxmox: Packet loss on bonded NICs in LACP mode

Got a bit of a strange problem. I have a machine running Proxmox 5.3 that has among its hardware a 4 port Intel NIC card (Gigabit, PCI-e) in addition to a fifth Gigabit ethernet on the motherboard. I have the machine configured that the onboard NIC…
NOP
  • 363
1
2 3