1IPTABLES-APPLY(8) iptables 1.8.2 IPTABLES-APPLY(8)
2
3
4
6 iptables-apply - a safer way to update iptables remotely
7
9 iptables-apply [-hV] [-t timeout] ruleset-file
10
12 iptables-apply will try to apply a new ruleset (as output by
13 iptables-save/read by iptables-restore) to iptables, then prompt the
14 user whether the changes are okay. If the new ruleset cut the existing
15 connection, the user will not be able to answer affirmatively. In this
16 case, the script rolls back to the previous ruleset after the timeout
17 expired. The timeout can be set with -t.
18
19 When called as ip6tables-apply, the script will use
20 ip6tables-save/-restore instead.
21
23 -t seconds, --timeout seconds
24 Sets the timeout after which the script will roll back to the
25 previous ruleset.
26
27 -h, --help
28 Display usage information.
29
30 -V, --version
31 Display version information.
32
34 iptables-restore(8), iptables-save(8), iptables(8).
35
37 iptables-apply is copyright by Martin F. Krafft.
38
39 This manual page was written by Martin F. Krafft <madduck@madduck.net>
40
41 Permission is granted to copy, distribute and/or modify this document
42 under the terms of the Artistic License 2.0.
43
44
45
46iptables 1.8.2 IPTABLES-APPLY(8)