How to Install arptables in Ubuntu 18.04



Install arptables by entering the following commands in the terminal:

sudo apt update
sudo apt install arptables

Description:

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.

Homepage: http://ebtables.sourceforge.net

Version: 0.0.3.4-1build1

Section: universe/net