The arptables computer software utility is a network administrator's tool for maintaining the Address Resolution Protocol (ARP) packet filter rules in the Linux kernel firewall modules.

The tools may be used to create, update, and view the tables that contain the filtering rules, similarly to the iptables program from which it was developed. A popular application is the creation of filter configurations to prevent ARP spoofing.

Linux kernel 2.4 only offers two ARP filtering chains, INPUT and OUTPUT, and Linux kernel 2.6 adds the third, FORWARD, applied when bridging packets.

edit


📚 Artikel Terkait di Wikipedia

Nftables

while legacy tools are configured via the utilities iptables, ip6tables, arptables and ebtables frameworks. nftables utilizes the building blocks of the

Iptables

for different protocols; iptables applies to IPv4, ip6tables to IPv6, arptables to ARP, and ebtables to Ethernet frames. iptables requires elevated privileges

Netfilter

forwarding and hardware offload support. iptables(8) ip6tables(8) ebtables(8) arptables(8) ipset(8) nftables(8) The kernel modules named ip_tables, ip6_tables

Address Resolution Protocol

Software utility for discovering and probing hosts on a computer network Arptables – Network administrator's tool Arpwatch – Computer networking software