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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.\" This file is distributed under the same license as original manpage
.\" Copyright of the original manpage:
.\" Copyright © Harald Welte (GPL-2+)
.\" Copyright © of Polish translation:
.\" Przemek Borys (PTM) <pborys@dione.ids.pl>, 2004.
.\" Robert Luberda <robert@debian.org>, 2014.
.TH IPTABLES\-SAVE 8 "" "iptables 1.4.21" "iptables 1.4.21"
.\"
.\" Man page written by Harald Welte <laforge@gnumonks.org>
.\" It is based on the iptables man page.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.\"
.SH NAZWA
iptables\-save \(em zrzucenie reguł iptables na stdout
.P
ip6tables\-save \(em zrzucenie reguł iptables na stdout
.SH SKŁADNIA
\fBiptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP] [\fB\-t\fP \fItabela\fP]
.P
\fBip6tables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP] [\fB\-t\fP \fItabela\fP]
.SH OPIS
.PP
\fBiptables\-save\fP i \fBip6tables\-save\fP są używane w celu zrzucenia zawartości
tabeli IP lub IPv6 w łatwo przetwarzalnym formacie na STDOUT (standardowe
wyjście). Aby zapisać dane do pliku, należy użyć odpowiedniego dla używanej
powłoki przekierowania wejścia/wyjścia.
.TP
\fB\-M\fP \fImodprobe_program\fP
Podaje ścieżkę do programu modprobe. Domyślnie iptables\-save określi ścieżkę
do tego programu na podstawie /proc/sys/kernel/modprobe.
.TP
\fB\-c\fP, \fB\-\-counters\fP
Dołącza do wyjścia bieżące wartości wszystkich pakietów i liczników bajtów.
.TP
\fB\-t\fP, \fB\-\-table\fP \fInazwa_tabeli\fP
Ogranicza wyjście tylko do jednej tabeli. Jeśli nie podano, to wyjście
zawiera wszystkie dostępne tabele.
.SH BŁĘDY
Nieznane w wersji iptables\-1.2.1
.SH AUTORZY
Harald Welte <laforge@gnumonks.org>
.br
Rusty Russell <rusty@rustcorp.com.au>
.br
Andras Kis\-Szabo <kisza@sch.bme.hu> pomagał przy ip6tables\-save.
.SH "ZOBACZ TAKŻE"
\fBiptables\-apply\fP(8),\fBiptables\-restore\fP(8), \fBiptables\fP(8)
.PP
iptables\-HOWTO, które zawiera więcej informacji na temat użycia iptables,
NAT\-HOWTO, które zawiera szczegóły na temat NAT, i netfilter\-hacking\-HOWTO,
które zawiera szczegóły na temat ograniczeń.
.SH TŁUMACZENIE
Autorami polskiego tłumaczenia niniejszej strony podręcznika man są:
Przemek Borys (PTM) <pborys@dione.ids.pl>
i
Robert Luberda <robert@debian.org>.
.PP
Polskie tłumaczenie jest częścią projektu manpages-pl; uwagi, pomoc, zgłaszanie błędów na stronie http://sourceforge.net/projects/manpages-pl/. Jest zgodne z wersją \fB 1.4.21 \fPoryginału.
|