summaryrefslogtreecommitdiffstats
path: root/README.dbk
diff options
context:
space:
mode:
authorsven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-07 09:07:36 +0200
committersven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-07 09:07:36 +0200
commitadb5c71c3b3cfd01c0e27225cf9c58b90fbd3e3a (patch)
treeb8e169bfbbd5f850b70c4484a3749851ef68ad27 /README.dbk
parentadbd402d7074652fe5b041d77b4ddef1f8c3ab3a (diff)
downloadNPTv6-adb5c71c3b3cfd01c0e27225cf9c58b90fbd3e3a.tar
NPTv6-adb5c71c3b3cfd01c0e27225cf9c58b90fbd3e3a.zip
warning about conntrack
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@13 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'README.dbk')
-rw-r--r--README.dbk14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.dbk b/README.dbk
index 153d50a..c52ef16 100644
--- a/README.dbk
+++ b/README.dbk
@@ -15,7 +15,7 @@
</affiliation>
</author>
- <pubdate>06-OCT-2010</pubdate>
+ <pubdate>07-OCT-2010</pubdate>
</articleinfo>
<para>These files implement a Linux netfilter target that changes the IPv6
@@ -31,6 +31,12 @@
<para><ulink
url="http://tools.ietf.org/html/draft-mrw-behave-nat66-02">http://tools.ietf.org/html/draft-mrw-behave-nat66-02</ulink></para>
+ <warning>
+ <para>Using MAP66 rules together with connection tracking rules sich as
+ <userinput>--ctstate</userinput> is currently untested and may not work or
+ may cause oopses.</para>
+ </warning>
+
<section>
<title>Installation</title>
@@ -76,9 +82,9 @@
below <filename>/usr/src/</filename>. To register the MAP66 source to DKMS
and compile/install, issue these commands:</para>
- <programlisting>sudo dkms add -m ip6t_MAP66 -v 0.3
-sudo dkms build -m ip6t_MAP66 -v 0.3
-sudo dkms install -m ip6t_MAP66 -v 0.3</programlisting>
+ <programlisting>sudo dkms add -m ip6t_MAP66 -v 0.4
+sudo dkms build -m ip6t_MAP66 -v 0.4
+sudo dkms install -m ip6t_MAP66 -v 0.4</programlisting>
<para>Read DKMS details here: <ulink
url="Read DKMS details here: https://wiki.kubuntu.org/Kernel/Dev/DKMSPackaging">https://wiki.kubuntu.org/Kernel/Dev/DKMSPackaging</ulink></para>