From owner-freebsd-questions@FreeBSD.ORG Thu Oct 8 21:06:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FA871065676 for ; Thu, 8 Oct 2009 21:06:05 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com [209.85.218.223]) by mx1.freebsd.org (Postfix) with ESMTP id C1ED88FC16 for ; Thu, 8 Oct 2009 21:06:04 +0000 (UTC) Received: by bwz23 with SMTP id 23so216099bwz.43 for ; Thu, 08 Oct 2009 14:06:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=n3nZ6MbQV4Fqrb90p1pvtN5kKnNpRuurfS0fTRzk2ac=; b=LrHAQIRS8/9skia6LsqRCzlSnirVzPT6Swnqcn665ltY7/ocJoml9zm20D4sKqsUbj 8rJYj/gRl3+HflM+oZ56cB8ilw25kZ6hJSCOxUUDglSdXlpqPIGuqPsYE0kLdehq7gyg RnOhpP4UvJ0moIs6x0oztvxm9Wi2/EyFVWjqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tAIUZi/vQTAJCIXT2hztmJePytLo80nC5CnvYkLwXgVXjVb1bkpvVoBKSp02Wk94nM HQc8IaVb50ZepqZczmcbl8QcsQ8j5plzS8vJiEY1MpyBIOiVITX2w6yRkusDfytbGlJo aYG19vkdZ0RfLNUPWeJvHeBxmCRaOseTKyVK4= MIME-Version: 1.0 Received: by 10.103.85.28 with SMTP id n28mr709698mul.66.1255035963250; Thu, 08 Oct 2009 14:06:03 -0700 (PDT) In-Reply-To: <1255033407.16179.10.camel@notebook> References: <1255033407.16179.10.camel@notebook> Date: Thu, 8 Oct 2009 22:06:03 +0100 Message-ID: From: krad To: ".kkursor" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.1 as a router - poor download speed, but normal upload 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: Thu, 08 Oct 2009 21:06:05 -0000 2009/10/8 .kkursor > Hello everybody! Please help me if you can. > I have a home server built on Gigabyte MiniITX motherboard with VIA C3 > 800MHz CPU and 512M RAM aboard. The server acts as a file server, > torrent downloader, router and mail and HTTP server. > I have a PPTP connection to my ISP through the integrated network card. > The network configuration is: > > [0:04] kkursor@dot.kkursor.ru ~ # ifconfig > rl0: flags=8843 metric 0 mtu > 1500 > options=8 > ether 00:19:cb:54:c6:15 > inet 192.168.0.26 netmask 0xffffff00 broadcast 192.168.0.255 > media: Ethernet autoselect (100baseTX ) > status: active > rl1: flags=8843 metric 0 mtu > 1500 > options=8 > ether 00:0f:ea:e2:cd:e0 > inet 192.168.158.102 netmask 0xffffff00 broadcast 192.168.158.255 > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=8049 metric 0 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > tun0: flags=8051 metric 0 mtu 1500 > inet 195.98.183.20 --> 172.30.96.1 netmask 0xffffffff > Opened by PID 73795 > tun1: flags=8010 metric 0 mtu 1500 > > rl1 is integrated network card and rl0 is an additional PCI NIC which is > inserted into the only PCI slot on the motherboard. Connection to ISP is > done over rl1 using port pptp-client. > The problem is that there is very low download speed. My ISP provides > symmetric 4Mbps line, but download speed is poor - about 1 Mbps. Upload > speed is OK. I called ISP, they asked me to connect WinXP computer and > measure speed. It was normal, therefore there is an issue in my server. > If you could point me in the right direction, it would be wonderful. > Thank you very much for your work! > > With best regards and looking forward for answer, > Kirill Sarksyan, Russian Federation > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > try turning the mtu on the tun0 interface to 1492. If it doent help try a much lower setting eg 1450.