From owner-freebsd-questions Fri Sep 13 9:48:43 2002 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 5C03F37B400 for ; Fri, 13 Sep 2002 09:48:39 -0700 (PDT) Received: from peyto.ca (h24-64-81-248.cg.shawcable.net [24.64.81.248]) by mx1.FreeBSD.org (Postfix) with SMTP id 7316243E6A for ; Fri, 13 Sep 2002 09:48:38 -0700 (PDT) (envelope-from cyschow@shaw.ca) Received: (qmail 9034 invoked from network); 13 Sep 2002 16:50:23 -0000 Received: from firewall (HELO SAMCHOW1.ca.nortel.com) (192.168.1.1) by homeserver with SMTP; 13 Sep 2002 16:50:23 -0000 Message-ID: <03ee01c25b45$239da440$2784412f@ca.nortel.com> From: "Samuel Chow" To: "Ken Easson" Cc: References: <5.1.1.6.0.20020911160033.03cd94f0@mail.justken.net> <3D801BB9.3010800@cream.org> Subject: Re: Which DNS server? Date: Fri, 13 Sep 2002 10:46:42 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 Ken Easson wrote: > [about djbdns...] > and i'm told i need two instances of it running - one > for my internal servers, and one for my external - although > the later i do not understand, since external lookups happen > at the dns servers from my isp. (working great so far), i'd > consider caching those, but right now... i've got bigger concerns. djbdns separates the caching and answering of DNS into two different programs: tinydns for answering and dnscache for caching. They have to be run separately. The problem is they both want to listen on port 53. The trick is to tell dnscache to listening on the internal NIC, and tinydns on the loopback. Then, teach dnscache to resolve internal network with the local tinydns. After that, things should work. --- Samuel Chow cyschow@shaw.ca This message is displayed using recycled electrons. Segmentation Fault (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message