From owner-freebsd-questions@FreeBSD.ORG Thu Jan 4 07:33:12 2007 Return-Path: X-Original-To: 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 DF81816A403 for ; Thu, 4 Jan 2007 07:33:12 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 7B61113C45E for ; Thu, 4 Jan 2007 07:33:12 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so7422825nfc for ; Wed, 03 Jan 2007 23:33:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M2sMCZ6jcNhh631lRXSRN474dzTxyL1Dj49A71nfCy8+MmayeYyrqG6p5sWO7FgPvXKvoFa9O7VmXDcxK6uACUigORZTxDTjQVQr0V623tlW9DoqHItvv4f0atnLB2r8TPzVhxOHtYuVX4ckCIuelGUUaPEt3iosxiENdrlABq0= Received: by 10.82.107.15 with SMTP id f15mr1936892buc.1167894501456; Wed, 03 Jan 2007 23:08:21 -0800 (PST) Received: by 10.82.163.14 with HTTP; Wed, 3 Jan 2007 23:08:21 -0800 (PST) Message-ID: <8cb6106e0701032308v1ebbd9a9u4751eef276c2ff30@mail.gmail.com> Date: Wed, 3 Jan 2007 23:08:21 -0800 From: "Josh Carroll" To: "Bob McIsaac" In-Reply-To: <459CA574.4050001@bobmc.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <459CA574.4050001@bobmc.net> Cc: questions@freebsd.org Subject: Re: network tuning and performance troubleshooting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2007 07:33:13 -0000 > Problem: Browser status 'looking up address' for 10 seconds for any > web page clicked. Slashdot takes almost a minute to load. But FTP > performance is good and running a shoutcast stream is no problem. > Sending mail via my ISP is slow. How about a large transfer over http with fetch or wget? Does it perform as well as an ftp connection? It could be a DNS problem. Try a dig of slashdot.org and see what the query time is: dig A slashdot.org | grep 'Query time' Run that a few times and see how fast it's resolving. It should be on the order of a 100ms or less, at least after the first query. Josh