This file is indexed.

/usr/share/doc/iptables-dev/html/netfilter-extensions-HOWTO-7.html is in iptables-dev 1.4.21-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
 <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 &lt;baggins@pld.org.pl&gt; 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 &lt;laforge@gnumonks.org&gt; 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>