From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 18:06:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E25816A41F for ; Fri, 16 Sep 2005 18:06:29 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D590E43D45 for ; Fri, 16 Sep 2005 18:06:28 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 4B3C45C34; Fri, 16 Sep 2005 14:06:28 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 85696-01; Fri, 16 Sep 2005 14:06:20 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-68-11.ny325.east.verizon.net [68.161.68.11]) by pi.codefab.com (Postfix) with ESMTP id 7AE955D02; Fri, 16 Sep 2005 14:06:20 -0400 (EDT) Message-ID: <432B099E.7070404@mac.com> Date: Fri, 16 Sep 2005 14:06:22 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose Luis Alarcon Sanchez References: <1126890604.3468.5.camel@Endeavour.lordofunix.org> In-Reply-To: <1126890604.3468.5.camel@Endeavour.lordofunix.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: Lista freebsd-questions Subject: Re: Can't upload files to Internet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 18:06:29 -0000 Jose Luis Alarcon Sanchez wrote: > Hooray Chuck!!!. > > Thanks you very much for your answer. You're welcome. (At least once in a while, I guess right. :-) > Down the mtu number to 1400 was the key > for get the uploading work well in my > FreeBSD system. The "default" mtu was > 1500. Now i can upload every kind of > files. You're probably using either a DSL/PPPoE connection, or maybe some kind of PPTP/VPN connection. You might try using somewhat higher MTU numbers (1450, 1490) and use the largest one that does not cause the huge slowdown for best performance. You can also hunt down a "path MTU traceroute" utility to determine exactly what the maximum value your network supports. Note that you can put the MTU setting into the ifconfig line in /etc/rc.conf for it to stick around after a reboot. -- -Chuck