NAME
iptables-save - 保存 IP Tables
总览 SYNOPSIS
iptables-save [-c] [-t table]
描述 DESCRIPTION
iptables-save 用来将 IP Table 转储为可以简单解析的格式,输出到标准输出 STDOUT。可以使用 shell 的 I/O 重定向功能来写入文件
- -c, --counters
- 在输出中包含所有报文和字节计数的当前值
- -t, --table tablename
- 限制只输出一个表。如果不指定,会输出所有可能的表
BUGS
无
作者 AUTHOR
Harald Welte <laforge@gnumonks.org>
参见 SEE ALSO
iptables-restore(8), iptables(8)
#p#
NAME
iptables-save - Save IP Tables
SYNOPSIS
iptables-save [-c] [-t table]
DESCRIPTION
iptables-save is used to dump the contents of an IP Table in easily parseable format to STDOUT. Use I/O-redirection provided by your shell to write to a file.
- -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 not specified, output includes all
- available tables.
BUGS
None known as of iptables-1.2.1 release
AUTHOR
Harald Welte <laforge@gnumonks.org>
SEE ALSO
iptables-restore(8), iptables(8)