Forum Discussion
Need to know any possible way to clear cache/flush dns for a records on GTM/DNS where GTM act as forwarder for the query.
Is the forwarder setup in Zones -> ZoneRunner -> Zone List? If so, it's using the BIND/NAMED backend. This TMSH command will restart it and thus drop all cached records:
restart /sys service named
You can also have the forwarder not cache at all by using the "forward only" option. Example:
zone "whatever.com." {
type forward;
forward only;
forwarders {
192.168.1.1;
192.168.2.2;
};
};
However, you probably wouldn't want to apply this to "." since that would disable caching for general queries.
Bottom line - whoever is controlling that records should consider lowering the TTL. 86400 seconds is 1 day, and most people are using 1 hour or even 1 minute.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com