<?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"
	>
<channel>
	<title>Comments on: Setting up networking on an ubuntu server</title>
	<atom:link href="http://www.sourceguru.net/archives/124/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sourceguru.net/archives/124</link>
	<description></description>
	<pubDate>Fri, 04 Jul 2008 15:21:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Deidgar</title>
		<link>http://www.sourceguru.net/archives/124#comment-21042</link>
		<dc:creator>Deidgar</dc:creator>
		<pubDate>Tue, 01 Jul 2008 10:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/?p=124#comment-21042</guid>
		<description>I installed Ubuntu Server and the network at our office uses a static IP address and DNS.  I edited interfaces and resolv.conf to include the DNS server and static IP address.  however, I still can't ping anything.  I know the cable is fine, I know the network is live, I just can't get Ubuntu on it.  I don't understand what's the issue.  Any ideas for what to try next?</description>
		<content:encoded><![CDATA[<p>I installed Ubuntu Server and the network at our office uses a static IP address and DNS.  I edited interfaces and resolv.conf to include the DNS server and static IP address.  however, I still can&#8217;t ping anything.  I know the cable is fine, I know the network is live, I just can&#8217;t get Ubuntu on it.  I don&#8217;t understand what&#8217;s the issue.  Any ideas for what to try next?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caedo</title>
		<link>http://www.sourceguru.net/archives/124#comment-20597</link>
		<dc:creator>caedo</dc:creator>
		<pubDate>Tue, 24 Jun 2008 16:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/?p=124#comment-20597</guid>
		<description>Great explanation. 
Following the "how-to" make me solve the problem in no time.

thanks</description>
		<content:encoded><![CDATA[<p>Great explanation.<br />
Following the &#8220;how-to&#8221; make me solve the problem in no time.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mez</title>
		<link>http://www.sourceguru.net/archives/124#comment-18543</link>
		<dc:creator>Mez</dc:creator>
		<pubDate>Tue, 15 Apr 2008 07:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/?p=124#comment-18543</guid>
		<description>Thanks for the pointers. For some reason wordpress decided to cut the last digit off of the end of a few lines :( and iponfig - meh - how I didn't spot that I don't know.

With regards to /etc/resolv.conf. while I do understand that this is transient, reading my instructions,you'll find that I only suggest editing it when it doesn't auto-configure - though its a good point.

tucker. nano comes installed by default in ubuntu. I was trying to write this tutorial to make it easy for people.

Anyway, real programmers use cat ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the pointers. For some reason wordpress decided to cut the last digit off of the end of a few lines <img src='http://www.sourceguru.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> and iponfig - meh - how I didn&#8217;t spot that I don&#8217;t know.</p>
<p>With regards to /etc/resolv.conf. while I do understand that this is transient, reading my instructions,you&#8217;ll find that I only suggest editing it when it doesn&#8217;t auto-configure - though its a good point.</p>
<p>tucker. nano comes installed by default in ubuntu. I was trying to write this tutorial to make it easy for people.</p>
<p>Anyway, real programmers use cat <img src='http://www.sourceguru.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Nagy</title>
		<link>http://www.sourceguru.net/archives/124#comment-18542</link>
		<dc:creator>Greg Nagy</dc:creator>
		<pubDate>Tue, 15 Apr 2008 07:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/?p=124#comment-18542</guid>
		<description>Typo fix:
nameserver : 208.67.222.222 
note: the 3rd block is 222</description>
		<content:encoded><![CDATA[<p>Typo fix:<br />
nameserver : 208.67.222.222<br />
note: the 3rd block is 222</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tucker</title>
		<link>http://www.sourceguru.net/archives/124#comment-18526</link>
		<dc:creator>tucker</dc:creator>
		<pubDate>Tue, 15 Apr 2008 00:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/?p=124#comment-18526</guid>
		<description>If you're not familiar enough with vi to use it instead of nano, you probably shouldn't attempt this on your own.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re not familiar enough with vi to use it instead of nano, you probably shouldn&#8217;t attempt this on your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Terranova</title>
		<link>http://www.sourceguru.net/archives/124#comment-18522</link>
		<dc:creator>Joe Terranova</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/?p=124#comment-18522</guid>
		<description>resolv.conf is an extremely transient file, especially if you are using DHCP. &lt;a href="https://www.opendns.com/start?device=ubuntu" title="Unix/Linux Ubuntu" rel="nofollow"&gt;As described here&lt;/a&gt; in the second step, you'd want to add:
prepend domain-name-servers 208.67.222.222,208.67.220.220;
To your /etc/dhcp3/dhclient.conf . Your resolv.conf will get wiped out every time you connect through dhcp, and replaced with the dhcp server's recommendation. Adding a prepend will put the OpenDNS servers first in your generated resolv.conf . More conveniently, instead of changing all your servers to Open DNS, if you have control of your router, change &lt;strong&gt;it&lt;/strong&gt; to use OpenDNS.

The changes to resolv.conf are necessary for a static IP setup; for DHCP, while you need to make those changes to make the DNS change right away, they need to change dhclient.conf (or your router) to make them permanent. 

Overall, good post. Did you see if similar instructions were on &lt;a href="http://help.ubuntu.com" rel="nofollow"&gt;help.ubuntu.com&lt;/a&gt;, and add/merge your instructions?</description>
		<content:encoded><![CDATA[<p>resolv.conf is an extremely transient file, especially if you are using DHCP. <a href="https://www.opendns.com/start?device=ubuntu" title="Unix/Linux Ubuntu" rel="nofollow">As described here</a> in the second step, you&#8217;d want to add:<br />
prepend domain-name-servers 208.67.222.222,208.67.220.220;<br />
To your /etc/dhcp3/dhclient.conf . Your resolv.conf will get wiped out every time you connect through dhcp, and replaced with the dhcp server&#8217;s recommendation. Adding a prepend will put the OpenDNS servers first in your generated resolv.conf . More conveniently, instead of changing all your servers to Open DNS, if you have control of your router, change <strong>it</strong> to use OpenDNS.</p>
<p>The changes to resolv.conf are necessary for a static IP setup; for DHCP, while you need to make those changes to make the DNS change right away, they need to change dhclient.conf (or your router) to make them permanent. </p>
<p>Overall, good post. Did you see if similar instructions were on <a href="http://help.ubuntu.com" rel="nofollow">help.ubuntu.com</a>, and add/merge your instructions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schroeder</title>
		<link>http://www.sourceguru.net/archives/124#comment-18519</link>
		<dc:creator>Jeff Schroeder</dc:creator>
		<pubDate>Mon, 14 Apr 2008 20:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/?p=124#comment-18519</guid>
		<description>ipconfig is for windows, ifconfig is for Linux. You might want to update that typo on your post :)</description>
		<content:encoded><![CDATA[<p>ipconfig is for windows, ifconfig is for Linux. You might want to update that typo on your post <img src='http://www.sourceguru.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting up networking on an ubuntu server &#124; Legal Webmastering</title>
		<link>http://www.sourceguru.net/archives/124#comment-18518</link>
		<dc:creator>Setting up networking on an ubuntu server &#124; Legal Webmastering</dc:creator>
		<pubDate>Mon, 14 Apr 2008 20:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/?p=124#comment-18518</guid>
		<description>[...] post: Setting up networking on an ubuntu server     Posted in Web Hosting on Apr 14th, 2008, 2:44 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] post: Setting up networking on an ubuntu server     Posted in Web Hosting on Apr 14th, 2008, 2:44 [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
