From owner-freebsd-isp Mon Apr 17 8:55:11 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.squidge.com (ns0.squidge.com [195.10.252.4]) by hub.freebsd.org (Postfix) with ESMTP id 7993D37B79A for ; Mon, 17 Apr 2000 08:55:04 -0700 (PDT) (envelope-from si@mystery-machine.com) Received: from SimonH ([193.133.98.226]) by mail.squidge.com (8.9.3/8.9.3) with SMTP id RAA29851; Mon, 17 Apr 2000 17:00:35 +0100 (BST) (envelope-from si@mystery-machine.com) Message-ID: <025101bfa885$2dc894e0$210110ac@billco.com> Reply-To: "Simon Holliday" From: "Simon Holliday" To: , "Chanandler Boing" References: <3.0.6.32.20000417104816.008f9be0@futuresoft.com> Subject: Re: DNS pulling records from other DNS Date: Mon, 17 Apr 2000 16:53:34 +0100 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.00.2919.6600 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm using the Name Server on our FreeBSD 4.0 machine. It will be an > Internet server, so I've put very few DNS records on it (just the web > server, mail, etc. because this machine will eventually be accessable from > the Internet.) Another server, the Intranet DNS (sadly, a Microsquash NT > 4.0 server running DNS and WINS), has complete records for all the machines > in our network. > > The problem is, when I run nslookup to the FreeBSD Internet server and > query names that are not on the it (just on the Intranet server), it gives > the intranet record. For example: > > nslookup internal-client.mydomain.com x.x.x.4 > DNS request timed out. > timeout was 2 seconds. > *** Can't find server name for address x.x.x.x: Timed out > *** Default servers are not available > Server: UnKnown > Address: x.x.x.4 > > Name: internal-client.mydomain.com > Address: x.x.x.204 you can get your FreeBSD nameserver to forward the DNS records on the NT server by adding the address of your NT server in the "options" part of your named.conf file, eg if your NT server is on 10.0.1.1: options { // your options here forwarders { 10.0.1.1; }; } Si. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message