From owner-freebsd-questions@freebsd.org Tue Aug 18 20:42:44 2015 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 0E2169BC5EE for ; Tue, 18 Aug 2015 20:42:44 +0000 (UTC) (envelope-from antoine@kallab.com) Received: from mail-vk0-f53.google.com (mail-vk0-f53.google.com [209.85.213.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8761104E for ; Tue, 18 Aug 2015 20:42:43 +0000 (UTC) (envelope-from antoine@kallab.com) Received: by vkfi73 with SMTP id i73so75267309vkf.2 for ; Tue, 18 Aug 2015 13:42:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=luOtKxRGtd3V+xNPU3dciAeRODD4veFx9pxqWtfGpRk=; b=j/5Ox3tdcSuJjLs8gnFv27GikX1KyljNNyLPRscL/mavqIPdt3qjxzLqYnImA3+8nL 102IZa9p1MOK/tgiabGJyGsQmJLOm6Ug7i3ez00u52IYAyI7bSpoa8LKundNU1296yZ5 traXxarCMy6FsVWSOQnpy1bw1yEcx4ouQxYqAd/PLwe9cy077rKAJBqVAZe+qGn6aLNG IF/CXxoZaX8tjbaAAOT4FhBXUHW+B6R7ONClNM/C5dQpkxlLNIgYmkKpP06jb8N0ZpL7 W94YZPw/Sl5CjURD0QI+UKHP+OvCtKD2p5/9ZARXDm35YMVF9/mZ+qfLA61X8nQsSuuv S/7A== X-Gm-Message-State: ALoCoQm4gOnr6AlUYwDChItNKE8t9rfs5GINiw6Ovu2ciUUmFduGcCAnlrmGj48s8lmNLcbmt695 MIME-Version: 1.0 X-Received: by 10.52.38.197 with SMTP id i5mr11082744vdk.52.1439930562520; Tue, 18 Aug 2015 13:42:42 -0700 (PDT) Received: by 10.31.208.194 with HTTP; Tue, 18 Aug 2015 13:42:42 -0700 (PDT) In-Reply-To: <55D38E6E.3020700@radel.com> References: <55D38E6E.3020700@radel.com> Date: Tue, 18 Aug 2015 16:42:42 -0400 Message-ID: Subject: Re: unbound setup questions From: Antoine Kallab To: Jon Radel Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 20:42:44 -0000 I've been using "service local_unbound restart". However, I just tried using service local_unbound stop and service local_unbound start and it did not change the result. "sockstat | grep unbound" tells me that unbound is listening on all interfaces on the TCP and UDP port 53. On Tue, Aug 18, 2015 at 3:58 PM, Jon Radel wrote: > On 8/18/15 2:55 PM, Antoine Kallab wrote: >> >> Hi all, >> >> I can't seem to get unbound to resolve DNS requests coming from any >> machine other than localhost. I am not sure what I'm doing wrong, and >> would appreciate some guidance. >> >> > Have you completely restarted unbound since you put that Interface:0.0.0.0 > in there? Reloading the config is insufficient per the documentation. > > Can also use > > netstat -an | grep 53 > > or your favorite variation on that theme, to make sure that it's actually > using an interface the other machine can reach. > > > --Jon Radel > jon@radel.com >