From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 13:56:33 2004 Return-Path: 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 BF3B016A4CE for ; Wed, 29 Dec 2004 13:56:33 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D0043D2F for ; Wed, 29 Dec 2004 13:56:33 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so27446wri for ; Wed, 29 Dec 2004 05:56:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ioXM3VVJtkn67scUyQTkaQvKBl/0wjGQ94fhXjxt2mhH3vdBNUfGZNpDOQKn8h0F80wd2MClScL57Vl+e0H66oGwPusTfuStX7Dv8KvAOkIPd5HSltTouVjWUvOveNgJcLsAnTv1Hi4SrQhEf0+S4fQuvna82CaI36LBw9O+vZg= Received: by 10.54.33.12 with SMTP id g12mr165863wrg; Wed, 29 Dec 2004 05:56:32 -0800 (PST) Received: by 10.54.38.16 with HTTP; Wed, 29 Dec 2004 05:56:32 -0800 (PST) Message-ID: <7cbadc87041229055640ca92bc@mail.gmail.com> Date: Wed, 29 Dec 2004 15:56:32 +0200 From: Nelis Lamprecht To: Mipam In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <7cbadc87041229053138efc4e4@mail.gmail.com> cc: FreeBSD Questions Subject: Re: i'm lost in named trouble. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 13:56:33 -0000 On Wed, 29 Dec 2004 14:39:44 +0100 (MET), Mipam wrote: > On Wed, 29 Dec 2004, Nelis Lamprecht wrote: > > > On Wed, 29 Dec 2004 14:00:04 +0100 (MET), Mipam wrote: > > > > > > > > controls { > > > inet 127.0.0.1 port 953 > > > allow { 127.0.0.1; } keys { "bla"; }; > > > }; > > > > perhaps this should be: > > > > controls { > > inet 127.0.0.1 port 953 > > allow { localhost; } keys { "bla"; }; > > }; > > I just tried it, same result. :-( > Any other hints? I see you also have not set a query option ? eg. allow-query { any; }; ..under options. nelis