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 [2020/06/19 21:49]
eServices Greece
network:clear_dns [2021/11/19 23:52] (current)
eServices Greece
Line 3: Line 3:
 ===== 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 24: Line 24:
  
 ==== Linux ==== ==== Linux ====
 +
 +=== systemd ===
 +Open a Terminal and type
 +* <sxh>resolvectl flush-caches</sxh>
  
 === nscd === === nscd ===
Line 57: Line 61:
 The latest versions of the firmware do not allow for telnet, in those cases a router restart is required The latest versions of the firmware do not allow for telnet, in those cases a router restart is required
 </WRAP> </WRAP>
 +
 +Enable Telnet mode by dialing: #96*7*
 +Connect with a telnet client to the router and type
 +  * Stop DNS Service <sxh>multid -s</sxh>
 +  * Start DNS Service <sxh>multid</sxh>
  
 ===== Other Hardware ===== ===== Other Hardware =====
 ==== Synology ==== ==== Synology ====
-=== DSM 6,7 ===+=== DSM 6 ===
 As a root user use the following to restart named. As a root user use the following to restart named.
 <sxh>synoservice --restart pkgctl-DNSServer</sxh> <sxh>synoservice --restart pkgctl-DNSServer</sxh>
  
-Enable Telnet mode by dialing: #96*7* +=== DSM === 
-Connect with telnet client to the router and type +As root user use the following to restart named. 
-  * Stop DNS Service <sxh>multid -s</sxh> +<sxh>systemctl restart pkgctl-DNSServer.service</sxh>
-  * Start DNS Service <sxh>multid</sxh>+
  
 ===== Web Browsers ===== ===== Web Browsers =====
Line 73: Line 81:
 Visit the following URL Visit the following URL
 <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.