<?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/"
	>

<channel>
	<title>Neohexa &#187; ubuntu server</title>
	<atom:link href="http://neohexa.com/tag/ubuntu-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://neohexa.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 Nov 2011 19:10:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Change I.P. address on Ubuntu Server</title>
		<link>http://neohexa.com/2009/08/change-i-p-address-on-ubuntu-server/</link>
		<comments>http://neohexa.com/2009/08/change-i-p-address-on-ubuntu-server/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 14:37:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://neohexa.com/?p=98</guid>
		<description><![CDATA[sudo pico /etc/network/interfaces If your device name is eth0, the configuration block should look like the following- iface eth0 inet static address 192.168.1.110 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-nameservers 208.67.222.222 208.67.220.220 127.0.0.1 If you wish to add another I.P. address, you can add a block similar to this- iface eth0:1 inet static [...]]]></description>
			<content:encoded><![CDATA[<p><code>sudo pico /etc/network/interfaces</code><br />
If your device name is eth0, the configuration block should look like the following-</p>
<p><code>iface eth0 inet static<br />
	address 192.168.1.110<br />
	netmask 255.255.255.0<br />
	network 192.168.1.0<br />
	broadcast 192.168.1.255<br />
	gateway 192.168.1.1<br />
	dns-nameservers 208.67.222.222 208.67.220.220 127.0.0.1</code></p>
<p>If you wish to add another I.P. address, you can add a block similar to this-</p>
<p><code>iface eth0:1 inet static<br />
	address 192.168.1.111<br />
	netmask 255.255.255.0<br />
	network 192.168.1.0<br />
	broadcast 192.168.1.255<br />
	gateway 192.168.1.1</code></p>
<p>All that is needed now is a restart of networking-</p>
<p><code>sudo /etc/init.d/networking restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://neohexa.com/2009/08/change-i-p-address-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

