How To Install Arptables-nft In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?
Maintainer: Debian Netfilter Packaging Team
Email: [email protected] .
Website: https://www.netfilter.org/
Section: net
Install arptables-nft
-
Debian
apt-get install iptables
Click to copy -
Ubuntu
apt-get install iptables
Click to copy -
Alpine OS
apk add iptables
Click to copy -
Arch Linux
pacman -S iptables
Click to copy -
Kali Linux
apt-get install iptables
Click to copy -
CentOS
yum install iptables
Click to copy -
Fedora
dnf install iptables-nft
Click to copy -
Raspbian
apt-get install iptables
Click to copy
iptables
administration tools for packet filtering and NATiptables is the userspace command line program used to configure the Linux packet filtering ruleset. It is targeted towards system administrators. Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too. The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 packet filter
iptables-nft
Linux kernel packet control tool (using nft interface)
Install the latest version of arptables-nft in Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora and Raspbian from terminal. To install the arptables-nft just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of arptables-nft from the respository and install it in your computer/server.