ebtables-save

Ethernet bridge frame table administration

Install

All systems
curl cmd.cat/ebtables-save.sh
Debian Debian
apt-get install ebtables
Ubuntu
apt-get install ebtables
Alpine
apk add ebtables
Arch Arch Linux
pacman -S ebtables
image/svg+xml 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
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.

iptables-nft

Linux kernel packet control tool (using nft interface)