1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
.\" Title: iptables-apply
.\" Author: Martin F. Krafft
.\" Date: Jun 04, 2006
.\"
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.\"
.\" Japanese Version Copyright (c) 2013 Akihiro MOTOKI
.\" all rights reserved.
.\" Translated 2013-04-08, Akihiro MOTOKI <amotoki@gmail.com>
.\"
.TH IPTABLES\-APPLY 8 "" "iptables 1.4.21" "iptables 1.4.21"
.\" disable hyphenation
.nh
.SH 名前
iptables\-apply \- リモートからの iptables のより安全な更新方法
.SH 書式
\fBiptables\-apply\fP [\-\fBhV\fP] [\fB\-t\fP \fItimeout\fP] \fIruleset\-file\fP
.SH 説明
.PP
iptables\-apply は、新しいルールセット (iptables\-save の出力や iptables\-restore
の入力と同じフォーマット) の iptables
への適用を試みてから、ユーザーにこの変更を適用してよいかを問い合わせる。新しいルールセットが既存の接続を切断する場合、ユーザーは許可の返事を行うことができない。この場合、このスクリプトはタイムアウト時間が経過した後で直前のルールにロールバックを行う。タイムアウトは
\fB\-t\fP で設定できる。
.PP
\fBip6tables\-apply\fP として呼び出された場合には、ip6tables\-save/\-restore が代わりに利用される。
.SH オプション
.TP
\fB\-t\fP \fIseconds\fP, \fB\-\-timeout\fP \fIseconds\fP
タイムアウト時間を設定する。この時間が経過した後、このスクリプトは以前のルールセットにロールバックを行う。
.TP
\fB\-h\fP, \fB\-\-help\fP
使用方法を表示する。
.TP
\fB\-V\fP, \fB\-\-version\fP
バージョン情報を表示する。
.SH 関連項目
.PP
\fBiptables\-restore\fP(8), \fBiptables\-save\fP(8), \fBiptables\fP(8).
.SH 著作権
.PP
iptables\-apply の著作権は Martin F. Krafft が持っている。
.PP
このマニュアルページは Martin F. Krafft <madduck@madduck.net> が書いた。
.PP
この文書のコピー、配布、修正は Artistic License 2.0 の下で行うことができる。
|