From owner-freebsd-questions@FreeBSD.ORG Mon Jan 22 20:52:48 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 BD23D16A400 for ; Mon, 22 Jan 2007 20:52:48 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 552AD13C44C for ; Mon, 22 Jan 2007 20:52:48 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so17591nfc for ; Mon, 22 Jan 2007 12:52:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f9/KGbvsnnkihulKZ6FRcVy63qgSoTSN5rEX1fD603DG1/typhZrEc5xBekVcSJZe6DlH/ZmpWl6gjd3asfFCa7XM80UlS+JtIwqbH/bQkhjktEV0PN1muCG4a7EtwEaHvhBzBss+4WjYrs0RIhSXnlGvkvJZSSaKOp1R7aDzXM= Received: by 10.82.138.6 with SMTP id l6mr5440758bud.1169485025355; Mon, 22 Jan 2007 08:57:05 -0800 (PST) Received: by 10.78.13.3 with HTTP; Mon, 22 Jan 2007 08:57:05 -0800 (PST) Message-ID: Date: Mon, 22 Jan 2007 08:57:05 -0800 From: patrick To: "Matthew Seaman" In-Reply-To: <45436449.4020509@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061028025626.GA39172@skytracker.ca> <2B8A4ACE-ACE3-44D0-B40B-26D96D43A4E8@shire.net> <17731.22324.706536.159980@jerusalem.litteratus.org> <45436449.4020509@infracaninophile.co.uk> Cc: Robert Huff , FreeBSD Questions Subject: Re: how to know what DNS server is being used 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, 22 Jan 2007 20:52:48 -0000 On 10/28/06, Matthew Seaman wrote: > On recent FreeBSD, the resolver actually iterates through the listed > nameserver lines in order, sending the query out to each in turn until > it gets a response. It used to be that the resolver would wait for the > full 30s DNS timeout before trying the next server (hence the cry dreaded > by sysadmins everywhere that "the Internet is slow today"), but nowadays Is there any way to configure this 30 second delay for older versions of FreeBSD (eg. 4.11)? Patrick