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/11/06 16:16]
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 65: Line 69:
 ===== 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>
 +
 +=== DSM 7 ===
 +As a root user use the following to restart named.
 +<sxh>systemctl restart pkgctl-DNSServer.service</sxh>
  
 ===== Web Browsers ===== ===== Web Browsers =====