iptables-save — dump iptables rules
ip6tables-save — dump iptables rules
| Use Case | Command | Description |
|---|---|---|
| Dump all tables | iptables-save | Print all iptables rules to stdout |
| Dump specific table | iptables-save -t filter | Only dump the filter table |
| Include counters | iptables-save -c | Include packet and byte counters |
| Save to file | iptables-save -f /etc/iptables/rules.v4 | Save rules to a file |
| IPv6 save | ip6tables-save | Dump IPv6 iptables rules |
| Custom modprobe | iptables-save -M /sbin/modprobe | Specify path to modprobe |
iptables-save [-M modprobe] [-c] [-t table] [-f filename]
ip6tables-save [-M modprobe] [-c] [-t table] [-f filename]
iptables-save and ip6tables-save are used to dump the contents of IP or IPv6 Table in easily parseable format either to STDOUT or to a specified file.
Specify the path to the modprobe program. By default, iptables-save will inspect /proc/sys/kernel/modprobe to determine the executable's path.
Specify a filename to log the output to. If not specified, iptables-save will log to STDOUT.
Include the current values of all packet and byte counters in the output.
Restrict output to only one table. If the kernel is configured with automatic module loading, an attempt will be made to load the appropriate module for that table if it is not already there. If not specified, output includes all available tables.
None known as of iptables-1.2.1 release
Harald Welte <laforge AT gnumonks.org>
Rusty Russell <rusty AT rustcorp.au>
Andras Kis-Szabo <kisza AT sch.hu> contributed ip6tables-save.
iptables-apply(8), iptables-restore(8), iptables(8)
The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO, which details NAT, and the netfilter-hacking-HOWTO which details the internals.
Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-19 12:19 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format