teamnl
Library for controlling team network device
Install
- All systems
-
curl cmd.cat/teamnl.sh
- Debian
-
apt-get install libteam-utils
- Ubuntu
-
apt-get install libteam-utils
- Alpine
-
apk add libteam
- Arch Linux
-
pacman -S libteam
- Kali Linux
-
apt-get install libteam-utils
- CentOS
-
yum install libteam
- Fedora
-
dnf install libteam
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libteam-utils
- Raspbian
-
apt-get install libteam-utils
- Dockerfile
- dockerfile.run/teamnl
- Docker
-
docker run cmd.cat/teamnl teamnl
powered by Commando
libteam
Library for controlling team network device
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.