<?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>TechBytes &#187; Networking</title>
	<atom:link href="http://www.asim.pk/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +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>Ubuntu: Setting default gateway / ip etc</title>
		<link>http://www.asim.pk/2009/01/22/ubuntu-setting-default-gateway-ip-etc/</link>
		<comments>http://www.asim.pk/2009/01/22/ubuntu-setting-default-gateway-ip-etc/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 09:37:02 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gateway]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Network Interface]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=199</guid>
		<description><![CDATA[If you want to specify a default gateway or ip address for your Ubuntu installation, try the following steps. Open SSH and type this command You can edit everything there as shown in the screenshot below (click to enlarge)]]></description>
			<content:encoded><![CDATA[<p>If you want to specify a default gateway or ip address for your Ubuntu installation, try the following steps.</p>
<p>Open SSH and type this command</p>
<pre class="brush: plain; title: ; notranslate">sudo nano /etc/network/interfaces</pre>
<p>You can edit everything there as shown in the screenshot below (click to enlarge)</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/interfaces.png" rel="lightbox[199]"><img class="aligncenter size-medium wp-image-200" title="Ubuntu network interface" src="http://www.asim.pk/wp-content/uploads/2009/01/interfaces-300x187.png" alt="Ubuntu network interface" width="300" height="187" /></a></p>
<pre class="brush: plain; title: ; notranslate">
auto eth0
iface eth0 inet static
        address 192.168.1.231
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
        gateway 192.168.1.77
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 192.168.1.253 192.168.1.226
        dns-search nextbridge.org
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/22/ubuntu-setting-default-gateway-ip-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

