From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 13:31:49 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 E48B716A4CE for ; Wed, 29 Dec 2004 13:31:49 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D42543D48 for ; Wed, 29 Dec 2004 13:31:49 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so25726wri for ; Wed, 29 Dec 2004 05:31:49 -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=H7bhBRfX02og+L5YvEkpnq5SjJZmh9zBInN2zfHvVxhZLxKt2gsU8yc0/a6ocWlRy3jPs6w7qowI0nv0iIGQEQwr8VezhvVZX+tpdQwlM9yfp00Z9vXPYWVo0gITao9E782GE+4VaWYuhyDgrs/v3TcrmnSySynTvjl5ajKmdEA= Received: by 10.54.50.73 with SMTP id x73mr154255wrx; Wed, 29 Dec 2004 05:31:48 -0800 (PST) Received: by 10.54.38.16 with HTTP; Wed, 29 Dec 2004 05:31:48 -0800 (PST) Message-ID: <7cbadc87041229053138efc4e4@mail.gmail.com> Date: Wed, 29 Dec 2004 15:31:48 +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: 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:31:50 -0000 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"; }; }; nelis