From owner-freebsd-questions@FreeBSD.ORG Wed Oct 30 13:19:37 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTP id 7E31F2A2 for ; Wed, 30 Oct 2013 13:19:37 +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 0980F201C for ; Wed, 30 Oct 2013 13:19:36 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.7/8.14.7) with ESMTP id r9UCYwYo001694; Wed, 30 Oct 2013 13:35:01 +0100 (CET) (envelope-from ulrich@pukruppa.de) Message-ID: <5270FCF2.1030209@pukruppa.de> Date: Wed, 30 Oct 2013 13:34:58 +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: Wei Guo , freebsd-questions@freebsd.org Subject: Re: How to set up unbound on FreeBSD 10 References: <5270C384.9040502@pukruppa.de> <5270DDC0.2050603@gmail.com> In-Reply-To: <5270DDC0.2050603@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 13:19:37 -0000 On 10/30/13 11:21, Wei Guo wrote: > > 于 10/30/13, 4:29 PM, Peter Ulrich Kruppa 写道: >> 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 ? > I guess you must have the following line in your ppp.conf: > > disable dns > > in order to stop ppp(8) from rewriting your /etc/resolv.conf. And you > to can edit /var/unbound/forward.conf and /var/unbound/unbound.conf > to meet your demands. Thanks, that is a good hint - but it doesn't solve the problem. As soon as I activate unbound I no dns requests from my machine (neither from any other) will be answered. Greetings Peter > > >> >> 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 >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > >