From owner-freebsd-questions@freebsd.org Thu Oct 12 05:04:29 2017 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 58365E43933 for ; Thu, 12 Oct 2017 05:04:29 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 447B765C7B for ; Thu, 12 Oct 2017 05:04:28 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id DCCF73AF00 for ; Wed, 11 Oct 2017 21:57:28 -0700 (PDT) From: "Ronald F. Guilmette" To: freebsd-questions@freebsd.org Subject: Unbound(8) caching resolver no workie on fresh install :-( Date: Wed, 11 Oct 2017 21:57:28 -0700 Message-ID: <1468.1507784248@segfault.tristatelogic.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 05:04:29 -0000 I just installed a fresh 11.1-RELEASE system onto a pristine drive. (Be patient with me please. I haven't done this in a long while.) All seems to be working well, however I noticed the new install option to enable a local caching resolver, and I said to myself "Yea! Sounds great to me!" So I enabled that. After the install finished and I booted the new system, I immediately got some console errors indicating that the various default NTP servers (I also enabled NTP) were not resolving. :-( So, um, what gives? This particular machine is, for the moment, NAT'd/DHCP'd behind my trusty Linksys E4200. Do I need to poke a hole in that so that the UDP DNS query replies can actually make it all the way back to this box? Or is there something I need to diddle under /etc/unbound that isn't just ready to go, out of the box?