From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 13:36:19 2006 Return-Path: X-Original-To: freebsd-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 2A25316A412 for ; Thu, 14 Dec 2006 13:36:19 +0000 (UTC) (envelope-from avatar4d@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E42543E84 for ; Thu, 14 Dec 2006 13:32:53 +0000 (GMT) (envelope-from avatar4d@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so244447nzh for ; Thu, 14 Dec 2006 05:34:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lX/ptW4rP9QMiiMIaaTM81viLsiVc47eEKVsl+UIALs+0TygyWRUskcpVqUfzb6L7/XBJ1eLnaQ3D3Z4GPYBB6yZp5+oQGsFkMQ2+4vg81CtCILaaHFFWGR0GPJxQlFuM6wRMeCK8hgdVcVTNPi2lZu+oCtO4xvTV3G1+80c5D0= Received: by 10.65.237.1 with SMTP id o1mr1495675qbr.1166103251157; Thu, 14 Dec 2006 05:34:11 -0800 (PST) Received: by 10.65.75.14 with HTTP; Thu, 14 Dec 2006 05:34:11 -0800 (PST) Message-ID: <17489c7a0612140534l475bc427l28292e5de8adb098@mail.gmail.com> Date: Thu, 14 Dec 2006 08:34:11 -0500 From: "Chad Gross" To: "Tek Bahadur Limbu" In-Reply-To: <20061214175501.04c4bcb2.teklimbu@wlink.com.np> MIME-Version: 1.0 References: <20061214145735.658f44b4.teklimbu@wlink.com.np> <20061214090811.GE18145@rescomp.berkeley.edu> <20061214175501.04c4bcb2.teklimbu@wlink.com.np> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Christopher Cowart Subject: Re: Local DNS Caching not caching on external interface 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: Thu, 14 Dec 2006 13:36:19 -0000 On 12/14/06, Tek Bahadur Limbu wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, 14 Dec 2006 01:08:11 -0800 > Christopher Cowart wrote: > > > On 14:57 Thu 14 Dec , Tek Bahadur Limbu wrote: > > > Dear All, > > > > > > I am very new to Bind and FreeBSD. > > > > > > I have just configured a Local DNS server using the built-in Bind > > > 9.3.1 on a FreeBSD 5.4 machine. > > > > > > My problem is that the machine can cache queries on the localhost > > > and loop back (127.0.0.1) interface only. > > > > > > I have a public static IP on this machine too and I can't seem to > > > query the caching name server from my local network. > > > > > > In Linux, this is no problem. I just can't seem to get Bind to work > > > as in my local network. It works only on the loopback interface. > > > > The default /etc/namedb/named.conf configuration file for BIND says: > > > > | // If named is being used only as a local resolver, this is a safe > > | default. // For named to be accessible to the network, comment this > > | option, specify // the proper IP address, or delete this option. > > | listen-on { 127.0.0.1; }; > > > > It looks like if you comment out that option, it will listen on * by > > default. You could also add the other IP address on which you want > > named to listen. > > > > -- > > Chris Cowart > > Network and Infrastructure Systems Administrator > > RSSP-IT, UC Berkeley > > "May all your pushes be popped" > > > > Dear Chris, > > Thank you for your help. I did comment and added my public static IP > like the following: > > > listen-on { 202.x.x.x; }; # My Static IP > > Now when I do from my local PC: > > dig yahoo.com @202.x.x.x , I can do DNS lookups. > > But when I try doing that from another computer on my network, I can't > do any DNS lookups. > > > Is that anything that I miss? > > > - -- > > > With best regards and good wishes, > > Yours sincerely, > > Tek Bahadur Limbu > > (TAG/TDG Group) > Jwl Systems Department > > Worldlink Communications Pvt. Ltd. > > Jawalakhel, Nepal > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2.2 (FreeBSD) > > iD8DBQFFgT8ZVrOl+eVhOvYRAn8OAJwOOC6+C8mnY+YBP+1GxG2uDTfWpgCfTFr1 > 168ArGMkI0+9Qj/MpzFbmUo= > =p9RV > -----END PGP SIGNATURE----- > _______________________________________________ You have to tell the other machines on your network to use the IP of the local DNS server for domain name resolution. If you are using DHCP you can configure your DHCP server to give this information with the IP. Otherwise you must manually do it, which will be different between operating systems. HINT: In FreeBSD add the IP of the DNS server to /etc/resolve.conf Chad