Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
network:clear_dns [2016/12/25 11:01]
eServices Greece
network:clear_dns [2021/11/19 23:52] (current)
eServices Greece
Line 1: Line 1:
-====== Clear DNS ====== 
 {{howhard>1}} {{howhard>1}}
 +====== Clear DNS ======
 ===== Operating Systems ===== ===== Operating Systems =====
 ==== Windows ==== ==== Windows ====
-=== XP, 2000, VISTA, 7, 8, 8.1, 10 ===+=== XP, 2000, VISTA, 7, 8, 8.1, 10, 11 ===
 Open a Command Prompt with Administrative Privileges and type Open a Command Prompt with Administrative Privileges and type
   * <sxh>ipconfig /flushdns</sxh>   * <sxh>ipconfig /flushdns</sxh>
Line 19: Line 19:
   * <sxh>sudo dscacheutil -flushcache</sxh>   * <sxh>sudo dscacheutil -flushcache</sxh>
  
-=== 10.5, 10.6 === +=== 10.2, 10.3, 10.4, 10.5, 10.6 ===
-Open a Terminal and type +
-  * <sxh>sudo dscacheutil -flushcache</sxh> +
- +
-=== 10.4 and earlier ===+
 Open a Terminal and type Open a Terminal and type
   * <sxh>sudo dscacheutil -flushcache</sxh>   * <sxh>sudo dscacheutil -flushcache</sxh>
  
 ==== Linux ==== ==== Linux ====
 +
 +=== systemd ===
 +Open a Terminal and type
 +* <sxh>resolvectl flush-caches</sxh>
  
 === nscd === === nscd ===
Line 66: Line 66:
   * Stop DNS Service <sxh>multid -s</sxh>   * Stop DNS Service <sxh>multid -s</sxh>
   * Start DNS Service <sxh>multid</sxh>   * Start DNS Service <sxh>multid</sxh>
 +
 +===== Other Hardware =====
 +==== Synology ====
 +=== DSM 6 ===
 +As a root user use the following to restart named.
 +<sxh>synoservice --restart pkgctl-DNSServer</sxh>
 +
 +=== DSM 7 ===
 +As a root user use the following to restart named.
 +<sxh>systemctl restart pkgctl-DNSServer.service</sxh>
  
 ===== Web Browsers ===== ===== Web Browsers =====
 ==== Google Chrome ==== ==== Google Chrome ====
 Visit the following URL Visit the following URL
-  * chrome://net-internals/#dns <sxh>chrome://net-internals/#dns</sxh>+<sxh>chrome://net-internals/#dns</sxh> 
 +In the page click on the Clear host cache button.
  
 +==== Microsoft Edge ====
 +Visit the following URL
 +<sxh>edge://net-internals/#dns</sxh>
 In the page click on the Clear host cache button. In the page click on the Clear host cache button.