OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / iptables / draft / man8 / iptables-restore.8
1 .TH IPTABLES-RESTORE 8 "Jan 04, 2001" "" ""
2 .\"
3 .\" Man page written by Harald Welte <laforge@gnumonks.org>
4 .\" It is based on the iptables man page.
5 .\"
6 .\"     This program is free software; you can redistribute it and/or modify
7 .\"     it under the terms of the GNU General Public License as published by
8 .\"     the Free Software Foundation; either version 2 of the License, or
9 .\"     (at your option) any later version.
10 .\"
11 .\"     This program is distributed in the hope that it will be useful,
12 .\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
13 .\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 .\"     GNU General Public License for more details.
15 .\"
16 .\"     You should have received a copy of the GNU General Public License
17 .\"     along with this program; if not, write to the Free Software
18 .\"     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 .\"
20 .\" Japanese Version Copyright (c) 2001 Yuichi SATO
21 .\"         all rights reserved.                                               
22 .\" Translated Tue May 15 20:08:04 JST 2001
23 .\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
24 .\"
25 .\"O .SH NAME
26 .SH 名前
27 .\"O iptables-restore \- Restore IP Tables
28 iptables-restore \- IP テーブルを復元する
29 .\"O .SH SYNOPSIS
30 .SH 書式
31 .BR "iptables-restore " "[-c] [-n]"
32 .br
33 .\"O .SH DESCRIPTION
34 .SH 説明
35 .PP
36 .\"O .B iptables-restore
37 .\"O is used to restore IP Tables from data specified on STDIN. Use 
38 .\"O I/O redirection provided by your shell to read from a file
39 .B iptables-restore
40 は標準入力で指定されたデータから IP テーブルを復元するために使われる。
41 ファイルから読み込むためには、
42 シェルで提供されている I/O リダイレクションを使うこと。
43 .TP
44 \fB\-c\fR, \fB\-\-counters\fR
45 .\"O restore the values of all packet and byte counters
46 全てのパケットカウンタとバイトカウンタの値を復元する。
47 .TP
48 \fB\-n\fR, \fB\-\-noflush\fR 
49 .\"O .TP
50 .\"O don't flush the previous contents of the table. If not specified, 
51 .\"O .B iptables-restore
52 .\"O flushes (deletes) all previous contents of the respective IP Table.
53 これまでのテーブルの内容をフラッシュしない。
54 指定されない場合、
55 .B iptables-restore
56 は、これまでの各 IP テーブルの内容を全てフラッシュ (削除) する。
57 .\"O .SH BUGS
58 .SH バグ
59 .\"O None known as of iptables-1.2.1 release
60 iptables-1.2.1 リリースでは知られていない。
61 .\"O .SH AUTHOR
62 .SH 著者
63 Harald Welte <laforge@gnumonks.org>
64 .\"O .SH SEE ALSO
65 .SH 関連項目
66 .BR iptables-save "(8), " iptables "(8) "
67 .PP
68 .\"O The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO,
69 .\"O which details NAT, and the netfilter-hacking-HOWTO which details the
70 .\"O internals.
71 より多くの iptables の使用法について
72 詳細に説明している iptables-HOWTO。
73 NAT について詳細に説明している NAT-HOWTO。
74 内部構造について詳細に説明している netfilter-hacking-HOWTO。