Question : Secondary DNS zone issue

Secondary DNS zone issue
I am creating DNS secondary zones on a server.
All secondary zones get replicated from the primary and they show the records inside of them, except one zone that is unable to be loaded by DNS.
I was suspecting the file has a problem, so I pasted the .dns file below:
Thanks



;
;  Database file Serati.de.dns for Serati.de zone.
;      Zone version:  2006090616
;

@                       IN  SOA ns1.Melani.com.  headquarter.Alnet.ma. (
                              2006090616   ; serial number
                              900          ; refresh
                              600          ; retry
                              86400        ; expire
                              3600       ) ; default TTL

;
;  Zone NS records
;

@                       NS      ns1.Melani.com.
ns1.Melani.com.         A      203.43.47.11
@                       NS      ns2.Melani.com.
ns2.Melani.com.         A      203.43.47.12

;
;  Zone records
;

@                       CNAME      Melani.com.
www                     CNAME      www.Melani.com.

Answer : Secondary DNS zone issue

OK, well issue solved then. However, if I remember correctly a CNAME on the domain itself should actually be done at the registrar, and not really in your zone file (unless it is a subdomain). In my experience, more modern versions of bind will refuse to transfer such domains. But hey, that does not seem to be the case here is it transferred fine, so maybe that's just hogwash ;)

I can't reach your servers on the Internet so I can't examine the results unfortunately.
Random Solutions  
 
programming4us programming4us