From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 15:42:34 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 F215A16A422 for ; Fri, 16 Sep 2005 15:42:33 +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 8F85743D48 for ; Fri, 16 Sep 2005 15:42:33 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 08D0A5DD5; Fri, 16 Sep 2005 11:42:33 -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 84976-04; Fri, 16 Sep 2005 11:42:31 -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 79EBA5C21; Fri, 16 Sep 2005 11:42:31 -0400 (EDT) Message-ID: <432AE7E9.3090508@mac.com> Date: Fri, 16 Sep 2005 11:42:33 -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: <1126881699.3035.1.camel@Endeavour.lordofunix.org> In-Reply-To: <1126881699.3035.1.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 15:42:34 -0000 Jose Luis Alarcon Sanchez wrote: > With my FreeBSD system i can't upload "big" files to the Internet. > > For example, my simple web page through Nvu, "long" mails through > Evolution, any "big" (is more exact say "medium") file through ftp > clients..... I have another Unix like system and it upload all kind of > files very well. > > Any tips about where can be the problem, please? An error message would be very helpful. For a random guess, does setting the MTU of your network interface down to 1400 help...? (Using "ifconfig fxp0 mtu 1400", substitute fxp0 with whatever NIC you have.) -- -Chuck