From owner-freebsd-stable@freebsd.org Tue Aug 7 14:35:38 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA9E71060398 for ; Tue, 7 Aug 2018 14:35:38 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6B63271CE1 for ; Tue, 7 Aug 2018 14:35:38 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id 3130D1060397; Tue, 7 Aug 2018 14:35:38 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 201BA1060396 for ; Tue, 7 Aug 2018 14:35:38 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (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 B807171CE0 for ; Tue, 7 Aug 2018 14:35:37 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6]) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1fn35B-0001oR-Ux; Tue, 07 Aug 2018 14:35:33 +0000 Subject: Re: How do I stop using local_unbound ? To: Kevin Oberman , John Kennedy Cc: "stable@freebsd.org" References: <20180806145717.GE30738@phouka1.phouka.net> From: Pete French Message-ID: <77911329-d91d-d76d-38cd-a2c96fb8c122@ingresso.co.uk> Date: Tue, 7 Aug 2018 15:35:33 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 14:35:39 -0000 > Hmm.  First, make sure that it isn't running (service local_unbound > stop, etc). > Then look at your /etc/resolv.conf -- unbound tends to rewrite that > on initial > startup, taking some of it's settings and inserting itself into the > middle as a > caching DNS server.  At the very least, you want something like this: > >         nameserver 8.8.8.8 > > I think the default DHCP client stomps all over /etc/resolv.conf > fairly well, Thats my problem - it doesnt rewrite it :-( I ended up taking one of my machines with a working unboudn setup, rysncing the files to the non working ones, re-enabling unbound and lettign it get on with its life. Have given up on removing it! Thanks for the advice though, I will dig into it on more detail when I have a moment. cheers, -pete.