I saw that I can't specify to ns1 the same ip of web01 'cause it's
identied like a CNAME in any way.
Well, I've changed my zone file and know I have this one:

#-------------------------------
$TTL 1W
@       IN      SOA     web01.hospedevip.com.br. root.hospedevip.com.br. (
                                        2005051121   ;serial
                                        28800        ;refresh
                                        14400        ;retry
                                        3600000      ;expire
                                        86400 )      ;minimum
hospedevip.com.br.      IN      A       200.155.21.212
@       IN      NS      web01.hospedevip.com.br.
@       IN      NS      ns1.datacenter1.com.br.
@       IN      NS      ns2.datacenter1.com.br.
@       IN      NS      ns3.datacenter1.com.br.
...
web01   IN      A       200.155.21.212
...
www     IN      CNAME   web01
...
-------------------------------#

Is that right? Or I've to specify the other 3 dns servers (at
datacenter) like the follow lines:
@       IN      NS      ns1
@       IN      NS      ns2
@       IN      NS      ns3
ns1     IN      A         200.X.X.X
ns2     IN      A         200.X.X.X
ns3     IN      A         200.X.X.X

Tks in advice,

Claudinei Matos

On 5/11/05, Claudinei Matos <[EMAIL PROTECTED]> wrote:
> but I can just add a line:
> ns1     IN      A       200.155.21.212
> where 200.155.21.212 is the same address of web01.hospedevip.com.br, right?
> when I did setup it and reloaded named I get the follow lines at the log file:
> 
> May 11 17:38:06 web01 named[10248]: loading configuration from
> '/etc/bind/named.conf'
> May 11 17:38:06 web01 named[10248]: dns_master_load:
> pri/hospedevip.com.br.zone:18: ns1.hospedevip.com.br: CNAME and other
> data
> May 11 17:38:06 web01 named[10248]: zone hospedevip.com.br/IN: loading
> master file pri/hospedevip.com.br.zone: CNAME and other data
> 
> Is that right?
> 
> Tks,
> 
> Claudinei Matos

-- 
gentoo-user@gentoo.org mailing list

Reply via email to