OSDN Git Service

38d01ce9ad6b7f91f2daac410a93e15d8a8b8699
[linuxjm/iptables.git] / release / man8 / iptables-save.8
1 .\"*******************************************************************
2 .\"
3 .\" This file was generated with po4a. Translate the source file.
4 .\"
5 .\"*******************************************************************
6 .TH IPTABLES\-SAVE 8 "Jan 04, 2001" "" ""
7 .\"
8 .\" Man page written by Harald Welte <laforge@gnumonks.org>
9 .\" It is based on the iptables man page.
10 .\"
11 .\"     This program is free software; you can redistribute it and/or modify
12 .\"     it under the terms of the GNU General Public License as published by
13 .\"     the Free Software Foundation; either version 2 of the License, or
14 .\"     (at your option) any later version.
15 .\"
16 .\"     This program is distributed in the hope that it will be useful,
17 .\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
18 .\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 .\"     GNU General Public License for more details.
20 .\"
21 .\"     You should have received a copy of the GNU General Public License
22 .\"     along with this program; if not, write to the Free Software
23 .\"     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 .\"
25 .\"
26 .SH 名前
27 iptables\-save \- IP テーブルを保存する
28 .SH 書式
29 \fBiptables\-save \fP[\-c] [\-t table]
30 .br
31 .SH 説明
32 .PP
33 \fBiptables\-save\fP は IP テーブルの内容を簡単に解析できる形式で 標準出力にダンプするために使われる。 ファイルに書き出すためには、
34 シェルで提供されている I/O リダイレクションを使うこと。
35 .TP 
36 \fB\-c\fP, \fB\-\-counters\fP
37 全てのパケットカウンタとバイトカウンタの現在の値を出力する。
38 .TP 
39 \fB\-t\fP, \fB\-\-table\fP \fBtablename\fP
40 出力を 1 つのテーブルのみに制限する。 指定されない場合、得られた全てのテーブルを出力する。
41 .SH バグ
42 iptables\-1.2.1 リリースでは知られていない。
43 .SH 作者
44 Harald Welte <laforge@gnumonks.org>
45 .SH 関連項目
46 \fBiptables\-restore\fP(8), \fBiptables\fP(8)
47 .PP
48 より多くの iptables の使用法について 詳細に説明している iptables\-HOWTO。 NAT について詳細に説明している
49 NAT\-HOWTO。 内部構造について詳細に説明している netfilter\-hacking\-HOWTO。