ip6tables-legacy-restore
administration tools for packet filtering and NAT
Install
- All systems
-
curl cmd.cat/ip6tables-legacy-restore.sh
- Debian
-
apt-get install iptables
- Ubuntu
-
apt-get install iptables
- Alpine
-
apk add iptables
- Arch Linux
-
pacman -S iptables
- Kali Linux
-
apt-get install iptables
- CentOS
-
yum install iptables
- Fedora
-
dnf install iptables
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install iptables
- Raspbian
-
apt-get install iptables
- Dockerfile
- dockerfile.run/ip6tables-legacy-restore
- Docker
-
docker run cmd.cat/ip6tables-legacy-restore ip6tables-legacy-restore
powered by Commando
iptables
administration tools for packet filtering and NAT
iptables 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