From owner-freebsd-questions@FreeBSD.ORG Wed Dec 31 19:48:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C1001065674 for ; Wed, 31 Dec 2008 19:48:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 6AFB88FC17 for ; Wed, 31 Dec 2008 19:48:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id C204FAFBC02; Wed, 31 Dec 2008 10:48:18 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 31 Dec 2008 10:48:18 -0900 User-Agent: KMail/1.9.10 References: <4278c8fe736003a1c147f3c44da8adc9.squirrel@mail.edpausa.com> In-Reply-To: <4278c8fe736003a1c147f3c44da8adc9.squirrel@mail.edpausa.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812311048.18460.fbsd.questions@rachie.is-a-geek.net> Cc: lenny@edpausa.com Subject: Re: named won't bind to external interface and ignores other options. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 19:48:20 -0000 On Wednesday 31 December 2008 06:03:45 lenny@edpausa.com wrote: > bind 9.4.2/FreeBSD 7.0 seems to be ignoring many settings I enter in > /etc/namedb/named.conf. zones are being properly served internally, but > can't query or transfer from the outside. > > > > listen-on {216.154.117.227; 192.168.1.1;}; > listen-on-v6 { none; }; > > > tcp6 0 0 ::1.953 *.* LISTEN > tcp4 0 0 127.0.0.1.953 *.* LISTEN > tcp4 0 0 192.168.1.1.53 *.* LISTEN > > > any ideas ? Any clues in /var/log/messages? 216.154.117.227 is on a local interface? -- Mel Problem with today's modular software: they start with the modules and never get to the software part.