From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 18 11:53:31 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2643DCAA for ; Thu, 18 Sep 2014 11:53:31 +0000 (UTC) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECC79847 for ; Thu, 18 Sep 2014 11:53:30 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by gateway2.nyi.internal (Postfix) with ESMTP id 0C55472D for ; Thu, 18 Sep 2014 07:53:30 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Thu, 18 Sep 2014 07:53:30 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=QBtJDkJllx2dw9qJi6RwSktRaUo=; b=c0V 3rzqrztwEbwkyaFZj1bMY/XM0RTUAhiMlJ4y5jwCnZm+ewK5XTW0uQIPNpNR7gbK vUCVS2gl4s2UQgixBpqHUiP9rgZgGsVaQrZYemI3tAKeryy3DdHhXmgv9PvRQOZh 4Y5AsxE/RJGO3xk3Rfrk+Oo1eZStPXRTt/ysuoWw= Received: by web3.nyi.internal (Postfix, from userid 99) id CC49910ED54; Thu, 18 Sep 2014 07:53:29 -0400 (EDT) Message-Id: <1411041209.640367.168973281.5BC3D2D2@webmail.messagingengine.com> X-Sasl-Enc: ATnAiJweFVUWiQu8+ykTMRyvwEsm0qmSWS9Ag/hNIpZS 1411041209 From: Mark Felder To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-68d12f42 In-Reply-To: References: Subject: Re: unbound - what is wrong Date: Thu, 18 Sep 2014 06:53:29 -0500 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 11:53:31 -0000 On Thu, Sep 18, 2014, at 04:29, Wojciech Puchar wrote: > > local-zone: "10.in-addr.arpa." transparent > local-zone: "intra." transparent > I also just realized you have local-zone defined. That's for when you want to hardcode entries into unbound's configuration. I don't believe you can have a local-zone that is also forwarded. You should probably remove those two lines.