man > ip6tables-save(8)

📛 NAME

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

🚀 Quick Reference

Use CaseCommandDescription
💾 Save all IPv4 rulesiptables-savePrint all current IPv4 firewall rules to STDOUT
🌐 Save all IPv6 rulesip6tables-savePrint all current IPv6 firewall rules to STDOUT
📊 Include countersiptables-save -cAdd current packet and byte counters to the output
📁 Output to fileiptables-save -f /etc/iptables/rules.v4Log rules to a file instead of STDOUT
🔖 Single tableiptables-save -t filterRestrict output to a specific table (e.g., filter, nat, mangle)
🔧 Custom modprobeiptables-save -M /sbin/modprobeSpecify path to the modprobe program

📋 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

📘 The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO, which details NAT, and the netfilter-hacking-HOWTO which details the internals.

ip6tables-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-18 16:42 @2600:1f28:365:80b0:f8a4:e764:d6bb:8e66
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format