From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RBNSJ-0003Gl-Vn for garchives@archives.gentoo.org; Wed, 05 Oct 2011 09:08:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85E7B21C179; Wed, 5 Oct 2011 09:07:51 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B69621C143 for ; Wed, 5 Oct 2011 09:06:48 +0000 (UTC) Received: by bkbzt12 with SMTP id zt12so2191243bkb.40 for ; Wed, 05 Oct 2011 02:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=FVTqr4UHw8UyiWW3gk7UnIqD00N7+vKNAQIcA7M5T4E=; b=ulkoxrTpx21Xy4AaKF9y8uTB+uqdW4iI824eDoklbz7lTE0HJ5uBRLggjYZJ1Wd/+w tIDD8hKQHppnG1zAU0oVGGg7K5lbnmKBHSJylErYyKTOxHoO4BP6qxSLTi67LfXHhjwz h5aYD2xlZ+IlEcPEU6Xp8Zj0PTNJxp6UIX2CY= Received: by 10.223.46.89 with SMTP id i25mr3288367faf.34.1317805608201; Wed, 05 Oct 2011 02:06:48 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.79.72 with HTTP; Wed, 5 Oct 2011 02:06:27 -0700 (PDT) From: Andrey Moshbear Date: Wed, 5 Oct 2011 05:06:27 -0400 Message-ID: Subject: [gentoo-user] SERVFAIL with bind; problems in named.conf? To: gentoo-user Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: b7abc13f71f68719546588f7f5099ecd For bind, I have the following as named.conf: acl "xfer" { none; }; acl "trusted" { 127.0.0.0/8; ::1/128; }; options { directory "/var/bind"; pid-file "/var/run/named/named.pid"; listen-on-v6 { none; }; listen-on port 53 { 127.0.0.1; 192.168.1.0/10; EXTERNAL_IP; }; }; include "/etc/bind/rndc.key"; controls { inet 127.0.0.1 port 953 allow { 127.0.0.1/32; ::1/128; } keys { "rndc-key"; }; }; zone "." in { type hint; file "/var/bind/root.cache"; }; zone "localhost" IN { type master; file "pri/localhost.zone"; notify no; }; zone "127.in-addr.arpa" IN { type master; file "pri/127.zone"; notify no; }; zone "moshbear.net" IN { type master; file "/var/bind/pri/moshbear.net.zone"; allow-query { any; }; allow-transfer { xfer; }; }; // end of dump The zone file does not have any errors. Any reasons as to why "dig @127.0.0.1 moshbear.net" returns SERVFAIL? -- 001100 Andrey "m05hbear" Vul 010010 100001 andrey dot vul at gmail 110011