arp
Show and manipulate your system's ARP cache. More information: <https://manned.org/arp>.
Install
- All systems
-
curl cmd.cat/arp.sh
- Debian
-
apt-get install net-tools - Ubuntu
-
apt-get install net-tools -
Alpine
-
apk add net-tools - Arch Linux
-
pacman -S net-tools - Kali Linux
-
apt-get install net-tools - CentOS
-
yum install net-tools - Fedora
-
dnf install net-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install net-tools - Raspbian
-
apt-get install net-tools - Docker
-
docker run cmd.cat/arp arppowered by Commando
Show and manipulate your system's ARP cache. More information: <https://manned.org/arp>.
-
Show the current ARP table:
arp -a -
Delete a specific entry:
arp -d address -
Create an entry in the ARP table:
arp -s address mac_address
© tl;dr; authors and contributors