linux.debian.isp
[Top] [All Lists]

Re: bind9 ns1 and ns2 not authorative

Subject: Re: bind9 ns1 and ns2 not authorative
From: "Giacomo A. Catenazzi" <cate@xxxxxxxxxx>
Date: Fri, 22 Aug 2008 13:50:07 +0200
Newsgroups: linux.debian.isp

randall wrote:
> Giacomo A. Catenazzi wrote:
>>
>>
>> you should include also one of these files. Do they contain the
>> SOA record ("Start of Authority")?
>>
>> ciao
>>     cate
>>
>>   
> forgot this one,  should the SOA include ns2?
> 
> 
> 
> /etc/smbind/zones/euronic.nl
> $TTL   86400
> @       IN      SOA     ns1.itech.nl. hostmaster@xxxxxxxxxxxxxxxxxx (

rname should not have the @. You should instead use ".", i.e.:

@       IN      SOA     ns1.itech.nl. hostmaster.unitedmembers.com. (


BTW these command are useful to check for configuration errors:
named-checkconf /etc/bind/named.conf
named-checkzone /etc/smbind/zones/euronic.nl

ciao
        cate


>                        2008082225      ; Serial
>                        28800           ; Refresh
>                        7200            ; Retry
>                        1209600         ; Expire
>                        86400)          ; Negative Cache TTL
> ;
> @       IN      NS            ns1.itech.nl.
> @       IN      NS            ns2.itech.nl.
> 
> thanks randall
> 
> 


-- 
To UNSUBSCRIBE, email to debian-isp-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>