From owner-freebsd-questions@FreeBSD.ORG Tue Nov 21 19:57:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C14716A5F0 for ; Tue, 21 Nov 2006 19:57:52 +0000 (UTC) (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 28F4743D7E for ; Tue, 21 Nov 2006 19:56:36 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 8C7425FF1; Tue, 21 Nov 2006 14:56:58 -0500 (EST) X-Virus-Scanned: amavisd-new at codefab.com 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 o9utXYwQJqjr; Tue, 21 Nov 2006 14:56:52 -0500 (EST) Received: from [192.168.1.251] (pool-68-161-95-165.ny325.east.verizon.net [68.161.95.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 9B5695CB8; Tue, 21 Nov 2006 14:56:52 -0500 (EST) Message-ID: <456359FF.8050602@mac.com> Date: Tue, 21 Nov 2006 14:56:47 -0500 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Graham Bentley References: <20061121120050.01E5C16A4D4@hub.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Slow Surfing all of Sudden !? 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: Tue, 21 Nov 2006 19:57:54 -0000 Graham Bentley wrote: [ ... ] > Looking at my router lights there seems to be a delay after pressing > enter (after typing the URL) then ... some seconds later the page comes > streaming in. Its odd because I noticed this exact behaviour some > months ago when I tried out PCBSD. > > Everything starts of nice and quick as far as browsing the web > is concerned then after some time / event ? this delay gets > introduced ? > > How would I go about trying to figure out what is causing this effect ? Run "tcpdump not port 80", and pay especial attention to the packets which are sent just before you notice these pauses. In general, it's probably a DNS lookup issue; you might find that disabling IPv6 lookups (unless you use IPv6) or running a local copy of bind with the -4 flag will help. -- -Chuck