<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How to flush DNS cache in Linux / Windows / Mac</title> <atom:link href="http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/feed/" rel="self" type="application/rss+xml" /><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/</link> <description>The place for computer tips and tricks! microsoft windows, open source, database, programming, freeware and etc</description> <lastBuildDate>Mon, 15 Mar 2010 14:04:36 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: captain</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-2/#comment-156794</link> <dc:creator>captain</dc:creator> <pubDate>Wed, 10 Mar 2010 17:38:26 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-156794</guid> <description>I believe you have the instructions for OSX and OSX-Leopard+ backwards.  dscacheutil -flushcache is used in Leopard and SnowLeopard.</description> <content:encoded><![CDATA[<p>I believe you have the instructions for OSX and OSX-Leopard+ backwards.  dscacheutil -flushcache is used in Leopard and SnowLeopard.</p> ]]></content:encoded> </item> <item><title>By: Ammad</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-146552</link> <dc:creator>Ammad</dc:creator> <pubDate>Wed, 06 Jan 2010 06:39:39 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-146552</guid> <description>its not working on RHEL, enen though i have restarted, named, network service and nsdc.thanks</description> <content:encoded><![CDATA[<p>its not working on RHEL, enen though i have restarted, named, network service and nsdc.</p><p>thanks</p> ]]></content:encoded> </item> <item><title>By: hic</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-123421</link> <dc:creator>hic</dc:creator> <pubDate>Wed, 12 Aug 2009 18:21:58 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-123421</guid> <description>even tried lookupd -flushcache, still aint working.</description> <content:encoded><![CDATA[<p>even tried lookupd -flushcache, still aint working.</p> ]]></content:encoded> </item> <item><title>By: hic</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-123420</link> <dc:creator>hic</dc:creator> <pubDate>Wed, 12 Aug 2009 18:21:32 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-123420</guid> <description>i cant seem to flush on my mac 10.4
typed in dscacheutil -flushcache in terminal
but says, command not found?</description> <content:encoded><![CDATA[<p>i cant seem to flush on my mac 10.4<br
/> typed in dscacheutil -flushcache in terminal<br
/> but says, command not found?</p> ]]></content:encoded> </item> <item><title>By: Tricky</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-107296</link> <dc:creator>Tricky</dc:creator> <pubDate>Sun, 26 Apr 2009 23:25:43 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-107296</guid> <description>@Dad, kyle, daftwill123, and SoGua: should probably be *restart* the &quot;DNS Client&quot; service. If it isn&#039;t already started then the service would have been disabled and there&#039;s nothing to flush. Best to also check that the service is set to start on startup within the Right-click Properties dialog box.@sweet bunny: I don&#039;t believe any Windows versions prior to Windows 2000 did any caching at all without specifically installing a DNS caching service. Chances are the issue was with an upstream DNS server or maybe your firefox cache as per. See below or SoGua&#039;s comment from August 7th 2007.Re nscd, many *nix distros don&#039;t have nscd installed by default. If &quot;nscd -i hosts&quot; doesn&#039;t clear the cache (that&#039;s the correct way to flush it btw) then installing it won&#039;t help you except to install an empty cache. Also, there could be other daemons installed instead of nscd, dnsmasq or bind for example (Bind is generally not the best for a desktop - but is still installed on a lot of servers). Bind&#039;s cache can be flushed with &quot;rndc flush&quot;. Dnsmasq I believe has to be restarted for the cache to be flushed.Lastly, there&#039;s also a lot of upstream cached records that might be totally outside of your control. In case your current DNS server has the incorrect info cached, try changing your caching DNS server settings in your Network Settings to use a different server.</description> <content:encoded><![CDATA[<p>@Dad, kyle, daftwill123, and SoGua: should probably be *restart* the &#8220;DNS Client&#8221; service. If it isn&#8217;t already started then the service would have been disabled and there&#8217;s nothing to flush. Best to also check that the service is set to start on startup within the Right-click Properties dialog box.</p><p>@sweet bunny: I don&#8217;t believe any Windows versions prior to Windows 2000 did any caching at all without specifically installing a DNS caching service. Chances are the issue was with an upstream DNS server or maybe your firefox cache as per. See below or SoGua&#8217;s comment from August 7th 2007.</p><p>Re nscd, many *nix distros don&#8217;t have nscd installed by default. If &#8220;nscd -i hosts&#8221; doesn&#8217;t clear the cache (that&#8217;s the correct way to flush it btw) then installing it won&#8217;t help you except to install an empty cache. Also, there could be other daemons installed instead of nscd, dnsmasq or bind for example (Bind is generally not the best for a desktop &#8211; but is still installed on a lot of servers). Bind&#8217;s cache can be flushed with &#8220;rndc flush&#8221;. Dnsmasq I believe has to be restarted for the cache to be flushed.</p><p>Lastly, there&#8217;s also a lot of upstream cached records that might be totally outside of your control. In case your current DNS server has the incorrect info cached, try changing your caching DNS server settings in your Network Settings to use a different server.</p> ]]></content:encoded> </item> <item><title>By: daftwill123</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-103860</link> <dc:creator>daftwill123</dc:creator> <pubDate>Mon, 13 Apr 2009 02:34:59 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-103860</guid> <description>Thank you!!!</description> <content:encoded><![CDATA[<p>Thank you!!!</p> ]]></content:encoded> </item> <item><title>By: SoGua</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-101909</link> <dc:creator>SoGua</dc:creator> <pubDate>Mon, 06 Apr 2009 03:00:33 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-101909</guid> <description>Ok here&#039;s another solution: Go to Control Panel -&gt; Administrative tools -&gt; Services and look for &quot;DNS Client&quot; and right click on it and Select Start. Once DNS client started you can try to flush the DNS again.</description> <content:encoded><![CDATA[<p>Ok here&#8217;s another solution: Go to Control Panel -&gt; Administrative tools -&gt; Services and look for &#8220;DNS Client&#8221; and right click on it and Select Start. Once DNS client started you can try to flush the DNS again.</p> ]]></content:encoded> </item> <item><title>By: daftwill123</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-101905</link> <dc:creator>daftwill123</dc:creator> <pubDate>Mon, 06 Apr 2009 02:44:21 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-101905</guid> <description>Thanks for the advice. I&#039;ve ran anti-virus many many times, cleared out the system over and over of both spyware and virus and still having trouble. It might be so deep into the system though my protection programs aren&#039;t picking them up. I&#039;m using the latest versions of AVG Free (AVG 8) and Spyware search and destroy.</description> <content:encoded><![CDATA[<p>Thanks for the advice. I&#8217;ve ran anti-virus many many times, cleared out the system over and over of both spyware and virus and still having trouble. It might be so deep into the system though my protection programs aren&#8217;t picking them up. I&#8217;m using the latest versions of AVG Free (AVG <img
src='http://www.techiecorner.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> and Spyware search and destroy.</p> ]]></content:encoded> </item> <item><title>By: chua</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-101374</link> <dc:creator>chua</dc:creator> <pubDate>Fri, 03 Apr 2009 00:51:17 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-101374</guid> <description>Hi daftwill123, i suspect your PC was infected by virus.
Do a full system scan with your anti virus.Here&#039;s a free antivirus
http://www.techiecorner.com/102/avast-anti-virus-free-anti-virus-software/
http://www.techiecorner.com/166/avast-how-to-schedule-boot-time-scan-before-window-start/</description> <content:encoded><![CDATA[<p>Hi daftwill123, i suspect your PC was infected by virus.<br
/> Do a full system scan with your anti virus.</p><p>Here&#8217;s a free antivirus<br
/> <a
href="http://www.techiecorner.com/102/avast-anti-virus-free-anti-virus-software/" rel="nofollow">http://www.techiecorner.com/102/avast-anti-virus-free-anti-virus-software/</a><br
/> <a
href="http://www.techiecorner.com/166/avast-how-to-schedule-boot-time-scan-before-window-start/" rel="nofollow">http://www.techiecorner.com/166/avast-how-to-schedule-boot-time-scan-before-window-start/</a></p> ]]></content:encoded> </item> <item><title>By: daftwill123</title><link>http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/comment-page-1/#comment-101373</link> <dc:creator>daftwill123</dc:creator> <pubDate>Fri, 03 Apr 2009 00:48:09 +0000</pubDate> <guid
isPermaLink="false">http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/#comment-101373</guid> <description>I&#039;ve get the same error message as Dad:C:\WINDOWS\Dad&gt;ipconfig/flushdnsWindows IP ConfigurationCould not flush the DNS Resolver Cache: Function failed during execution.C:\WINDOWS\I tried what Kyle said and it pretty much changed nothing. Though he said something about Windows Vista and both me and Dad are on XP. I&#039;m trying to do this to see if it will let me re-connect to google because I can&#039;t connect to google and so far only google. If any of you got suggestions on that too, to help me re-connect, that&#039;d be awesome.</description> <content:encoded><![CDATA[<p>I&#8217;ve get the same error message as Dad:</p><p>C:\WINDOWS\Dad&gt;ipconfig/flushdns</p><p>Windows IP Configuration</p><p>Could not flush the DNS Resolver Cache: Function failed during execution.</p><p>C:\WINDOWS\</p><p>I tried what Kyle said and it pretty much changed nothing. Though he said something about Windows Vista and both me and Dad are on XP. I&#8217;m trying to do this to see if it will let me re-connect to google because I can&#8217;t connect to google and so far only google. If any of you got suggestions on that too, to help me re-connect, that&#8217;d be awesome.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 2/22 queries in 0.063 seconds using disk

Served from: www.techiecorner.com @ 2010-03-17 22:33:16 -->