<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jontas &#187; DNS</title>
	<atom:link href="http://www.f15ijp.com/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.f15ijp.com</link>
	<description>My digital notepad (notes etc)</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:24:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows: Clearing the DNS cache</title>
		<link>http://www.f15ijp.com/2010/03/29/windows-clearing-the-dns-cache/</link>
		<comments>http://www.f15ijp.com/2010/03/29/windows-clearing-the-dns-cache/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 07:59:57 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://f15ijp.com/?p=434</guid>
		<description><![CDATA[To clear the DNS cache in Windows start the command prompt (as a admin) and use the following ipconfig /flushdns]]></description>
			<content:encoded><![CDATA[<p>To clear the DNS cache in Windows start the command prompt (as a admin) and use the following</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ipconfig <span style="color: #000000; font-weight: bold;">/</span>flushdns</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/03/29/windows-clearing-the-dns-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unqualified host name ([something]) unknow; sleeping for retry</title>
		<link>http://www.f15ijp.com/2009/11/30/unqualified-host-name-something-unknow-sleeping-for-retry/</link>
		<comments>http://www.f15ijp.com/2009/11/30/unqualified-host-name-something-unknow-sleeping-for-retry/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:30:32 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[fqdn]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mailserver]]></category>

		<guid isPermaLink="false">http://f15ijp.no-ip.org/?p=42</guid>
		<description><![CDATA[sendmail expects to the machine to have a FQDN (fully qualified domain name). If it does not have that (type &#8220;hostname&#8221; to check what name the machine has) sendmail will complain about this and take a loot of extra time trying to find it. To use a FQDN edit &#8220;/etc/hosts&#8221; and change [something] to [something.yourdomain.com] [...]]]></description>
			<content:encoded><![CDATA[<p>sendmail expects to the machine to have a FQDN (fully qualified domain name).</p>
<p>If it does not have that (type &#8220;hostname&#8221; to check what name the machine has) sendmail will complain about this and take a loot of extra time trying to find it.</p>
<p>To use a FQDN edit &#8220;/etc/hosts&#8221; and change [something] to [something.yourdomain.com] and this will go away. Updating &#8220;/etc/hostname&#8221; at the same time might be a good idea; don&#8217;t forget to run &#8220;/bin/hostname -F /etc/hostname&#8221; after updating /etc/hostname.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2009/11/30/unqualified-host-name-something-unknow-sleeping-for-retry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

