Help - Search - Members - Calendar
Full Version: named server problems
The Planet Forums > System Administration > DNS Hosting
mike_c
Hi
can anyone help with this error

NS TTL discrepancy

Warning: Your NS records at your authoritative DNS servers have TTLs that do not match what the parent servers report:

i get this at dnsreport.com and seem to be having some problems with www. not resolving correctly.

Ok this is not limited to 1 server this is all servers in different data centres ?

Thanks
Angel
have you solved this?
clearsignal
Regarding the NS descrepancy:

This is a newer test that dnsreport added, so the issue was always there, however to fix it is quite simple.

If using WHM change the dns info for the domains affected to reflect the following:
CODE
change:

yourdomain.com.  14400  IN      NS      ns1.yournameserver.com.

yourdomain.com.  14400  IN      NS      ns2.yournameserver.com.



to...



yourdomain.com.  172800  IN      NS      ns1.yournameserver.com.

yourdomain.com.  172800  IN      NS      ns2.yournameserver.com.


Hope this works for ya.(but either way should not pose a problem)

**EDIT** Oh btw. the 172800 appears to be a number that is set at the gtld-servers's reference to your domains.
X-Istence
Have fun editing info for the hundreds of domains you might have icon_razz.gif

Easiest would be to read up on sed:

man sed

and or perl to replace it for you automatically.
clearsignal
icon_lol.gif Without a doubt...however I don't think it's a real pressing/critical issue.

Cheers
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.