OSDN Git Service

iptables: Sync translations with 1.4.21
[linuxjm/iptables.git] / release / man8 / iptables-save.8
1 .\"*******************************************************************
2 .\"
3 .\" This file was generated with po4a. Translate the source file.
4 .\"
5 .\"*******************************************************************
6 .\"
7 .\" Japanese Version Copyright (c) 2001 Yuichi SATO
8 .\"         all rights reserved.
9 .\" Translated 2001-05-15, Yuichi SATO <ysato@h4.dion.ne.jp>
10 .\" Updated 2013-04-08, Akihiro MOTOKI <amotoki@gmail.com>
11 .\"
12 .TH IPTABLES\-SAVE 8 "" "iptables 1.4.21" "iptables 1.4.21"
13 .\"
14 .\" Man page written by Harald Welte <laforge@gnumonks.org>
15 .\" It is based on the iptables man page.
16 .\"
17 .\"     This program is free software; you can redistribute it and/or modify
18 .\"     it under the terms of the GNU General Public License as published by
19 .\"     the Free Software Foundation; either version 2 of the License, or
20 .\"     (at your option) any later version.
21 .\"
22 .\"     This program is distributed in the hope that it will be useful,
23 .\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
24 .\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25 .\"     GNU General Public License for more details.
26 .\"
27 .\"     You should have received a copy of the GNU General Public License
28 .\"     along with this program; if not, write to the Free Software
29 .\"     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
30 .\"
31 .\"
32 .SH 名前
33 iptables\-save \(em iptables ルールを標準出力にダンプする
34 .P
35 ip6tables\-save \(em iptables ルールを標準出力にダンプする
36 .SH 書式
37 \fBiptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP] [\fB\-t\fP \fItable\fP]
38 .P
39 \fBip6tables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP] [\fB\-t\fP \fItable\fP]
40 .SH 説明
41 .PP
42 \fBiptables\-save\fP と \fBip6tables\-save\fP は IP/IPv6 テーブルの内容を簡単に解析できる形式で
43 標準出力にダンプするために使われる。 ファイルに書き出すためには、 シェルで提供されている I/O リダイレクションを使うこと。
44 .TP 
45 \fB\-M\fP \fImodprobe_program\fP
46 modprobe プログラムのパスを指定する。デフォルトでは、 iptables\-save は /proc/sys/kernel/modprobe
47 の内容を確認して実行ファイルのパスを決定する。
48 .TP 
49 \fB\-c\fP, \fB\-\-counters\fP
50 全てのパケットカウンタとバイトカウンタの現在の値を出力する。
51 .TP 
52 \fB\-t\fP, \fB\-\-table\fP \fItablename\fP
53 出力を 1 つのテーブルのみに制限する。 指定されない場合、得られた全てのテーブルを出力する。
54 .SH バグ
55 iptables\-1.2.1 リリースでは知られていない。
56 .SH 作者
57 Harald Welte <laforge@gnumonks.org>
58 .br
59 Rusty Russell <rusty@rustcorp.com.au>
60 .br
61 Andras Kis\-Szabo <kisza@sch.bme.hu> は ip6tables\-save に貢献した。
62 .SH 関連項目
63 \fBiptables\-restore\fP(8), \fBiptables\fP(8)
64 .PP
65 より多くの iptables の使用法について 詳細に説明している iptables\-HOWTO。 NAT について詳細に説明している
66 NAT\-HOWTO。 内部構造について詳細に説明している netfilter\-hacking\-HOWTO。