What do you mean by refresh rate of the dns server? Like TTL length of records? Or..?
Aly
------Original Message------ From: ann kok Sender: centos-bounces@centos.org To: centos@centos.org ReplyTo: CentOS mailing list Subject: [CentOS] dns question Sent: Mar 22, 2011 9:13 AM
Hi all
How can I know the refresh rate of the dns server?
Thank you
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Sent from my BlackBerry device on the Rogers Wireless Network
As was previously mentioned, you need to be more clear about what you're asking. There are multiple related concepts. Look up a description of the SOA record, in particular the refresh, retry, expire, and minimum TTL fields. The first three affect how DNS secondary servers behave. The last can affect client responses, but you can also have per-record TTL values and zone default TTL values.
This link might be a good starting point for understanding the SOA parameters: http://rscott.org/dns/soa.html
If you're trying to solve a problem with DNS secondaries keeping up, watch that you're incrementing the serial number. If you're using split zones (views) or other esoteric configurations, things get a whole lot more complicated.