From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Lindner Subject: Re: [B.A.T.M.A.N.] two-way-tunnel quirks Date: Thu, 6 Dec 2007 04:18:37 +0100 References: <20071130232852.GC3934@apoderado.ometepe.net> <200712012141.59334.axel@open-mesh.net> <20071202053915.GC3923@apoderado.ometepe.net> In-Reply-To: <20071202053915.GC3923@apoderado.ometepe.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712060418.37610.lindner_marek@yahoo.de> Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking Hi, > ok, set mtu on upstream gw to 1400, and everything remains as before :-( > (didn't check at the upstream gw yet, but from inside the mesh i can > also access hotmail when 1-way-tunnel, and not access hotmail when > 2-way-tunnel) > and tried another one with mtu 1200... still the same, seems not > related. one more idea: Do you clamp the MSS on the batman gateway client ? It is somehow related to the MTU problem. You can try this iptables command: iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu Regards, Marek