[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bind9 ns1 and ns2 not authorative



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@unitedmembers.com. (

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
> 
> 


Reply to: