From owner-freebsd-questions@FreeBSD.ORG Wed Oct 30 10:01:35 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1E5AEB1 for ; Wed, 30 Oct 2013 10:01:35 +0000 (UTC) (envelope-from ulrich@pukruppa.de) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de [217.92.171.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FD1D22FD for ; Wed, 30 Oct 2013 10:01:34 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.7/8.14.7) with ESMTP id r9U8TuIH025234 for ; Wed, 30 Oct 2013 09:29:56 +0100 (CET) (envelope-from ulrich@pukruppa.de) Message-ID: <5270C384.9040502@pukruppa.de> Date: Wed, 30 Oct 2013 09:29:56 +0100 From: Peter Ulrich Kruppa User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: How to set up unbound on FreeBSD 10 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 10:01:36 -0000 Hi, as I can see there is a new default dns server shipping with FreeBSD 10: unbound. When I try to set it up as described in http://blog.des.no/2013/09/local-caching-resolver-in-freebsd-10/ by typing # echo local_unbound_enable=yes >>/etc/rc.conf # service local_unbound start I am locked out of my internet connection and nobody is served any dns . So I guess something must be missing. For example: Do I have to mount any devfs ? My machine has got two nics: one unconfigured to dial in to an ADSL connection via DSL bridge and one with IP 192.168.10.1 to my LAN. With old named/bind all I need to set is named_enable="YES" in /etc/rc.conf and listen-on { 127.0.0.1; 192.168.10.1;}; in /var/named/etc/namedb/named.conf Thanks for your help Peter