diff options
Diffstat (limited to 'README.dbk')
-rw-r--r-- | README.dbk | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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> |