man > iptables-save(8)

📛 NAME

iptables-save — dump iptables rules
ip6tables-save — dump iptables rules

🚀 Quick Reference

Use CaseCommandDescription
Dump all tablesiptables-savePrint all iptables rules to stdout
Dump specific tableiptables-save -t filterOnly dump the filter table
Include countersiptables-save -cInclude packet and byte counters
Save to fileiptables-save -f /etc/iptables/rules.v4Save rules to a file
IPv6 saveip6tables-saveDump IPv6 iptables rules
Custom modprobeiptables-save -M /sbin/modprobeSpecify path to modprobe

📋 SYNOPSIS

iptables-save [-M modprobe] [-c] [-t table] [-f filename]
ip6tables-save [-M modprobe] [-c] [-t table] [-f filename]

📝 DESCRIPTION

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.

🛠️ -M, --modprobe modprobe_program

Specify the path to the modprobe program. By default, iptables-save will inspect /proc/sys/kernel/modprobe to determine the executable's path.

📁 -f, --file filename

Specify a filename to log the output to. If not specified, iptables-save will log to STDOUT.

🔢 -c, --counters

Include the current values of all packet and byte counters in the output.

🗂️ -t, --table tablename

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.

🐞 BUGS

None known as of iptables-1.2.1 release

👥 AUTHORS

Harald Welte <laforge AT gnumonks.org>
Rusty Russell <rusty AT rustcorp.au>
Andras Kis-Szabo <kisza AT sch.hu> contributed ip6tables-save.

📚 SEE ALSO

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.

iptables-save(8)
📛 NAME 🚀 Quick Reference 📋 SYNOPSIS 📝 DESCRIPTION
🛠️ -M, --modprobe modprobe_program 📁 -f, --file filename 🔢 -c, --counters 🗂️ -t, --table tablename
🐞 BUGS 👥 AUTHORS 📚 SEE ALSO

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)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format