<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Setting up a DNS for the local network on the Ubuntu Hardy Heron server</title>
	<atom:link href="http://lani78.wordpress.com/2008/08/09/setting-up-a-dns-for-the-local-network/feed/" rel="self" type="application/rss+xml" />
	<link>http://lani78.wordpress.com/2008/08/09/setting-up-a-dns-for-the-local-network/</link>
	<description>Computer related mumbo jumbo</description>
	<lastBuildDate>Thu, 05 Nov 2009 22:13:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lani78</title>
		<link>http://lani78.wordpress.com/2008/08/09/setting-up-a-dns-for-the-local-network/#comment-50</link>
		<dc:creator>lani78</dc:creator>
		<pubDate>Sun, 10 May 2009 18:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://lani78.wordpress.com/?p=51#comment-50</guid>
		<description>Hi Todd, thank you for your kind words.

You should be able to tell your DHCP-server to set the default domain to home.lan. With the dhcp3-server that are available for Ubuntu you can specify this with the following parameter:

option domain-name &quot;home.lan&quot;;</description>
		<content:encoded><![CDATA[<p>Hi Todd, thank you for your kind words.</p>
<p>You should be able to tell your DHCP-server to set the default domain to home.lan. With the dhcp3-server that are available for Ubuntu you can specify this with the following parameter:</p>
<p>option domain-name &#8220;home.lan&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John B</title>
		<link>http://lani78.wordpress.com/2008/08/09/setting-up-a-dns-for-the-local-network/#comment-49</link>
		<dc:creator>John B</dc:creator>
		<pubDate>Sun, 10 May 2009 13:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://lani78.wordpress.com/?p=51#comment-49</guid>
		<description>Worked for me with no pain, thanks also to Bill Day for his comment above  “prepend domain-name-servers 127.0.0.1;” 

Thanks Lani</description>
		<content:encoded><![CDATA[<p>Worked for me with no pain, thanks also to Bill Day for his comment above  “prepend domain-name-servers 127.0.0.1;” </p>
<p>Thanks Lani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://lani78.wordpress.com/2008/08/09/setting-up-a-dns-for-the-local-network/#comment-43</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 19 Feb 2009 02:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://lani78.wordpress.com/?p=51#comment-43</guid>
		<description>Fantastic post, this was the simplest way to get things going for my home lan. 1 question: when I have visitors hop on to my network, i&#039;d like to be able to tell them that the shared fileserver is located at &quot;fileserver&quot; or something like that. right now, unless they change their resolve.conf file, they&#039;ll have to type &quot;fileserver.home.lan&quot;. is there anyway to ditch the home.lan and just allow searching by machine name?</description>
		<content:encoded><![CDATA[<p>Fantastic post, this was the simplest way to get things going for my home lan. 1 question: when I have visitors hop on to my network, i&#8217;d like to be able to tell them that the shared fileserver is located at &#8220;fileserver&#8221; or something like that. right now, unless they change their resolve.conf file, they&#8217;ll have to type &#8220;fileserver.home.lan&#8221;. is there anyway to ditch the home.lan and just allow searching by machine name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lani78</title>
		<link>http://lani78.wordpress.com/2008/08/09/setting-up-a-dns-for-the-local-network/#comment-27</link>
		<dc:creator>lani78</dc:creator>
		<pubDate>Thu, 28 Aug 2008 06:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://lani78.wordpress.com/?p=51#comment-27</guid>
		<description>Thank you Bill for your comment. I&#039;m glad that it worked for you. And thank you for the pointer on the dhcp problem. I&#039;ll leave that in your comment for now, as I don&#039;t have any first hand experience with it myself as I use a static IP for my server.</description>
		<content:encoded><![CDATA[<p>Thank you Bill for your comment. I&#8217;m glad that it worked for you. And thank you for the pointer on the dhcp problem. I&#8217;ll leave that in your comment for now, as I don&#8217;t have any first hand experience with it myself as I use a static IP for my server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Day</title>
		<link>http://lani78.wordpress.com/2008/08/09/setting-up-a-dns-for-the-local-network/#comment-26</link>
		<dc:creator>Bill Day</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://lani78.wordpress.com/?p=51#comment-26</guid>
		<description>Thanks for an excellent, concise tutorial.  Everything worked first time!  One thing you might add is that it sometimes is necessary to add or uncomment &quot;prepend domain-name-servers 127.0.0.1;&quot; to /etc/dhcp3/dhclient.conf if your server on your home lan gets its IP by DHCP.  Otherwise, the DHCP server/router may overwrite your /etc/resolv.conf with its own IP address.</description>
		<content:encoded><![CDATA[<p>Thanks for an excellent, concise tutorial.  Everything worked first time!  One thing you might add is that it sometimes is necessary to add or uncomment &#8220;prepend domain-name-servers 127.0.0.1;&#8221; to /etc/dhcp3/dhclient.conf if your server on your home lan gets its IP by DHCP.  Otherwise, the DHCP server/router may overwrite your /etc/resolv.conf with its own IP address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make your DHCP server dynamically update your DNS records on Ubuntu Hardy Heron &#171; Lani&#8217;s Weblog</title>
		<link>http://lani78.wordpress.com/2008/08/09/setting-up-a-dns-for-the-local-network/#comment-12</link>
		<dc:creator>Make your DHCP server dynamically update your DNS records on Ubuntu Hardy Heron &#171; Lani&#8217;s Weblog</dc:creator>
		<pubDate>Tue, 12 Aug 2008 21:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://lani78.wordpress.com/?p=51#comment-12</guid>
		<description>[...] Setting up a DNS for the local network on the Ubuntu Hardy Heron server Setting up a DHCP server on Ubuntu Hardy Heron [...]</description>
		<content:encoded><![CDATA[<p>[...] Setting up a DNS for the local network on the Ubuntu Hardy Heron server Setting up a DHCP server on Ubuntu Hardy Heron [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
