summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
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