Skip site navigation (1)Skip section navigation (2)
Date:      06 Sep 2002 16:18:59 -0400
From:      Jess Fiorelli <jfiorelli@schwartz-pr.com>
To:        Giorgos Keramidas <keramida@FreeBSD.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problems with tftp
Message-ID:  <1031343539.12775.105.camel@dhcp-hst2-81>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1031343539.12775.105.camel>