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