summaryrefslogtreecommitdiffstats
path: root/README.dbk
diff options
context:
space:
mode:
authorsven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-13 16:10:57 +0200
committersven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-13 16:10:57 +0200
commit2ecea2cd11ea64e0e56be1ab413adbbd87b58bb3 (patch)
treeb54e758361aa92485661a1c6d3db264a87fc4556 /README.dbk
parent681945a3bfe9b379c76ecc6160a102a3dd7d5e59 (diff)
downloadNPTv6-2ecea2cd11ea64e0e56be1ab413adbbd87b58bb3.tar
NPTv6-2ecea2cd11ea64e0e56be1ab413adbbd87b58bb3.zip
experimental offset
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@23 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'README.dbk')
-rw-r--r--README.dbk9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.dbk b/README.dbk
index 4c58cb5..a0f122b 100644
--- a/README.dbk
+++ b/README.dbk
@@ -304,11 +304,12 @@ ip6tables -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-
<para>If you already deployed ULA adresses in your network, you may be
interested in a solution that runs on my Freifunk router. The router
- uses the IPv4 192.168.65.65/26 on it's LAN interface. The OLSR-based
- mesh network uses an fdca:ffee:babe::/64 prefix. The following internal
- mapping is configured for this: </para>
+ uses the IPv4 192.168.65.65/26 on it's LAN interface. WIthin the
+ OLSR-based mesh network, any interface uses an fdca:ffee:babe::/64
+ prefix. The following internal mapping is configured for this: </para>
- <programlisting></programlisting>
+ <programlisting>ip6tables -t mangle -I PREROUTING -i br0 -s 2002:c0a8:4141::/64 -j MAP66 --src-to fdca:ffee:babe::/64
+ip6tables -t mangle -I POSTROUTING -o br0 -d fdca:ffee:babe::/64 -j MAP66 --dst-to 2002:c0a8:4141::/64</programlisting>
</section>
</section>