From owner-freebsd-questions@FreeBSD.ORG Fri Feb 29 20:20:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7A04106567A for ; Fri, 29 Feb 2008 20:20:23 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 922728FC2E for ; Fri, 29 Feb 2008 20:20:23 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay14.apple.com (relay14.apple.com [17.128.113.52]) by mail-out3.apple.com (Postfix) with ESMTP id 8AEF622BB35D; Fri, 29 Feb 2008 12:20:23 -0800 (PST) Received: from relay14.apple.com (unknown [127.0.0.1]) by relay14.apple.com (Symantec Mail Security) with ESMTP id 7902428042; Fri, 29 Feb 2008 12:20:23 -0800 (PST) X-AuditID: 11807134-adf35bb0000008f8-80-47c869076685 Received: from cswiger1.apple.com (cswiger1.apple.com [17.214.13.96]) by relay14.apple.com (Apple SCV relay) with ESMTP id 5BBD92802B; Fri, 29 Feb 2008 12:20:23 -0800 (PST) Message-Id: <82621617-07C2-4DEF-B19B-E76561E4F066@mac.com> From: Chuck Swiger To: Abdullah Ibn Hamad Al-Marri In-Reply-To: <638843.16712.qm@web33701.mail.mud.yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Fri, 29 Feb 2008 12:20:23 -0800 References: <638843.16712.qm@web33701.mail.mud.yahoo.com> X-Mailer: Apple Mail (2.919.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.0 with BIND 9.4 issue 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: Fri, 29 Feb 2008 20:20:23 -0000 On Feb 29, 2008, at 9:21 AM, Abdullah Ibn Hamad Al-Marri wrote: > I need to make named do nslookup for any host from outside my > network, but I faild to make it work as in older versions of BIND. > > [17:20](arabian2005@ns2)[~]> nslookup www.google.com ns3.wearab.net > Server: NS3.WeArab.Net > Address: 66.90.105.114 Add: allow-recursion { any; }; ...to the options section of named.conf. Note that this greatly increases the risk of people misusing the server via cache spoofing attacks; you are much better off specifying a more limited set of networks which are permitted to make recursive queries. -- -Chuck