Question : DNS authoritative

We have a dns server(win2000 server) with different domains, but 15 days ago when we try to configure a new domain at “nic.mx”, we receive the message  that the server is not authoritative for the domain so I cannot configure the dns in the page for this new domain,  and i don´t know how to check this configuration for the server and fix the problem. We run a test in the next page www.dnsreport.com and receive the following mesage ERROR: You have one or more lame nameservers. These are nameservers that do NOT answer authoritatively for your domain. This is bad; for example, these nameservers may never get updated. The following nameservers are lame:   ip


   i need help to resolve this problem thanks.

Answer : DNS authoritative


It's the Cessan.com.mx zone that needs this though right?

Anyway... this is what the Zone File needs to be to meet those requirements:

(same as parent folder)     Start of Authority     [7601], ns1.occmx.com., hostmaster.cessan.com.mx.

(same as parent folder)     Name Server     ns.occmundial.com.
(same as parent folder)     Name Server     ns1.occmx.com.

(same as parent folder)     Host     207.250.79.250
(same as parent folder)     Host     207.250.79.52

(same as parent folder)     Mail Exchanger     [10]  maila.occmx.com.

www     Host     207.250.79.52

But the problem is Windows likes messing around with DNS too much, so the best way to get it to actually be that is to change the Type to Standard Primary (if it's not already) make sure Dynamic Updates is disabled on the Zoone. Then go to C:\Windows\System32\DNS and open the Zone File in Notepad. At that point you can change it to this:

@      IN SOA      ns1.occmx.com.      hostmaster.cessan.com.mx. (
            2006011901      ; Serial Number
            900            ; Refresh
            600            ; Retry
            86400            ; Expire
            3600      )      ; Default TTL

@      NS      ns1.occmx.com.
@      NS      ns.occmundial.com.

@      A      207.250.79.250
@      A      207.250.79.52

@      MX      10      mail.occmx.com.

www      A      207.250.79.52

Chris
Random Solutions  
 
programming4us programming4us