bond2team

Team network device control daemon

Install

All systems
curl cmd.cat/bond2team.sh
Debian Debian
apt-get install libteam-utils
Ubuntu
apt-get install libteam-utils
Alpine
apk add libteam
Arch Arch Linux
pacman -S libteam
image/svg+xml Kali Linux
apt-get install libteam-utils
CentOS
yum install teamd
Fedora
dnf install teamd
Windows (WSL2)
sudo apt-get update sudo apt-get install libteam-utils
Raspbian
apt-get install libteam-utils
Docker
docker run cmd.cat/bond2team bond2team powered by Commando

teamd

Team network device control daemon

libteam-utils

library for controlling team network device -- userspace utilities

Libteam provides a mechanism to team multiple NICs (ports) at OSI Layer 2 (Data link) into a single virtual NIC. The process is called "channel bonding", "Ethernet bonding", "channel teaming", "link aggregation", etc. This is already implemented in the Linux kernel by the bonding driver but unlike the bonding driver, libteam (user space) has the following additional features: * load-balancing for LACP support * NS/NA (IPV6) link monitoring * port priorities and stickiness ("primary" option enhancement) * separate per-port link monitoring setup Libteam requires Linux kernel 3.3 or higher. This package provies user-space counterpart for team network driver.

libteam

Library for controlling team network device