June 2015
Intermediate to advanced
190 pages
4h 4m
English
The Time to Live (TTL) factor can also have a bearing on the issues at hand. In instances where a simple dig request will show that the nameserver displays a different record to the local DNS, then (beyond waiting for the automated update to take place) a different course of action is to flush the cache.
In the case of BIND, it is simply a matter of restarting the service like this:
# systemctl restart named
However, without being so drastic, you can also use the following syntax:
# rndc flush
Then run a service status check:
# systemctl status named
In this respect, you should now see the following notices:
received control channel command 'flush' flushing caches in all views succeeded
Alternatively, you can target a specific ...
Read now
Unlock full access