From owner-freebsd-questions Fri Dec 7 14:55:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id C65D737B405 for ; Fri, 7 Dec 2001 14:55:37 -0800 (PST) Received: from [212.238.194.207] (helo=tanya.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16CTu4-0001QP-00 for freebsd-questions@freebsd.org; Fri, 07 Dec 2001 22:55:36 +0000 Received: by tanya.raggedclown.net (tanya.raggedclown.net, from userid 500) id 56657111F; Fri, 7 Dec 2001 23:55:34 +0100 (CET) Date: Fri, 7 Dec 2001 23:55:34 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: DNS settings Message-ID: <20011207225534.GA9464@raggedclown.net> References: <688E4817-EB63-11D5-BBE8-000502835685@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <688E4817-EB63-11D5-BBE8-000502835685@earthlink.net> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Dec 07, 2001 at 05:40:26PM -0500, NDPTAL85 wrote: > I have 4 boxes on my home network. A WinXP box, a Mac OS X box, Mandrake > Linux workstation and a FreeBSD workstation. Earthlink is my ISP and > they have 3 DNS servers. I want to set my Linux and FreeBSD boxes up as > local DNS servers so I figured I would just add their IPs to the list of > nameservers bringing that up to a total of 5 nameservers that OS X or XP > could resolve to. Then someone told me most resolvers only check the > first 3 entries anyway. Does anyone know if this is true or not? Thanks. > I believe that 3 is the maximum, yes. Mmm, this is a bit overkill, may I make a suggestion ? Have one local DNS server that can be set up for your local machines and as a cache for name service resolution. In the local name server configuration set your ISP nameserver(s) as forwarders. Set your resolver to look at the local nameserver. Your local name server will resolve requests for your local hosts, and "non-authoritatively" for any in it's cache. Otherwise it will forward the request to the ISP name servers for the answer. When the answer comes back it will cache it and subsequent enquiries for the same resolution will be much quicker. It's what I do anyway, and it works well. -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message