ip6tables
This command is an alias of iptables for the IPv6 firewall.
Install
- All systems
-
curl cmd.cat/ip6tables.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
- Docker
-
docker run cmd.cat/ip6tables ip6tables
powered by Commando
This command is an alias of iptables for the IPv6 firewall.
-
View documentation for the original command:
tldr iptables
© tl;dr; authors and contributors