From owner-freebsd-net@FreeBSD.ORG Fri Jul 27 07:50:31 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4215C16A417 for ; Fri, 27 Jul 2007 07:50:31 +0000 (UTC) (envelope-from mihai@duras.ro) Received: from mail.duras.ro (mail.duras.ro [86.105.56.133]) by mx1.freebsd.org (Postfix) with ESMTP id 0114A13C48D for ; Fri, 27 Jul 2007 07:50:30 +0000 (UTC) (envelope-from mihai@duras.ro) Received: from localhost (localhost [127.0.0.1]) by mail.duras.ro (Postfix) with ESMTP id 6E3398C50B; Fri, 27 Jul 2007 10:50:31 +0300 (EEST) Received: from mail.duras.ro ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19552-06; Fri, 27 Jul 2007 10:50:29 +0300 (EEST) Received: from [192.168.1.130] (unknown [192.168.1.130]) by mail.duras.ro (Postfix) with ESMTP id 7198A2E3B; Fri, 27 Jul 2007 10:50:29 +0300 (EEST) Message-ID: <46A9A3C7.3090908@duras.ro> Date: Fri, 27 Jul 2007 10:50:31 +0300 From: Mihai Tanasescu User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Artyom Viklenko References: <46A7B14B.4000603@duras.ro> <46A83A91.9090803@aws-net.org.ua> <46A85E54.5090303@duras.ro> <46A88FD8.5010200@aws-net.org.ua> <46A890FB.8030805@aws-net.org.ua> In-Reply-To: <46A890FB.8030805@aws-net.org.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (RedHat) at duras.ro Cc: freebsd-net@freebsd.org Subject: Re: MPD and fragmentation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 07:50:31 -0000 Artyom Viklenko wrote: > Artyom Viklenko wrote: >> >> I connect to Internet via ADSL/PPPoE which runs to same freebsd >> router with mpd. >> MTU is 1496. In pf I have > > Sorry, MTU is 1492 bytes, sure. :) > > Sorry to say ..but the problem was on my side :(. Thank you all for the trouble and the advice you provided. My setup has something like this: PPTP machine --> Cisco 3750 --> HTB Linux bridge for bandwidth limiting -- BSD router the HTB machine was already decreasing mss to 1400. I changed the value on the HTB machine from 1400 to 1300 (for a test) and now everything works like a charm. Never thought of looking there for the problem. Thanks.