<?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>SudoSeth &#187; address</title>
	<atom:link href="http://www.sudoseth.com/blog/tag/address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sudoseth.com/blog</link>
	<description>Ideas, Videos, Projects, and More!</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To: Static IP Address In Ubuntu</title>
		<link>http://www.sudoseth.com/blog/2008/08/how-to-static-ip-address-in-ubuntu/</link>
		<comments>http://www.sudoseth.com/blog/2008/08/how-to-static-ip-address-in-ubuntu/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 15:28:58 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=39</guid>
		<description><![CDATA[In order to setup a system to use a static IP address you have to edit the /etc/network/interfaces file. The first step is to backup the existing file, just in case you screw something up by accident, or something otherwise doesn&#8217;t work as it should. #cd /etc/network #cp interfaces interfaces.backup Next, edit the file as [...]]]></description>
			<content:encoded><![CDATA[<p>In order to setup a system to use a static IP address you have to edit the /etc/network/interfaces file.</p>
<p>The first step is to backup the existing file, just in case you screw something up by accident, or something otherwise doesn&#8217;t work as it should.<br />
#cd /etc/network<br />
#cp interfaces interfaces.backup</p>
<p>Next, edit the file as root with your favorite text editing program. I personally like Vim.<br />
#sudo vim interfaces</p>
<p>add the # symbol beside what is already there for the interface you want to configure. The # makes whatever comes after it in the line a comment, and the computer doesn&#8217;t read it.</p>
<p>Next copy the following text and edit to fit your needs:</p>
<p>auto eth0<br />
iface eth0 inet static<br />
address 192.168.0.3<br />
netmask 255.255.255.0<br />
gateway 192.168.0.1</p>
<p>Save the file and quit. The next time you restart your computer it should automatically setup your network interface as you programed it to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2008/08/how-to-static-ip-address-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

