1IPTABLES-RESTORE(8) IPTABLES-RESTORE(8)
2
3
4
6 iptables-restore - Restore IP Tables
7
9 iptables-restore [-c] [-n]
10
12 iptables-restore is used to restore IP Tables from data specified on
13 STDIN. Use I/O redirection provided by your shell to read from a file
14
15 -c, --counters
16 restore the values of all packet and byte counters
17
18 -n, --noflush
19
20 don't flush the previous contents of the table. If not specified,
21 iptables-restore flushes (deletes) all previous contents of the
22 respective IP Table.
23
25 None known as of iptables-1.2.1 release
26
28 Harald Welte <laforge@gnumonks.org>
29
31 iptables-save(8), iptables(8)
32
33 The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO,
34 which details NAT, and the netfilter-hacking-HOWTO which details the
35 internals.
36
37
38
39 Jan 04, 2001 IPTABLES-RESTORE(8)