<?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 System from DHCP to a Static IP Address</title>
	<atom:link href="http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rob</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-105215</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 08 Jun 2011 14:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-105215</guid>
		<description>Can someone help with the following please :

Set up LAMP sever on ubuntu 11.04 . Localhost gives home page with no problems 
Altered the server /etc/network/interfaces file to show 
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.0.5
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1

Performed sudo /etc/init.d/networking restart

Configured my Sky router so that port forwarding HTTP port 80 sends to ip address 192.168.0.5

Then checked to see if could connect from internet using a tool on http://www.dyndns.com/support/tools/openport.html and input the ip address showing on my ADSL port ip address. Results give &quot;An attempted connection to 94.0.47.254:80 was refused. This typically indicates that there are no services available on that port, but that it is NOT being blocked by a firewall or your ISP&quot;

What have i done wrong ?</description>
		<content:encoded><![CDATA[<p>Can someone help with the following please :</p>
<p>Set up LAMP sever on ubuntu 11.04 . Localhost gives home page with no problems<br />
Altered the server /etc/network/interfaces file to show<br />
auto lo<br />
iface lo inet loopback</p>
<p>auto eth0<br />
iface eth0 inet static<br />
address 192.168.0.5<br />
netmask 255.255.255.0<br />
network 192.168.0.0<br />
broadcast 192.168.0.255<br />
gateway 192.168.0.1</p>
<p>Performed sudo /etc/init.d/networking restart</p>
<p>Configured my Sky router so that port forwarding HTTP port 80 sends to ip address 192.168.0.5</p>
<p>Then checked to see if could connect from internet using a tool on <a href="http://www.dyndns.com/support/tools/openport.html" rel="nofollow">http://www.dyndns.com/support/tools/openport.html</a> and input the ip address showing on my ADSL port ip address. Results give &#8220;An attempted connection to 94.0.47.254:80 was refused. This typically indicates that there are no services available on that port, but that it is NOT being blocked by a firewall or your ISP&#8221;</p>
<p>What have i done wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saint DanBert</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-105194</link>
		<dc:creator>Saint DanBert</dc:creator>
		<pubDate>Tue, 07 Jun 2011 21:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-105194</guid>
		<description>My /etc/network/interfaces only mentions the LO network. Configuration of ETHx and WLANx seems to be buried inside of WICD (or net manager) somewhere. Am I supposed to edit this file anyway?

Also, if I do this, any and all DHCP is no longer available for those times when I&#039;m gone walk about with my computer. Isn&#039;t there some sort of &quot;situation manager&quot; that will enable, disable, configure and change settings based on some name token that identifies where I&#039;m trying to do networking?

Nice article. Clearly written.
~~~ 0;-Dan</description>
		<content:encoded><![CDATA[<p>My /etc/network/interfaces only mentions the LO network. Configuration of ETHx and WLANx seems to be buried inside of WICD (or net manager) somewhere. Am I supposed to edit this file anyway?</p>
<p>Also, if I do this, any and all DHCP is no longer available for those times when I&#8217;m gone walk about with my computer. Isn&#8217;t there some sort of &#8220;situation manager&#8221; that will enable, disable, configure and change settings based on some name token that identifies where I&#8217;m trying to do networking?</p>
<p>Nice article. Clearly written.<br />
~~~ 0;-Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UnreaL</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-103914</link>
		<dc:creator>UnreaL</dc:creator>
		<pubDate>Mon, 09 May 2011 08:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-103914</guid>
		<description>Also don&#039;t forget to edit /etc/resolv.conf and add your DNS nameservers there, as you are not getting the DNS configuration via DHCP anymore and your machine is probably not resolving any hostname. Just add lines of the sort:
nameserver 1.2.3.4
nameserver 5.6.7.8</description>
		<content:encoded><![CDATA[<p>Also don&#8217;t forget to edit /etc/resolv.conf and add your DNS nameservers there, as you are not getting the DNS configuration via DHCP anymore and your machine is probably not resolving any hostname. Just add lines of the sort:<br />
nameserver 1.2.3.4<br />
nameserver 5.6.7.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dele</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-94732</link>
		<dc:creator>Dele</dc:creator>
		<pubDate>Thu, 10 Mar 2011 12:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-94732</guid>
		<description>Hi all

This site has been really helpful to me, God bless u all. I av a live cd called Koha-live-cd. it is pre-compiled with ubuntu. after installing it on my pc, each time i reboot the pc, a webpage displays by default all the applications and username and password to access them. is there any way to remove the webpage. it comes up automatically.
Thanks

Dele</description>
		<content:encoded><![CDATA[<p>Hi all</p>
<p>This site has been really helpful to me, God bless u all. I av a live cd called Koha-live-cd. it is pre-compiled with ubuntu. after installing it on my pc, each time i reboot the pc, a webpage displays by default all the applications and username and password to access them. is there any way to remove the webpage. it comes up automatically.<br />
Thanks</p>
<p>Dele</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ancy</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-92361</link>
		<dc:creator>ancy</dc:creator>
		<pubDate>Sat, 19 Feb 2011 07:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-92361</guid>
		<description>hai,
   i have the problem in node controller.the problem is network unreachable.What i have to do to clear this error.Please reply me .
    Thank you.</description>
		<content:encoded><![CDATA[<p>hai,<br />
   i have the problem in node controller.the problem is network unreachable.What i have to do to clear this error.Please reply me .<br />
    Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nooby booby</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-57265</link>
		<dc:creator>nooby booby</dc:creator>
		<pubDate>Fri, 12 Nov 2010 19:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-57265</guid>
		<description>FYI:

&quot;network&quot; and &quot;gateway&quot; is usually the same, where the router is connected to the pc/mac. 

However, if you have a router connected to a router and it is connected via Ethernet cable and the following is true:

 - Disabled DHCP in the router and the server (for noobs, DHCP  automatically assigns IPs to machines like pc and printers etc.)

- Assigned static IP within your network.

- you recently installed Ubuntu on your pc and is using wireless to connect to the router for internet.

If the above is true, then the &quot;network&quot; should be the IP address you have set for the server. Then the gateway (which is the router in this case) will have the router&#039;s IP address.

Hope this helps somebody, somewhere.

By the way, thanks to admin (left message here on Aug 25, 2010 at 5:54pm), Jordon Bedwell (Sept 20, 2010 at 1:50am) and alexanderhspencer (oct 21, 2010, 2:08am) that helped me understand the above article.</description>
		<content:encoded><![CDATA[<p>FYI:</p>
<p>&#8220;network&#8221; and &#8220;gateway&#8221; is usually the same, where the router is connected to the pc/mac. </p>
<p>However, if you have a router connected to a router and it is connected via Ethernet cable and the following is true:</p>
<p> - Disabled DHCP in the router and the server (for noobs, DHCP  automatically assigns IPs to machines like pc and printers etc.)</p>
<p>- Assigned static IP within your network.</p>
<p>- you recently installed Ubuntu on your pc and is using wireless to connect to the router for internet.</p>
<p>If the above is true, then the &#8220;network&#8221; should be the IP address you have set for the server. Then the gateway (which is the router in this case) will have the router&#8217;s IP address.</p>
<p>Hope this helps somebody, somewhere.</p>
<p>By the way, thanks to admin (left message here on Aug 25, 2010 at 5:54pm), Jordon Bedwell (Sept 20, 2010 at 1:50am) and alexanderhspencer (oct 21, 2010, 2:08am) that helped me understand the above article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexanderhspencer</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-54141</link>
		<dc:creator>alexanderhspencer</dc:creator>
		<pubDate>Thu, 21 Oct 2010 01:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-54141</guid>
		<description>note:
for me, i put the &quot;network&quot; and the &quot;gateway&quot; feilds as the same ip address as my router (in windows called a default gateway)
and it worked a-ok!
&quot;address&quot; refers to the ip address that i want to assign to my computer. i have no idea what broadcast is but it is always the same.
thanks,
alex</description>
		<content:encoded><![CDATA[<p>note:<br />
for me, i put the &#8220;network&#8221; and the &#8220;gateway&#8221; feilds as the same ip address as my router (in windows called a default gateway)<br />
and it worked a-ok!<br />
&#8220;address&#8221; refers to the ip address that i want to assign to my computer. i have no idea what broadcast is but it is always the same.<br />
thanks,<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordon Bedwell</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-48609</link>
		<dc:creator>Jordon Bedwell</dc:creator>
		<pubDate>Mon, 20 Sep 2010 00:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-48609</guid>
		<description>:wq! is incorrect, it will ignore any errors and &quot;force save&quot; so if you don&#039;t have permissions you would never know as it would just exit.  You need to do :wq without the &quot;!&quot;</description>
		<content:encoded><![CDATA[<p>:wq! is incorrect, it will ignore any errors and &#8220;force save&#8221; so if you don&#8217;t have permissions you would never know as it would just exit.  You need to do :wq without the &#8220;!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-2#comment-44939</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 25 Aug 2010 16:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-44939</guid>
		<description>press Esc and :wq! 

This will save and quit your file</description>
		<content:encoded><![CDATA[<p>press Esc and :wq! </p>
<p>This will save and quit your file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: era</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-44935</link>
		<dc:creator>era</dc:creator>
		<pubDate>Wed, 25 Aug 2010 16:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-44935</guid>
		<description>Please let me k now after edit the following
sudo vi /etc/network/interfaces

how can I save that.
Please...
I am a beginner</description>
		<content:encoded><![CDATA[<p>Please let me k now after edit the following<br />
sudo vi /etc/network/interfaces</p>
<p>how can I save that.<br />
Please&#8230;<br />
I am a beginner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Ellis</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-34495</link>
		<dc:creator>Sean Ellis</dc:creator>
		<pubDate>Sun, 13 Jun 2010 00:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-34495</guid>
		<description>Using Wicd was an excellent tip. Lovely little utility. Thanks.</description>
		<content:encoded><![CDATA[<p>Using Wicd was an excellent tip. Lovely little utility. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-21972</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-21972</guid>
		<description>For those struggling with network-manager.  Just remove it.  

sudo apt-get remove network-manager</description>
		<content:encoded><![CDATA[<p>For those struggling with network-manager.  Just remove it.  </p>
<p>sudo apt-get remove network-manager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ADreamer</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-15792</link>
		<dc:creator>ADreamer</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-15792</guid>
		<description>I cloned the recipe and tried it... only to find out that I can no longer reach the network. Then I added the lines
dnsserver X.X.X.X
to the ones above, and the static IP worked :)
thanks a lot :D</description>
		<content:encoded><![CDATA[<p>I cloned the recipe and tried it&#8230; only to find out that I can no longer reach the network. Then I added the lines<br />
dnsserver X.X.X.X<br />
to the ones above, and the static IP worked <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thanks a lot <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BadGirl91</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-14777</link>
		<dc:creator>BadGirl91</dc:creator>
		<pubDate>Thu, 22 Oct 2009 12:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-14777</guid>
		<description>Your device must     coexist with other hardware and applications. ,</description>
		<content:encoded><![CDATA[<p>Your device must     coexist with other hardware and applications. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D1mon</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-9601</link>
		<dc:creator>D1mon</dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-9601</guid>
		<description>It does not work with wifi DNS router.</description>
		<content:encoded><![CDATA[<p>It does not work with wifi DNS router.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdeschene3</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-9558</link>
		<dc:creator>rdeschene3</dc:creator>
		<pubDate>Sun, 31 May 2009 02:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-9558</guid>
		<description>Worth mentioning here is that you can specify the DNS server IP#s from opendns.com in /etc/resolv.conf if you want.  Alternately, you could leave the nameserver IP# in /etc/resolv.conf as your router&#039;s IP#, and using static DNS server IP# 

I have found opendns.com&#039;s DNS servers to be much faster than many ISP&#039;s, and my ISP would typically do service on their DNS servers over the weekend and our home router and it would be slow in relaying the changing DNS server IP#s</description>
		<content:encoded><![CDATA[<p>Worth mentioning here is that you can specify the DNS server IP#s from opendns.com in /etc/resolv.conf if you want.  Alternately, you could leave the nameserver IP# in /etc/resolv.conf as your router&#8217;s IP#, and using static DNS server IP# </p>
<p>I have found opendns.com&#8217;s DNS servers to be much faster than many ISP&#8217;s, and my ISP would typically do service on their DNS servers over the weekend and our home router and it would be slow in relaying the changing DNS server IP#s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-6979</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Sun, 29 Mar 2009 21:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-6979</guid>
		<description>awesome. worked a treat! now i&#039;ve got my local server with no conflicts</description>
		<content:encoded><![CDATA[<p>awesome. worked a treat! now i&#8217;ve got my local server with no conflicts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale E. Moore</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-6053</link>
		<dc:creator>Dale E. Moore</dc:creator>
		<pubDate>Tue, 17 Feb 2009 16:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-6053</guid>
		<description>Leave &quot;auto eth0&quot; but disable it.

Create a new wired with the MAC from &quot;auto eth0&quot; and all info.</description>
		<content:encoded><![CDATA[<p>Leave &#8220;auto eth0&#8243; but disable it.</p>
<p>Create a new wired with the MAC from &#8220;auto eth0&#8243; and all info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ulfr</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-5942</link>
		<dc:creator>ulfr</dc:creator>
		<pubDate>Wed, 11 Feb 2009 19:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-5942</guid>
		<description>I had some trouble getting the settings to work,
the error I made was to omit the line &quot;auto eth0&quot;, it is essential!
The lines network and broadcast can safely be omitted, they are calculated automatically from the address and netmask values.</description>
		<content:encoded><![CDATA[<p>I had some trouble getting the settings to work,<br />
the error I made was to omit the line &#8220;auto eth0&#8243;, it is essential!<br />
The lines network and broadcast can safely be omitted, they are calculated automatically from the address and netmask values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html/comment-page-1#comment-5846</link>
		<dc:creator>dodo</dc:creator>
		<pubDate>Fri, 06 Feb 2009 02:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html#comment-5846</guid>
		<description>sorry it was kde 4.2</description>
		<content:encoded><![CDATA[<p>sorry it was kde 4.2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

