Blame iptables/iptables-apply.8.in

Packit Service d1fe03
.\"     Title: iptables-apply
Packit Service d1fe03
.\"    Author: Martin F. Krafft
Packit Service d1fe03
.\"      Date: Jun 04, 2006
Packit Service d1fe03
.\"
Packit Service d1fe03
.TH IPTABLES\-APPLY 8 "" "@PACKAGE_STRING@" "@PACKAGE_STRING@"
Packit Service d1fe03
.\" disable hyphenation
Packit Service d1fe03
.nh
Packit Service d1fe03
.SH NAME
Packit Service d1fe03
iptables-apply \- a safer way to update iptables remotely
Packit Service d1fe03
.SH SYNOPSIS
Packit Service d1fe03
\fBiptables\-apply\fP [\-\fBhV\fP] [\fB-t\fP \fItimeout\fP] \fIruleset\-file\fP
Packit Service d1fe03
.SH "DESCRIPTION"
Packit Service d1fe03
.PP
Packit Service d1fe03
iptables\-apply will try to apply a new ruleset (as output by
Packit Service d1fe03
iptables\-save/read by iptables\-restore) to iptables, then prompt the
Packit Service d1fe03
user whether the changes are okay. If the new ruleset cut the existing
Packit Service d1fe03
connection, the user will not be able to answer affirmatively. In this
Packit Service d1fe03
case, the script rolls back to the previous ruleset after the timeout
Packit Service d1fe03
expired. The timeout can be set with \fB\-t\fP.
Packit Service d1fe03
.PP
Packit Service d1fe03
When called as \fBip6tables\-apply\fP, the script will use
Packit Service d1fe03
ip6tables\-save/\-restore instead.
Packit Service d1fe03
.SH OPTIONS
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-t\fP \fIseconds\fR, \fB\-\-timeout\fP \fIseconds\fR
Packit Service d1fe03
Sets the timeout after which the script will roll back to the previous
Packit Service d1fe03
ruleset.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-h\fP, \fB\-\-help\fP
Packit Service d1fe03
Display usage information.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-V\fP, \fB\-\-version\fP
Packit Service d1fe03
Display version information.
Packit Service d1fe03
.SH "SEE ALSO"
Packit Service d1fe03
.PP
Packit Service d1fe03
\fBiptables-restore\fP(8), \fBiptables-save\fP(8), \fBiptables\fR(8).
Packit Service d1fe03
.SH LEGALESE
Packit Service d1fe03
.PP
Packit Service d1fe03
iptables\-apply is copyright by Martin F. Krafft.
Packit Service d1fe03
.PP
Packit Service d1fe03
This manual page was written by Martin F. Krafft <madduck@madduck.net>
Packit Service d1fe03
.PP
Packit Service d1fe03
Permission is granted to copy, distribute and/or modify this document
Packit Service d1fe03
under the terms of the Artistic License 2.0.