1IPTABLES-SAVE(8) IPTABLES-SAVE(8)
2
3
4
6 iptables-save — dump iptables rules to stdout
7
9 iptables-save [-M modprobe] [-c] [-t table]
10
12 iptables-save is used to dump the contents of an IP Table in easily
13 parseable format to STDOUT. Use I/O-redirection provided by your shell
14 to write to a file.
15
16 -M modprobe_program
17 Specify the path to the modprobe program. By default, iptables-
18 save will inspect /proc/sys/kernel/modprobe to determine the
19 executable's path.
20
21 -c, --counters
22 include the current values of all packet and byte counters in
23 the output
24
25 -t, --table tablename
26 restrict output to only one table. If not specified, output
27 includes all available tables.
28
30 None known as of iptables-1.2.1 release
31
33 Harald Welte <laforge@gnumonks.org>
34
36 iptables-restore(8), iptables(8)
37
38 The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO,
39 which details NAT, and the netfilter-hacking-HOWTO which details the
40 internals.
41
42
43
44 Jan 04, 2001 IPTABLES-SAVE(8)