From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 13:39:48 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 E578B16A4CE for ; Wed, 29 Dec 2004 13:39:48 +0000 (GMT) Received: from ux11.ltcm.net (ux11.ltcm.net [64.215.98.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4660543D31 for ; Wed, 29 Dec 2004 13:39:48 +0000 (GMT) (envelope-from mipam@ibb.net) Received: from ux11.ltcm.net (mipam@localhost.ltcm.net [IPv6:::1]) by ux11.ltcm.net (8.12.9/8.12.9/UX11TT) with ESMTP id iBTDdk95030194; Wed, 29 Dec 2004 14:39:46 +0100 (MET) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id iBTDdjBS012342; Wed, 29 Dec 2004 14:39:45 +0100 (MET) X-Authentication-Warning: ux11.ltcm.net: mipam owned process doing -bs Date: Wed, 29 Dec 2004 14:39:44 +0100 (MET) From: Mipam X-X-Sender: mipam@ux11.ltcm.net To: Nelis Lamprecht In-Reply-To: <7cbadc87041229053138efc4e4@mail.gmail.com> Message-ID: References: <7cbadc87041229053138efc4e4@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 13:39:49 -0000 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? Bye, Mipam.