From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 23:37:27 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CDC58C0 for ; Fri, 30 Jan 2015 23:37:27 +0000 (UTC) Received: from m.saper.info (m.saper.info [IPv6:2a01:4f8:a0:7383::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "m.saper.info", Issuer "Marcin Cieslak 2011" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 11B8A91D for ; Fri, 30 Jan 2015 23:37:26 +0000 (UTC) Received: from m.saper.info (saper@localhost [127.0.0.1]) by m.saper.info (8.14.9/8.14.9) with ESMTP id t0UNbNRo060465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 30 Jan 2015 23:37:23 GMT (envelope-from saper@saper.info) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=saper.info; s=Sep2014; t=1422661043; bh=VrBa1GOTZD9LOqTMotCZ0qPZrDAYfgS+s6LrqATZsMQ=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=ZbTeRL8sCaLkSlbRZh0xPStI4drQ0cTXbBF/yDwq3Npbv7yccnvXGifdQYmACmBhB 6mqWJLqUAGup1ZC0ja9hpfBYUPBIpmpxLhwJP6xXSEXj9tWqZYwBRz4PBp8FKs8/vU +eppx5jKBFxJ02u7ESMcx9XuWR1cXmmZ43iAzR7c= Received: from localhost (saper@localhost) by m.saper.info (8.14.9/8.14.9/Submit) with ESMTP id t0UNbM3R060462; Fri, 30 Jan 2015 23:37:22 GMT (envelope-from saper@saper.info) X-Authentication-Warning: m.saper.info: saper owned process doing -bs Date: Fri, 30 Jan 2015 23:37:22 +0000 From: Marcin Cieslak To: Poul-Henning Kamp Subject: Re: Bug-report of sorts... In-Reply-To: <2533.1422656690@critter.freebsd.dk> Message-ID: References: <2533.1422656690@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 23:37:27 -0000 On Fri, 30 Jan 2015, Poul-Henning Kamp wrote: > But the point is I never get to the webpage, local_unbound just doesn't > seem to be able to resolve anything through the DHCP appointed server, > despite the fact that dig(1) does so just fine. I kind of got used to having to restart local_unbound after wifi/ipsec failures on my network, but I think I am going straight to the rootservers and I don't have anything captive. Something got negatively cached for too long? //Marcin