From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:10:36 2006 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 38BF616A407 for ; Mon, 3 Jul 2006 09:10:35 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4A444366 for ; Mon, 3 Jul 2006 08:53:24 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k638rMEY017836; Mon, 3 Jul 2006 11:53:23 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 11:50:55 +0300 User-Agent: KMail/1.9.1 References: <7899dff0607022011x7d18ea81x47ac481fd78f21bf@mail.gmail.com> In-Reply-To: <7899dff0607022011x7d18ea81x47ac481fd78f21bf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031150.55374.nvass@teledomenet.gr> Cc: Benny Au Subject: Re: speed of PPPoE 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: Mon, 03 Jul 2006 09:10:36 -0000 On Monday 03 July 2006 06:11, Benny Au wrote: > Hello, > > The speed of PPPoE in FreeBSD is slower than in Windows XP. and > sometimes I have to wait for a moment to visit the same web site > again. Is your name server setup correct? check /etc/resolv.conf and use nslookup to check if everything is correct. Be sure that the first name server in /etc/resolv.conf is responding fast. > It won't disconnect but it works not stably. Could you tell me > how to configure the ppp and let it run fast? > Thanks! try something like this while downloading at full rate: netstat -I $external_iface -w 1 (hint: If you use ppp(8) external_iface will be a tun device) or systat -ifstat What numbers do you get, and what numbers do you expect? HTH, Nikos