OSDN Git Service

iptables: Sync translations with 1.4.21
[linuxjm/iptables.git] / release / man8 / iptables-restore.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\-RESTORE 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\-restore \(em IP テーブルを復元する
34 .P
35 ip6tables\-restore \(em IPv6 テーブルを復元する
36 .SH 書式
37 \fBiptables\-restore\fP [\fB\-chntv\fP] [\fB\-M\fP \fImodprobe\fP]
38 .P
39 \fBip6tables\-restore\fP [\fB\-chntv\fP] [\fB\-M\fP \fImodprobe\fP] [\fB\-T\fP \fIname\fP]
40 .SH 説明
41 .PP
42 \fBiptables\-restore\fP と \fBip6tables\-restore\fP は標準入力で指定されたデータから IP/IPv6
43 テーブルを復元するために使われる。 ファイルから読み込むためには、 シェルで提供されている I/O リダイレクションを使うこと。
44 .TP 
45 \fB\-c\fP, \fB\-\-counters\fP
46 全てのパケットカウンタとバイトカウンタの値を復元する。
47 .TP 
48 \fB\-h\fP, \fB\-\-help\fP
49 簡潔なオプション一覧を表示する。
50 .TP 
51 \fB\-n\fP, \fB\-\-noflush\fP
52 これまでのテーブルの内容をフラッシュしない。 指定されない場合、 どちらのコマンドもこれまでの各テーブルの内容を全てフラッシュ (削除) する。
53 .TP 
54 \fB\-t\fP, \fB\-\-test\fP
55 ルールセットの解釈と構築のみを行い、適用は行わない。
56 .TP 
57 \fB\-v\fP, \fB\-\-verbose\fP
58 ルールセットの処理中に追加のデバッグ情報を表示する。
59 .TP 
60 \fB\-M\fP, \fB\-\-modprobe\fP \fImodprobe_program\fP
61 modprobe プログラムのパスを指定する。デフォルトでは、 iptables\-restore は /proc/sys/kernel/modprobe
62 の内容を確認して実行ファイルのパスを決定する。
63 .TP 
64 \fB\-T\fP, \fB\-\-table\fP \fIname\fP
65 入力ストリームに他のテーブルの情報が含まれている場合でも、指定されたテーブルについてのみ復元を行う。
66 .SH バグ
67 iptables\-1.2.1 リリースでは知られていない。
68 .SH 作者
69 Harald Welte <laforge@gnumonks.org> は Rusty Russell のコードを元に
70 iptables\-restore を書いた。
71 .br
72 Andras Kis\-Szabo <kisza@sch.bme.hu> は ip6tables\-restore に貢献した。
73 .SH 関連項目
74 \fBiptables\-save\fP(8), \fBiptables\fP(8)
75 .PP
76 より多くの iptables の使用法について 詳細に説明している iptables\-HOWTO。 NAT について詳細に説明している
77 NAT\-HOWTO。 内部構造について詳細に説明している netfilter\-hacking\-HOWTO。