ebtables-save
Ethernet bridge frame table administration
Install
- All systems
-
curl cmd.cat/ebtables-save.sh
- Debian
-
apt-get install ebtables
- Ubuntu
-
apt-get install ebtables
- Alpine
-
apk add ebtables
- Arch Linux
-
pacman -S ebtables
- Kali Linux
-
apt-get install ebtables
- CentOS
-
yum install ebtables
- Fedora
-
dnf install ebtables
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ebtables
- Raspbian
-
apt-get install ebtables
- Dockerfile
- dockerfile.run/ebtables-save
- Docker
-
docker run cmd.cat/ebtables-save ebtables-save
powered by Commando
ebtables
Ethernet bridge frame table administration
Ebtables is used to set up, maintain, and inspect the tables of Ethernet frame rules in the Linux kernel. It is analogous to iptables, but operates at the MAC layer rather than the IP layer.