teamd
Team network device control daemon
Install
- All systems
-
curl cmd.cat/teamd.sh
- Debian
-
apt-get install teamd
- Ubuntu
-
apt-get install teamd
- Arch Linux
-
pacman -S teamd
- Kali Linux
-
apt-get install teamd
- CentOS
-
yum install teamd
- Fedora
-
dnf install teamd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install teamd
- Raspbian
-
apt-get install teamd
- Dockerfile
- dockerfile.run/teamd
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.