From 2ecea2cd11ea64e0e56be1ab413adbbd87b58bb3 Mon Sep 17 00:00:00 2001 From: sven-ola Date: Wed, 13 Oct 2010 14:10:57 +0000 Subject: experimental offset git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@23 3484d885-4da6-438d-b19d-107d078dd756 --- README.dbk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.dbk') 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- 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: + 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: - + 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 -- cgit v1.2.3