<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Kakkoi &#187; ipconfig</title>
	<atom:link href="http://42.kaizeku.com/taxonomy/ipconfig//feed/" rel="self" type="application/rss+xml" />
	<link>http://42.kaizeku.com</link>
	<description>web development, software, windows tips and trick</description>
	<pubDate>Sat, 12 Jul 2008 15:10:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to properly flush DNS cache</title>
		<link>http://42.kaizeku.com/windows/how-do-i-flush-dns-cache/</link>
		<comments>http://42.kaizeku.com/windows/how-do-i-flush-dns-cache/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 16:37:12 +0000</pubDate>
		<dc:creator>Noah Ark</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[dns]]></category>

		<category><![CDATA[dns cache]]></category>

		<category><![CDATA[ipconfig]]></category>

		<category><![CDATA[lookupd]]></category>

		<category><![CDATA[nscd]]></category>

		<category><![CDATA[nslookup]]></category>

		<guid isPermaLink="false">http://blog.kakkoi.net/windows/how-do-i-flush-dns-cache/</guid>
		<description><![CDATA[Tips on proper troubleshooting dns cache. The Domain Name System is one of the foundations of the internet. It is the system that allows the translation of human-readable domain names into machines-readable IP addresses and the reverse translation of IP addresses into domain names.]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>DNS (Domain Name System), is the service which translates between Internet names and Internet addresses.</p>
<p> <blocquote cite="http://blog.kakkoi.net">
<p>The Domain Name System is one of the foundations of the internet. It is the system that allows the translation of human-readable domain names into machines-readable IP addresses and the reverse translation of IP addresses into domain names.</p>
<p>When you surf on net the dns records will be cache inside your pc. This methods will make your browsing much faster because you wont need to resolve the dns each time you surf a site or network. But sometimes caching can be an issue when certain network change their ip address. You can resolve this by clearing or flushing the dns. Here a few simple command on how to flush your dns cache in PC, Mac &amp; *nix operating systems.</p>
<h3>Windows PC</h3>
<p><tt>Start &gt; Run &gt; ipconfig /flushdns</tt></p>
<h3>Mac</h3>
<p>Open Console <tt>lookupd -flushcache</tt></p>
<h3>Linux</h3>
<p>restart nscd daemon.<br />
Open Console <tt>/etc/rc.d/init.d/nscd restart</tt></p>
<h3>Stop dnscache via Windows services</h3>
<p>For windows, If you are having frequent issue with dns caching you can disabled the dns-client caching services with</p>
<ul>
<li> Start &gt; Run <tt> net stop dnscache</tt></li>
<li>or manually stopping the services via <em>services.msc</em> (microsoft services console).<br />
sc servername stop dnscache</li>
</ul>
<p></blocquote></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://42.kaizeku.com/windows/how-do-i-flush-dns-cache/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
