macOS
brew install iptableslocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de iptables pour les workflows d'agents IA.
installation
brew install iptableslocal Homebrew formula metadata
sudo apk add iptablesAlpine Linux edge package indexes · iptables · Source: dl-cdn.alpinelinux.org
sudo apt install iptablesDebian stable package indexes · iptables · Source: deb.debian.org
nix profile install nixpkgs#iptablesnixpkgs package indexes · pkgs/by-name/ip/iptables/package.nix · Source: api.github.com
sudo pacman -S iptablesArch Linux sync databases · iptables · Source: geo.mirror.pkgbuild.com
sudo zypper install iptablesopenSUSE Tumbleweed package metadata · iptables · Source: download.opensuse.org
sudo dnf install iptables-develFedora Rawhide package metadata · iptables-devel · Source: dl.fedoraproject.org
aperçu
Linux kernel packet control tool
historique
iptables is the long-lived user-space command family for controlling Linux packet filtering, NAT, and mangling rules through the netfilter framework. It sits at the intersection of kernel networking, firewall administration, and distribution packaging, with companion commands such as ip6tables, arptables, ebtables, restore/save tools, and nft translation frontends.
The netfilter project was founded by Paul "Rusty" Russell as a redesign of the Linux 2.2 ipchains and Linux 2.0 ipfwadm firewall systems. Netfilter's own project history describes the late-1999 design work by Russell and Marc Boucher that generalized iptables and produced the multiple-table framework that became the filter, nat, and mangle modules.
iptables became the administrative surface for the Linux 2.4 era of packet filtering. The project grew alongside connection tracking, NAT helpers, userspace queueing, IPv6 work through ip6tables, and later the xtables command family that collected IPv4, IPv6, ARP, and Ethernet bridge filtering tools under related interfaces.
The iptables 1.8 series marked the nftables transition period by shipping both legacy xtables commands and nft-backed variants such as iptables-nft, ip6tables-nft, arptables-nft, ebtables-nft, and translation tools. That made iptables both a historic interface and a migration bridge to nftables.
iptables was adopted broadly because it arrived with the Linux kernel's netfilter subsystem and offered a scriptable firewall language that distributions, hosting providers, routers, container stacks, and security appliances could automate. Its save/restore format made rulesets easy to ship in init scripts and configuration management.
The package remains visible in package-manager culture because many Linux systems, compatibility scripts, and container/networking components still know the iptables command vocabulary even when the underlying backend is nftables. Homebrew's package metadata also exposes the full command family for macOS users who need the Linux-compatible tooling.
Typical use centers on creating chains and rules for packet filtering, network address translation, port forwarding, connection-state matching, and firewall persistence with iptables-save and iptables-restore. Administrators also use iptables-translate and iptables-restore-translate when moving legacy rule sets toward nftables.
The package is Linux-specific in purpose: on non-Linux systems it is mostly useful for packaging, cross-development, documentation, or compatibility workflows rather than native packet filtering.
For package nerds, iptables is one of the canonical examples of a small command-line package whose real meaning comes from the kernel ABI underneath it. Its packaging has to preserve many executable names because shell scripts, orchestration tools, and documentation often reference exact command variants.
It is also a transition fossil: one package contains legacy commands, nft-backed commands, multi-call binaries, and translation helpers, making it a compact map of two generations of Linux firewall administration.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
arptables | cli | exécutable global | |
arptables-nft | cli | exécutable global | |
arptables-nft-restore | cli | exécutable global | |
arptables-nft-save | cli | exécutable global | |
arptables-restore | cli | exécutable global | |
arptables-save | cli | exécutable global | |
arptables-translate | cli | exécutable global | |
ebtables | cli | exécutable global | |
ebtables-nft | cli | exécutable global | |
ebtables-nft-restore | cli | exécutable global | |
ebtables-nft-save | cli | exécutable global | |
ebtables-restore | cli | exécutable global | |
ebtables-save | cli | exécutable global | |
ebtables-translate | cli | exécutable global | |
ip6tables | cli | exécutable global | |
ip6tables-apply | cli | exécutable global | |
ip6tables-legacy | cli | exécutable global | |
ip6tables-legacy-restore | cli | exécutable global | |
ip6tables-legacy-save | cli | exécutable global | |
ip6tables-nft | cli | exécutable global | |
ip6tables-nft-restore | cli | exécutable global | |
ip6tables-nft-save | cli | exécutable global | |
ip6tables-restore | cli | exécutable global | |
ip6tables-restore-translate | cli | exécutable global | |
ip6tables-save | cli | exécutable global | |
ip6tables-translate | cli | exécutable global | |
iptables | cli | exécutable global | |
iptables-apply | cli | exécutable global | |
iptables-legacy | cli | exécutable global | |
iptables-legacy-restore | cli | exécutable global | |
iptables-legacy-save | cli | exécutable global | |
iptables-nft | cli | exécutable global | |
iptables-nft-restore | cli | exécutable global | |
iptables-nft-save | cli | exécutable global | |
iptables-restore | cli | exécutable global | |
iptables-restore-translate | cli | exécutable global | |
iptables-save | cli | exécutable global | |
iptables-translate | cli | exécutable global | |
iptables-xml | cli | exécutable global | |
nfbpf_compile | cli | exécutable global | |
nfnl_osf | cli | exécutable global | |
xtables-legacy-multi | cli | exécutable global | |
xtables-monitor | cli | exécutable global | |
xtables-nft-multi | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://www.netfilter.org/projects/iptables/index.html
métadonnées d'installation
| Clé du paquet | brew:iptables |
|---|---|
| Version | 1.8.13 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/iptables |
| Page d'accueil | https://www.netfilter.org/projects/iptables/index.html |
| Dépôt | https://git.netfilter.org/iptables |
| Docs amont | https://www.netfilter.org/documentation/index.html |
| Licence | GPL-2.0-or-later |
| Archive source | https://www.netfilter.org/pub/iptables/iptables-1.8.13.tar.xz |
| Dépendances | libmnl, libnetfilter_conntrack, libnfnetlink, libnftnl, libpcap, nftables |
| Dépendances de compilation | pkgconf |
| Bouteille | disponible (sur arm64_linux, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | iptables |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
iptables 1.8.11-2
administration tools for packet filtering and NAT
sudo apt install iptableslibip4tc-dev 1.8.11-2
Development files for libip4tc
sudo apt install libip4tc-devlibip4tc2 1.8.11-2
netfilter libip4tc library
sudo apt install libip4tc2libip6tc-dev 1.8.11-2
Development files for libip6tc
sudo apt install libip6tc-devlibip6tc2 1.8.11-2
netfilter libip6tc library
sudo apt install libip6tc2libiptc-dev 1.8.11-2
Common development files for libiptc
sudo apt install libiptc-devlibxtables-dev 1.8.11-2
netfilter xtables library -- development files
sudo apt install libxtables-devlibxtables12 1.8.11-2
netfilter xtables library
sudo apt install libxtables12iptables
nix profile install nixpkgs#iptablesiptables 1.8.10-3ubuntu2
administration tools for packet filtering and NAT
sudo apt install iptableslibip4tc-dev 1.8.10-3ubuntu2
Development files for libip4tc
sudo apt install libip4tc-devlibip4tc2 1.8.10-3ubuntu2
netfilter libip4tc library
sudo apt install libip4tc2libip6tc-dev 1.8.10-3ubuntu2
Development files for libip6tc
sudo apt install libip6tc-devlibip6tc2 1.8.10-3ubuntu2
netfilter libip6tc library
sudo apt install libip6tc2libiptc-dev 1.8.10-3ubuntu2
Common development files for libiptc
sudo apt install libiptc-devlibxtables-dev 1.8.10-3ubuntu2
netfilter xtables library -- development files
sudo apt install libxtables-devpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.