<?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>edafe.org &#187; tcpip</title>
	<atom:link href="http://edafe.org/tag/tcpip/feed/" rel="self" type="application/rss+xml" />
	<link>http://edafe.org</link>
	<description>edafe.org is the personal site of Edafe Knabe.</description>
	<lastBuildDate>Mon, 30 Aug 2010 07:13:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuring a static IP address</title>
		<link>http://edafe.org/2006/11/configuring-a-static-ip-address/</link>
		<comments>http://edafe.org/2006/11/configuring-a-static-ip-address/#comments</comments>
		<pubDate>Sun, 26 Nov 2006 23:28:33 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[tcpip]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=1215</guid>
		<description><![CDATA[Edit the file /etc/network/interfaces to contain the following entries:
# The primary network interfaceauto eth0iface eth0 inet static&#8195;&#8195;address 192.168.0.20&#8195;&#8195;netmask 255.255.255.0&#8195;&#8195;broadcast 192.168.0.255&#8195;&#8195;gateway 192.168.0.1
Reconfigure the network interfaces with the following command:
user@ubuntu:~$ sudo /etc/init.d/networking restart
www.ubuntuforums.org
]]></description>
			<content:encoded><![CDATA[<p>Edit the file <em>/etc/network/interfaces</em> to contain the following entries:</p>
<p><code># The primary network interface<br />auto eth0<br />iface eth0 inet static<br />&emsp;&emsp;address 192.168.0.20<br />&emsp;&emsp;netmask 255.255.255.0<br />&emsp;&emsp;broadcast 192.168.0.255<br />&emsp;&emsp;gateway 192.168.0.1</code></p>
<p>Reconfigure the network interfaces with the following command:</p>
<p><code>user@ubuntu:~$ sudo /etc/init.d/networking restart</code></p>
<p><a href="http://www.ubuntuforums.org/showthread.php?t=66500" target="_blank">www.ubuntuforums.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2006/11/configuring-a-static-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
