arptables-restore
ARP table administration
Install
- All systems
-
curl cmd.cat/arptables-restore.sh
- Debian
-
apt-get install arptables
- Ubuntu
-
apt-get install arptables
- Arch Linux
-
pacman -S arptables
- Kali Linux
-
apt-get install arptables
- CentOS
-
yum install arptables
- Fedora
-
dnf install arptables
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install arptables
- Raspbian
-
apt-get install arptables
- Dockerfile
- dockerfile.run/arptables-restore
arptables
ARP table administration
Arptables is used to set up, maintain, and inspect the tables of ARP rules in the Linux kernel. It is analogous to iptables, but operates at the ARP layer rather than the IP layer.