Tuesday, January 23, 2018

flush rndc

 my bind9 dns server is reporting different ips for a host when i...
  
 localhost $ dig @localhost.ip address  
   
 and  
   
 remotehost $ dig @localhost.ip address  
   
 this is due to a weirdo cache on localhost.  
 the best thing to do is flush the dns cache.  
   
 localhost $ rndc flush  
   
 easy.  

No comments: