<?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: Change Ubuntu Server from DHCP to a Static IP Address</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: a</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-78901</link>
		<dc:creator>a</dc:creator>
		<pubDate>Thu, 05 Nov 2009 13:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-78901</guid>
		<description>It is not necessary to uninstall the dhcp-client. Just ensure you use the spaces before the lines
address, ... in the interfaces file as shown above, then it works.</description>
		<content:encoded><![CDATA[<p>It is not necessary to uninstall the dhcp-client. Just ensure you use the spaces before the lines<br />
address, &#8230; in the interfaces file as shown above, then it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skeptik</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-77533</link>
		<dc:creator>Skeptik</dc:creator>
		<pubDate>Tue, 06 Oct 2009 07:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-77533</guid>
		<description>I wouldn&#039;t recommend removing dhcp-client

What if one day u want to get an IP from ur DHCP, what if ur PC has more than one nic and one needs a DHCP IP ?

On a newly installed ubuntu ur primary eth is in dhcp, then u set it static by updating /etc/network/interface (u can edit resolv.conf also for dns) following given instructions on this page, then try a :

ps ax&#124;grep dhc

u probably will see a running dhclient3 process running
or a dhclient if u runned it by hand

kill them respectively with :

killall dhclient3
killall dhclient


then a &quot;ps ax&#124;grep dhc&quot; should show no dhcp client running.
Now ur server is set to ur static IP and wont request dhcp IPs anymore, even on reboot.

but u still can request for a dhcp IP by hand.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t recommend removing dhcp-client</p>
<p>What if one day u want to get an IP from ur DHCP, what if ur PC has more than one nic and one needs a DHCP IP ?</p>
<p>On a newly installed ubuntu ur primary eth is in dhcp, then u set it static by updating /etc/network/interface (u can edit resolv.conf also for dns) following given instructions on this page, then try a :</p>
<p>ps ax|grep dhc</p>
<p>u probably will see a running dhclient3 process running<br />
or a dhclient if u runned it by hand</p>
<p>kill them respectively with :</p>
<p>killall dhclient3<br />
killall dhclient</p>
<p>then a &#8220;ps ax|grep dhc&#8221; should show no dhcp client running.<br />
Now ur server is set to ur static IP and wont request dhcp IPs anymore, even on reboot.</p>
<p>but u still can request for a dhcp IP by hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdo_Fila</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-77219</link>
		<dc:creator>Abdo_Fila</dc:creator>
		<pubDate>Tue, 29 Sep 2009 04:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-77219</guid>
		<description>u wrote:
(You can do ifconfig /all to find out what they are)
in fact u mixed Linux and Windows 
Under Linux:
ifconfig -a
Under Windows:
ipconfig /all
but the tutorial was pretty good
thanks.</description>
		<content:encoded><![CDATA[<p>u wrote:<br />
(You can do ifconfig /all to find out what they are)<br />
in fact u mixed Linux and Windows<br />
Under Linux:<br />
ifconfig -a<br />
Under Windows:<br />
ipconfig /all<br />
but the tutorial was pretty good<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bastiaan</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-77191</link>
		<dc:creator>Bastiaan</dc:creator>
		<pubDate>Mon, 28 Sep 2009 10:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-77191</guid>
		<description>ifconfig -a  (and not ifconfig /all)</description>
		<content:encoded><![CDATA[<p>ifconfig -a  (and not ifconfig /all)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jr</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-75926</link>
		<dc:creator>jr</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-75926</guid>
		<description>thanks you very much.</description>
		<content:encoded><![CDATA[<p>thanks you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bench</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-75736</link>
		<dc:creator>bench</dc:creator>
		<pubDate>Mon, 24 Aug 2009 17:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-75736</guid>
		<description>absolutely exelent!!!!!

ur info is exactly useful 

thanks a lot and more power!!!!!!! 

i really love it!!!!!!!!</description>
		<content:encoded><![CDATA[<p>absolutely exelent!!!!!</p>
<p>ur info is exactly useful </p>
<p>thanks a lot and more power!!!!!!! </p>
<p>i really love it!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digbyp</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-74367</link>
		<dc:creator>digbyp</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-74367</guid>
		<description>After making changes to file, how do you save your changes?</description>
		<content:encoded><![CDATA[<p>After making changes to file, how do you save your changes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pet</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-72571</link>
		<dc:creator>pet</dc:creator>
		<pubDate>Thu, 28 May 2009 23:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-72571</guid>
		<description>If you still have to use dhcp, then the client can be started with an option so as not to overwrite /etc/resolv.conf (and maybe some others). Errr, I wish I could be more specific but I just uninstalled dhcp :-).  Thanks for the guide.</description>
		<content:encoded><![CDATA[<p>If you still have to use dhcp, then the client can be started with an option so as not to overwrite /etc/resolv.conf (and maybe some others). Errr, I wish I could be more specific but I just uninstalled dhcp <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .  Thanks for the guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pothi</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-72283</link>
		<dc:creator>Pothi</dc:creator>
		<pubDate>Fri, 22 May 2009 06:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-72283</guid>
		<description>There is no space between name &amp; server in *name server xxx.xxx.xxx.xxx&quot;.

Thanks for the guide!</description>
		<content:encoded><![CDATA[<p>There is no space between name &amp; server in *name server xxx.xxx.xxx.xxx&#8221;.</p>
<p>Thanks for the guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Bravo</title>
		<link>http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/comment-page-1/#comment-71984</link>
		<dc:creator>Diego Bravo</dc:creator>
		<pubDate>Fri, 15 May 2009 18:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/#comment-71984</guid>
		<description>Please correct the correction... it is dhcp3-client, not dhcp-client3.</description>
		<content:encoded><![CDATA[<p>Please correct the correction&#8230; it is dhcp3-client, not dhcp-client3.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
