<?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: How to Set a Static IP address in Ubuntu 8.10 (Intrepid Ibex)</title>
	<atom:link href="http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.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: Kunju</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-3#comment-112365</link>
		<dc:creator>Kunju</dc:creator>
		<pubDate>Sat, 29 Oct 2011 05:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-112365</guid>
		<description>use root then u can cheange it</description>
		<content:encoded><![CDATA[<p>use root then u can cheange it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun sharma</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-3#comment-105800</link>
		<dc:creator>arun sharma</dc:creator>
		<pubDate>Wed, 29 Jun 2011 06:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-105800</guid>
		<description>helpful it works</description>
		<content:encoded><![CDATA[<p>helpful it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PatrickDickey</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-3#comment-52518</link>
		<dc:creator>PatrickDickey</dc:creator>
		<pubDate>Sun, 10 Oct 2010 18:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-52518</guid>
		<description>For g,

I&#039;m not sure that you &quot;need&quot; 3 nameservers, however the two outside ones are just backups in case your local DNS is down. So, I would keep them in, just in case your local and the first Outside DNS are both down (which can happen since they aren&#039;t related to each other).

for redtops,

You can try sudo gedit /etc/network/interfaces and see if that will allow you to save the file.  I&#039;m not familiar enough with nano or vi or emacs to use those, however I do use gedit (or kdesudo kate) on a regular basis, and haven&#039;t ran into issues yet.

Hope this helps both of you,
Patrick.</description>
		<content:encoded><![CDATA[<p>For g,</p>
<p>I&#8217;m not sure that you &#8220;need&#8221; 3 nameservers, however the two outside ones are just backups in case your local DNS is down. So, I would keep them in, just in case your local and the first Outside DNS are both down (which can happen since they aren&#8217;t related to each other).</p>
<p>for redtops,</p>
<p>You can try sudo gedit /etc/network/interfaces and see if that will allow you to save the file.  I&#8217;m not familiar enough with nano or vi or emacs to use those, however I do use gedit (or kdesudo kate) on a regular basis, and haven&#8217;t ran into issues yet.</p>
<p>Hope this helps both of you,<br />
Patrick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redtops</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-3#comment-45514</link>
		<dc:creator>redtops</dc:creator>
		<pubDate>Tue, 31 Aug 2010 07:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-45514</guid>
		<description>sudo nano /etc/network/interfaces

Once your prefered editor opens the file you want to enter the following information (changing your addresses where necessary):

    auto lo eth0
    iface lo inet loopback
    iface eth0 inet static
    address xxx.xxx.xxx.xxx(enter your ip here)
    netmask xxx.xxx.xxx.xxx
    gateway xxx.xxx.xxx.xxx(enter gateway ip here)

Be sure to save your changes.

I cannot save it.</description>
		<content:encoded><![CDATA[<p>sudo nano /etc/network/interfaces</p>
<p>Once your prefered editor opens the file you want to enter the following information (changing your addresses where necessary):</p>
<p>    auto lo eth0<br />
    iface lo inet loopback<br />
    iface eth0 inet static<br />
    address xxx.xxx.xxx.xxx(enter your ip here)<br />
    netmask xxx.xxx.xxx.xxx<br />
    gateway xxx.xxx.xxx.xxx(enter gateway ip here)</p>
<p>Be sure to save your changes.</p>
<p>I cannot save it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-44765</link>
		<dc:creator>g</dc:creator>
		<pubDate>Mon, 23 Aug 2010 09:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-44765</guid>
		<description>can I know how about this case that a single 
PC may have 3 nameservers?

look this internal network
address

[quote]

/etc/resolve.cnf

nameserver 192.168.1.231
nameserver 7.7.7.7
nameserver 7.7.3.3
domain mine.local
search mine.local

[/quote]

i dont get it, why we need to put 3 nameservers there?</description>
		<content:encoded><![CDATA[<p>can I know how about this case that a single<br />
PC may have 3 nameservers?</p>
<p>look this internal network<br />
address</p>
<p>[quote]</p>
<p>/etc/resolve.cnf</p>
<p>nameserver 192.168.1.231<br />
nameserver 7.7.7.7<br />
nameserver 7.7.3.3<br />
domain mine.local<br />
search mine.local</p>
<p>[/quote]</p>
<p>i dont get it, why we need to put 3 nameservers there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bundy</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-41879</link>
		<dc:creator>John Bundy</dc:creator>
		<pubDate>Mon, 02 Aug 2010 02:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-41879</guid>
		<description>I agree with Dave that the Gnome Network Manager seems to randomly pick eth0, eth1 or eth2.  On one PC I remember it didn&#039;t always stay eth1.

Back to my previous question - has this been fixed in a later Ubuntu release (picking up a newer Gnome network manager).  On the same classroom PC I later used Fedora 12 and did not have any issues with the static IPs.</description>
		<content:encoded><![CDATA[<p>I agree with Dave that the Gnome Network Manager seems to randomly pick eth0, eth1 or eth2.  On one PC I remember it didn&#8217;t always stay eth1.</p>
<p>Back to my previous question - has this been fixed in a later Ubuntu release (picking up a newer Gnome network manager).  On the same classroom PC I later used Fedora 12 and did not have any issues with the static IPs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Francis</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-41835</link>
		<dc:creator>Dave Francis</dc:creator>
		<pubDate>Sun, 01 Aug 2010 17:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-41835</guid>
		<description>A word of warning! Before starting, check what your Network Manager has called your wired ethernet connection. The above assumes that it is eth0. Using eth0 on my system did not work. I checked the Network Manager and found that it was using eth1. When I changed the iface entry in /etc/network/interfaces to eth1, it worked perfectly.</description>
		<content:encoded><![CDATA[<p>A word of warning! Before starting, check what your Network Manager has called your wired ethernet connection. The above assumes that it is eth0. Using eth0 on my system did not work. I checked the Network Manager and found that it was using eth1. When I changed the iface entry in /etc/network/interfaces to eth1, it worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bundy</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-20614</link>
		<dc:creator>John Bundy</dc:creator>
		<pubDate>Wed, 13 Jan 2010 04:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-20614</guid>
		<description>This workaround on 8.10 worked for me on one system.  Others in my class did not have the issue.  As loop says this is not the best if you also want to get on wifi sometimes with same PC.

Is this fixed in 9.10?

Regards,
John Bundy</description>
		<content:encoded><![CDATA[<p>This workaround on 8.10 worked for me on one system.  Others in my class did not have the issue.  As loop says this is not the best if you also want to get on wifi sometimes with same PC.</p>
<p>Is this fixed in 9.10?</p>
<p>Regards,<br />
John Bundy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loop</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-16365</link>
		<dc:creator>loop</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-16365</guid>
		<description>Hi,
just to notice some things.
If you edit /etc/network/interfaces so that eth0 would be static like above.

Restarting networking will not give you a static address u put in interfaces. 
Because of a problem with network-manager!
Like he is starting dhcp client or something before network script is invoke, it&#039;s realy messy and that&#039;s what is realy bad thing with ubuntu, this problem is old and it&#039;s not fixed yet:(

So, sudo apt-get purge network-manager network-manager-gnome
then, edit interfaces.



Well, if you install network-manager again you will see that it&#039;s not working very well.

But what if you are not advanced user and then you have to connect to wireless network with no gnome manager...problems realy. So &quot;It&#039;s just works&quot; is not a good punchline.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
just to notice some things.<br />
If you edit /etc/network/interfaces so that eth0 would be static like above.</p>
<p>Restarting networking will not give you a static address u put in interfaces.<br />
Because of a problem with network-manager!<br />
Like he is starting dhcp client or something before network script is invoke, it&#8217;s realy messy and that&#8217;s what is realy bad thing with ubuntu, this problem is old and it&#8217;s not fixed yet:(</p>
<p>So, sudo apt-get purge network-manager network-manager-gnome<br />
then, edit interfaces.</p>
<p>Well, if you install network-manager again you will see that it&#8217;s not working very well.</p>
<p>But what if you are not advanced user and then you have to connect to wireless network with no gnome manager&#8230;problems realy. So &#8220;It&#8217;s just works&#8221; is not a good punchline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil C</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-16179</link>
		<dc:creator>Phil C</dc:creator>
		<pubDate>Sun, 08 Nov 2009 18:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-16179</guid>
		<description>Hello,

After following the above I can no longer browse the internet?

Many thanks!

Phil</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>After following the above I can no longer browse the internet?</p>
<p>Many thanks!</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl Kraemer</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-15713</link>
		<dc:creator>Darryl Kraemer</dc:creator>
		<pubDate>Mon, 02 Nov 2009 19:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-15713</guid>
		<description>Thx. Solution #1 worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thx. Solution #1 worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Pandurangiah</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-15115</link>
		<dc:creator>Sridhar Pandurangiah</dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-15115</guid>
		<description>Managed to figure out the issue

I had given &quot;network&quot; instead of &quot;netmask&quot;

Best regards

Sridhar</description>
		<content:encoded><![CDATA[<p>Managed to figure out the issue</p>
<p>I had given &#8220;network&#8221; instead of &#8220;netmask&#8221;</p>
<p>Best regards</p>
<p>Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Pandurangiah</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-15113</link>
		<dc:creator>Sridhar Pandurangiah</dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-15113</guid>
		<description>I managed to install GDM and then ran the package manager during this time the UPS tripped and I did not have sufficient battery so the laptop crashed. I reinstalled Ubuntu from CD and then repeated the steps above to set the static IP. I get the following message

Don&#039;t seem to be have all the variables for eth0/inet
Failed to bring up eth0

Can somebody help me out.

Best regards

Sridhar</description>
		<content:encoded><![CDATA[<p>I managed to install GDM and then ran the package manager during this time the UPS tripped and I did not have sufficient battery so the laptop crashed. I reinstalled Ubuntu from CD and then repeated the steps above to set the static IP. I get the following message</p>
<p>Don&#8217;t seem to be have all the variables for eth0/inet<br />
Failed to bring up eth0</p>
<p>Can somebody help me out.</p>
<p>Best regards</p>
<p>Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Pandurangiah</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-14988</link>
		<dc:creator>Sridhar Pandurangiah</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-14988</guid>
		<description>Admin, Thanks Method 1 worked.

Best regards

Sridhar</description>
		<content:encoded><![CDATA[<p>Admin, Thanks Method 1 worked.</p>
<p>Best regards</p>
<p>Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-14985</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-14985</guid>
		<description>Try one of these

Method 1

Create that file using the following command

touch /etc/postfix/main.cf

Method 2

Run the following commands

sudo apt-get remove postfix

sudo dpkg &lt;code&gt;--&lt;/code&gt;purge postfix

sudo apt-get -V install postfix</description>
		<content:encoded><![CDATA[<p>Try one of these</p>
<p>Method 1</p>
<p>Create that file using the following command</p>
<p>touch /etc/postfix/main.cf</p>
<p>Method 2</p>
<p>Run the following commands</p>
<p>sudo apt-get remove postfix</p>
<p>sudo dpkg <code>--</code>purge postfix</p>
<p>sudo apt-get -V install postfix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Pandurangiah</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-14984</link>
		<dc:creator>Sridhar Pandurangiah</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-14984</guid>
		<description>I tried this on Ubuntu 9.04 server. I get the following error when I run sudo /etc/init.d/networking restart

* Reconfiguring network interfaces
postconf: fatal: open /etc/postfix/main.cf: No such file or directory
postconf: fatal: open /etc/postfix/main.cf: No such file or directory

I looked for main.cf in the directory path. No such file existed. 

Can some suggest what could be wrong. I need to set this up so that I can connect to the internet to apt-get and install ubuntu-desktop and gdm.

Regards

Sridhar</description>
		<content:encoded><![CDATA[<p>I tried this on Ubuntu 9.04 server. I get the following error when I run sudo /etc/init.d/networking restart</p>
<p>* Reconfiguring network interfaces<br />
postconf: fatal: open /etc/postfix/main.cf: No such file or directory<br />
postconf: fatal: open /etc/postfix/main.cf: No such file or directory</p>
<p>I looked for main.cf in the directory path. No such file existed. </p>
<p>Can some suggest what could be wrong. I need to set this up so that I can connect to the internet to apt-get and install ubuntu-desktop and gdm.</p>
<p>Regards</p>
<p>Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tebucky</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-11798</link>
		<dc:creator>tebucky</dc:creator>
		<pubDate>Thu, 06 Aug 2009 11:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-11798</guid>
		<description>I followed the steps above and get this:

root@chach:/etc# /etc/init.d/networking restart
 * Reconfiguring network interfaces...
 * Stopping the Firestarter firewall...
   ...done.
 * Starting the Firestarter firewall...
   ...done.
RTNETLINK answers: No such process
SIOCDELRT: No such process
   ...done.

the IP is still the old one that I&#039;m trying to change</description>
		<content:encoded><![CDATA[<p>I followed the steps above and get this:</p>
<p>root@chach:/etc# /etc/init.d/networking restart<br />
 * Reconfiguring network interfaces&#8230;<br />
 * Stopping the Firestarter firewall&#8230;<br />
   &#8230;done.<br />
 * Starting the Firestarter firewall&#8230;<br />
   &#8230;done.<br />
RTNETLINK answers: No such process<br />
SIOCDELRT: No such process<br />
   &#8230;done.</p>
<p>the IP is still the old one that I&#8217;m trying to change</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeF</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-10616</link>
		<dc:creator>JeF</dc:creator>
		<pubDate>Wed, 01 Jul 2009 14:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-10616</guid>
		<description>i have one prob ,me i used the graphic way to assigned ip adress and i use my ubuntu 9.04 like web server so when somtimes i have electric prob the Server Shutdown so when reboot i can&#039;t ping my web server and my web server loose internet but it keeps the same ip adresse</description>
		<content:encoded><![CDATA[<p>i have one prob ,me i used the graphic way to assigned ip adress and i use my ubuntu 9.04 like web server so when somtimes i have electric prob the Server Shutdown so when reboot i can&#8217;t ping my web server and my web server loose internet but it keeps the same ip adresse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-10306</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-10306</guid>
		<description>OK, after reboot I had to re-edit /etc/resolv.conf and put the name servers back as it dumped the info.</description>
		<content:encoded><![CDATA[<p>OK, after reboot I had to re-edit /etc/resolv.conf and put the name servers back as it dumped the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html/comment-page-2#comment-10305</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=710#comment-10305</guid>
		<description>Under Ubuntu 9.04 I simply disabled Network Manager from System&#124;Preferences&#124;Startup applications.  Edit the two files as suggested and reboot and the PC came up answering at the new IP.</description>
		<content:encoded><![CDATA[<p>Under Ubuntu 9.04 I simply disabled Network Manager from System|Preferences|Startup applications.  Edit the two files as suggested and reboot and the PC came up answering at the new IP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

