From owner-freebsd-questions@freebsd.org Mon May 16 17:00:02 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FFB5B3DB6A for ; Mon, 16 May 2016 17:00:02 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from cyrus.watson.org (cyrus.watson.org [198.74.231.69]) by mx1.freebsd.org (Postfix) with ESMTP id 708F21CED for ; Mon, 16 May 2016 17:00:02 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id 4E8D946C6B for ; Mon, 16 May 2016 12:59:56 -0400 (EDT) Received: from fledge.watson.org (doug@localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.15.2/8.15.2) with ESMTP id u4GGxtlR047903 for ; Mon, 16 May 2016 12:59:55 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.15.2/8.15.2/Submit) with ESMTP id u4GGxtvG047900 for ; Mon, 16 May 2016 12:59:55 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Mon, 16 May 2016 12:59:55 -0400 (EDT) From: doug Reply-To: doug@safeport.com To: freebsd-questions@FreeBSD.org Subject: unbound setup question Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (fledge.watson.org [127.0.0.1]); Mon, 16 May 2016 12:59:56 -0400 (EDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 17:00:02 -0000 We use Verizon FIOS. The default setup for some reason does not lookup the domain we use for our LAN. I did a default unbound install and got a setup that had resolv.conf=192.168.2.1 (the Verizon router) and unbound interface=0.0.0.0. >From monitoring port 53 traffic and the fact that my LAN issue was still there this install changed nothing. After lots of reading I came up with conf=127.0.0.1 and defined two Verizon name servers with the forward-addr attribute. This works perfectly. Every thing I read implied that unbound would set up resolv.conf automatically and nothing suggested my setup. So what did I do wrong in setup, and is there something wrong with my setup that I just have not hit yet?