<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>কুচ্ছিত হাঁসের ছানা &#187; static ip</title>
	<atom:link href="http://mcctuhin.wordpress.com/tag/static-ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://mcctuhin.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Nov 2009 08:42:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mcctuhin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/502fa8737df2a87f7ec866305f9995a2?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>কুচ্ছিত হাঁসের ছানা &#187; static ip</title>
		<link>http://mcctuhin.wordpress.com</link>
	</image>
			<item>
		<title>How To Set A Static IP On Ubuntu 8.10</title>
		<link>http://mcctuhin.wordpress.com/2009/02/13/how-to-set-a-static-ip-on-ubuntu-810/</link>
		<comments>http://mcctuhin.wordpress.com/2009/02/13/how-to-set-a-static-ip-on-ubuntu-810/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 08:39:57 +0000</pubDate>
		<dc:creator>কুচ্ছিত হাঁসের ছানা</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[static ip]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mcctuhin.wordpress.com/?p=41</guid>
		<description><![CDATA[														How To Set A Static IP On Ubuntu 8.10
					

											
 


Known network manager bug https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/284298
Under review
Due to a bug if you want to assign a static IP on Ubuntu 8.10 Desktop your setting will be overwritten after the next reboot because of a bug that escaped the Ubuntu team. The bug is annoying and silly that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mcctuhin.wordpress.com&blog=2546841&post=41&subd=mcctuhin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>														<a href="http://linhost.info/2008/11/how-to-set-a-static-ip-on-ubuntu-810/" rel="bookmark" title="Permanent Link to How To Set A Static IP On Ubuntu 8.10">How To Set A Static IP On Ubuntu 8.10</a><br />
					</h1>
<div class="entry-meta">
											</div>
<p> <!-- .entry-meta --></p></div>
<p><!-- .entry-head --></p>
<div class="entry-content">
<p>Known network manager bug <a href="https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/284298">https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/284298</a><br />
<b>Under review</b></p>
<p>Due to a bug if you want to assign a static IP on Ubuntu 8.10 Desktop your setting will be overwritten after the next reboot because of a bug that escaped the Ubuntu team. The bug is annoying and silly that something so basic would escape the development team.</p>
<p>Any way there are two solutions one uses the command line and the second one the GUI.</p>
<h4>First Solution</h4>
<p>First solution is to get down and dirty with the command line, it takes less than 2 minutes. Edit <strong>/etc/network/interfaces</strong> and enter the following values.</p>
<blockquote><p>sudo nano /etc/network/interfaces</p>
</blockquote>
<blockquote><p># The primary network interface<br />
auto eth0<br />
iface eth0 inet static<br />
address 192.168.1.3<br />
network 192.168.1.0</p>
<p>netmask 255.255.255.0<br />
broadcast 192.168.1.255<br />
gateway 192.168.1.1</p>
</blockquote>
<p>And save it.</p>
<p>Now move on to edit the <strong>/etc/resolv.conf</strong>. And add the name server.</p>
<blockquote><p>sudo nano /etc/resolv.conf</p>
</blockquote>
<blockquote><p>nameserver 192.168.1.1</p>
</blockquote>
<p>If you don’t want to reboot the system restart the networking service instead.</p>
<blockquote><p>sudo /etc/init.d/networking restart</p>
</blockquote>
<h4>Second Solution</h4>
<ol>
<li>Right click on the <strong>network icon</strong> located in the top panel. Select <strong>Edit Connections…</strong><br />
<a href="http://picasaweb.google.com/lh/photo/UJC-A_ZzunNA7hvp1lLUjw"><img src="http://lh3.ggpht.com/_fF0LO28FGYY/SRti9dpKvqI/AAAAAAAAAJA/yrR_9qQpXSc/s800/1.jpg" alt=""></a></li>
<li> Right click on <strong>Add</strong>. This is when we add the new configuration.
<p><a href="http://picasaweb.google.com/lh/photo/8EIZ90PQVtjWl1O-wcFDQA"><img src="http://lh4.ggpht.com/_fF0LO28FGYY/SRtjqMQcf_I/AAAAAAAAAJ0/Dp28qp2VE5o/s800/2.jpg" alt=""></a></li>
<li>Now you are presented with empty fields. Check <strong>Connect automatically</strong> at the top, otherwise the older configuration will take over. For the configuration to work you need to provide the <strong>MAC address</strong> of your network interface card in my case it’s <strong>eth0</strong>.<em>Tip : Issue <strong>ifconfig</strong> in the command line and copy and paste the resulting MAC address.</em><a href="http://picasaweb.google.com/lh/photo/tAI8vTNu1soXAbkN90JihQ"><img src="http://lh6.ggpht.com/_fF0LO28FGYY/SRtjnkrEHGI/AAAAAAAAAJw/ERpTOAIqa30/s800/3.jpg" alt=""></a></li>
<li> In the same windows select the <strong>IPv4 Setting</strong> tab, the drop down menu will offer various option select <strong>Manual</strong>.
<p><a href="http://picasaweb.google.com/lh/photo/5vrZYLJAPygQfSIQHU0Etw"><img src="http://lh5.ggpht.com/_fF0LO28FGYY/SRtjj9b2p3I/AAAAAAAAAJs/qgBteaYEsoY/s800/4.jpg" alt=""></a></li>
<li> After selecting <strong>Manual</strong> you have to provide the <strong>IP Address, Netmask, Gateway and DNS Server</strong>. Now click <strong>OK</strong> to save the settings.<br />
<a href="http://picasaweb.google.com/lh/photo/vKmW9PYLO69d12SaCU4oaQ"><img src="http://lh6.ggpht.com/_fF0LO28FGYY/SRtjfsfA_AI/AAAAAAAAAJk/kYMgKRziKk4/s800/5.jpg" alt=""></a></li>
<li> Now the new connection named <strong>“Wired connection 1″</strong> is available.
<p><a href="http://picasaweb.google.com/lh/photo/DpBLgzeLtN9-oXFUVMknmQ"><img src="http://lh4.ggpht.com/_fF0LO28FGYY/SRtjhCQoD0I/AAAAAAAAAJo/idiJkDgNxFc/s800/6.jpg" alt=""></a></li>
<li> Go back to the <strong>network icon</strong> located in the top panel and right click on it. <strong>Wired Connection 1</strong> is now an option right click on it. The system will now change from the previous interface configuration the the new one.<em>Tip :&nbsp; To verify the changes issue the <strong>ifconfig</strong> command.</em><br />
<a href="http://picasaweb.google.com/lh/photo/0vepe7MTNN8shIVATzv4wQ"><img src="http://lh4.ggpht.com/_fF0LO28FGYY/SRtjZm5ew6I/AAAAAAAAAJg/u9oSTAiSj1o/s800/7.jpg" alt="" height="122" width="491"></a></li>
<li>The last and perhaps most important step is to go back in to <strong>Edit Connections…</strong> and unchecked the <strong>Connect automatically</strong> option on <strong>Auto eth0</strong> which is the previous faulty Ubuntu configuration. Failure to do so will result in the<strong> Auto eth0</strong> taking over the new configuration on the next reboot.<br />
<a href="http://picasaweb.google.com/lh/photo/yONkVU80CuDnsa-u4CtZ9w"><img src="http://lh6.ggpht.com/_fF0LO28FGYY/SRtm6NQWlcI/AAAAAAAAAKI/LVoSoY3CftA/s800/Screenshot-Editing%2520Auto%2520eth0.jpg" alt=""></a></li>
</ol>
<p>Drop me a line if this was of any help to you.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mcctuhin.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mcctuhin.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mcctuhin.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mcctuhin.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mcctuhin.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mcctuhin.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mcctuhin.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mcctuhin.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mcctuhin.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mcctuhin.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mcctuhin.wordpress.com&blog=2546841&post=41&subd=mcctuhin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mcctuhin.wordpress.com/2009/02/13/how-to-set-a-static-ip-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1007b27da8280d618729278d182804d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">কুচ্ছিত হাঁসের ছানা</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_fF0LO28FGYY/SRti9dpKvqI/AAAAAAAAAJA/yrR_9qQpXSc/s800/1.jpg" medium="image" />

		<media:content url="http://lh4.ggpht.com/_fF0LO28FGYY/SRtjqMQcf_I/AAAAAAAAAJ0/Dp28qp2VE5o/s800/2.jpg" medium="image" />

		<media:content url="http://lh6.ggpht.com/_fF0LO28FGYY/SRtjnkrEHGI/AAAAAAAAAJw/ERpTOAIqa30/s800/3.jpg" medium="image" />

		<media:content url="http://lh5.ggpht.com/_fF0LO28FGYY/SRtjj9b2p3I/AAAAAAAAAJs/qgBteaYEsoY/s800/4.jpg" medium="image" />

		<media:content url="http://lh6.ggpht.com/_fF0LO28FGYY/SRtjfsfA_AI/AAAAAAAAAJk/kYMgKRziKk4/s800/5.jpg" medium="image" />

		<media:content url="http://lh4.ggpht.com/_fF0LO28FGYY/SRtjhCQoD0I/AAAAAAAAAJo/idiJkDgNxFc/s800/6.jpg" medium="image" />

		<media:content url="http://lh4.ggpht.com/_fF0LO28FGYY/SRtjZm5ew6I/AAAAAAAAAJg/u9oSTAiSj1o/s800/7.jpg" medium="image" />

		<media:content url="http://lh6.ggpht.com/_fF0LO28FGYY/SRtm6NQWlcI/AAAAAAAAAKI/LVoSoY3CftA/s800/Screenshot-Editing%2520Auto%2520eth0.jpg" medium="image" />
	</item>
	</channel>
</rss>