summaryrefslogtreecommitdiffstats
path: root/README.txt
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.txt
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.txt')
-rw-r--r--README.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 4e53698..816dfc0 100644
--- a/README.txt
+++ b/README.txt
@@ -4,7 +4,7 @@ Sven-Ola Tuecke
Freifunk
-06-OCT-2010
+07-OCT-2010
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
@@ -32,6 +32,11 @@ published here:
http://tools.ietf.org/html/draft-mrw-behave-nat66-02
+Warning
+
+Using MAP66 rules together with connection tracking rules sich as --ctstate is
+currently untested and may not work or may cause oopses.
+
Installation
MAP66 implements two pieces of software: a shared library that extends the
@@ -70,9 +75,9 @@ If not already in place, move/unpack the MAP66 source file archive below /usr/
src/. To register the MAP66 source to DKMS and compile/install, issue these
commands:
-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
+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
Read DKMS details here: https://wiki.kubuntu.org/Kernel/Dev/DKMSPackaging