From owner-freebsd-questions Fri Sep 6 13:30:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FDC237B401; Fri, 6 Sep 2002 13:30:16 -0700 (PDT) Received: from ignatius.schwartz-pr.com (ignatius.schwartz-pr.com [12.30.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4BBC43E4A; Fri, 6 Sep 2002 13:30:15 -0700 (PDT) (envelope-from jfiorelli@schwartz-pr.com) Received: from dhcp-hst2-81.schwartz-pr.com (dhcp-hst2-81.schwartz-pr.com [12.30.3.81]) by ignatius.schwartz-pr.com (Postfix) with ESMTP id 1173BA61; Fri, 6 Sep 2002 16:30:13 -0400 (EDT) Subject: Re: Problems with tftp From: Jess Fiorelli To: Giorgos Keramidas Cc: freebsd-questions@freebsd.org In-Reply-To: <20020905143926.GB78842@hades.hell.gr> References: <20020905052634.GM8069@hades.hell.gr> <20020905084357.K24719-100000@ignatius.schwartz-pr.com> <20020905143926.GB78842@hades.hell.gr> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 06 Sep 2002 16:18:59 -0400 Message-Id: <1031343539.12775.105.camel@dhcp-hst2-81> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > While this doesn't answer any of the questions I asked above, let's > see now. None of the three configured name servers answers as > 'authoritative' for the schwartz-pr.com domain... Strange. > How did you do that? :-) Somehow that setup has been working for the last 2 years or so... It was setup by someone else who is no longer here. :( Here are some snippets from the named.conf on ns1: --- acl allowed-xfers { 12.30.2.4; # mail.schwartz-pr.com ... other snipped out... } zone "schwartz-pr.com" { type master; file "pri/schwartz-pr.com"; allow-query { any; }; allow-transfer { allowed-xfers; }; }; ------- Won't the "type master;" make this the authoritative server for the domain? I originally forgot to update named.conf so that the ip address for the new mailserver was allowed to do zone transfers, but I've updated that as you can see above. Will it make things easier if I just install named on the mail server as a slave? Jess > > : Script started on Thu Sep 5 17:31:32 2002 > : charon@hades[17:31]/home/charon$ host -v -t ns schwartz-pr.com > : Additional information: > : ns2.schwartz-pr.com 134996 IN A 12.25.216.162 > : cmtu.mt.ns.els-gms.att.net 134997 IN A 12.127.16.69 > : ns1.schwartz-pr.com 134996 IN A 12.25.17.194 > : > : charon@hades[17:31]/home/charon$ host -v ns1.schwartz-pr.com 12.25.216.162 > : The following answer is not verified as authentic by the server: > : ns1.schwartz-pr.com 326400 IN A 12.25.17.194 > : > : charon@hades[17:32]/home/charon$ host -v ns1.schwartz-pr.com 12.25.17.194 > : The following answer is not verified as authentic by the server: > : ns1.schwartz-pr.com 326400 IN A 12.25.17.194 > : > : charon@hades[17:32]/home/charon$ host -v ns1.schwartz-pr.com 12.127.16.69 > : The following answer is not verified as authentic by the server: > : ns1.schwartz-pr.com 326400 IN A 12.25.17.194 > : > : charon@hades[17:32]/home/charon$ exit > : Script done on Thu Sep 5 17:32:42 2002 > > Can you post the configuration of the three name servers? > One of them is not configured correctly, as far as I can tell. > > - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message