<?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>Tech Wisdom &#187; proxy server</title>
	<atom:link href="http://blog.ujjwalkumar.com/tag/proxy-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ujjwalkumar.com</link>
	<description>Its all about Zeroes or Ones</description>
	<lastBuildDate>Sun, 11 Sep 2011 05:19:14 +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>configuring network in kubuntu intrepid</title>
		<link>http://blog.ujjwalkumar.com/2009/01/09/configuring-network-in-kubuntu-intrepid/</link>
		<comments>http://blog.ujjwalkumar.com/2009/01/09/configuring-network-in-kubuntu-intrepid/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 14:37:47 +0000</pubDate>
		<dc:creator>ujjwal</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[proxy server]]></category>

		<guid isPermaLink="false">http://blog.ujjwalkumar.com/?p=61</guid>
		<description><![CDATA[I don&#8217;t know why kubuntu/ubuntu has made it so difficult to configure network running with a proxy server.. When it happened on my pc, I thought, I must have mistaken somewhere during the installation.. but, the same thing happens in my friends&#8217; computers too.. so, its nothing more than a bug, and this post will [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why kubuntu/ubuntu has made it so difficult to configure network running with a proxy server.. When it happened on my pc, I thought, I must have mistaken somewhere during the installation.. but, the same thing happens in my friends&#8217; computers too.. so, its nothing more than a bug, and this post will be very useful for those who don&#8217;t want to waste 6 hours at a stretch to figure out the correct network configuration..</p>
<p>The gui network doesn&#8217;t work, I don&#8217;t know why.. so, we shall be using the console way..</p>
<ol>
<li>cd /etc/network/</li>
<li>sudo kate interfaces .. note that, kate is the text editor in KDE.. if u don&#8217;t have kate installed, use any other text editor like gedit..</li>
<li> provide ur password..</li>
<li>add the following lines of code in &#8216;interfaces&#8217;</li>
</ol>
<p>auto lo<br />
iface lo inet loopback</p>
<p>iface eth0 inet static<br />
address 10.111.4.114<br />
netmask 255.255.255.0<br />
gateway 10.111.4.2</p>
<p>auto eth0</p>
<p>Note that the first 2 lines r for the local addresses.. and, initially, as with me, u will find only the first two lines.. add the next 4 lines, with ur IP in address, subnet mask in netmast and default gateway in gateway..</p>
<p>by now, u r almost half way done.. only the nameservers need to be configured&#8230;</p>
<p>now, check out ur network status by going to /etc/init.d</p>
<p>code: cd /etc/init.d/</p>
<p>now start the networking service with the super user privileges:</p>
<p>sudo ./networking start</p>
<p>u will get an error message like, can&#8217;t find resolv.conf .. it is the configuration file which stores ur nameserver settings.. if u don&#8217;t get any error messages, u can check if ur network is working by pinging to some address like :</p>
<p>ping 10.111.4.60</p>
<p>if u get replies, ur network has been configured, else, u will have to add the nameserver settings in resolv.conf (if u earlier got a message like resolv.conf not found..).. the procedure for this is:</p>
<p>cd /etc</p>
<p>sudo kate resolv.conf</p>
<p>now, add any no. of nameservers in the following format:</p>
<p>nameserver 144.16.192.2<br />
nameserver 144.16.192.55</p>
<p>All the configuration finished, u now have to start the networking service by going to /etc/init.d/</p>
<p>code: cd /etc/init.d/</p>
<p>sudo ./networking start</p>
<p>Finally, u can check ur network by pinging to any IP .. Congrats!!</p>
<p>If u have proxy servers, u can configure them in console by setting the $http_proxy environmental variable..</p>
<p>code: export http_proxy = http://144.16.192.245:8080</p>
<p>where 144.16.192.245 is the host and 8080 is the port ..</p>
<p> <img src='http://blog.ujjwalkumar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://blog.ujjwalkumar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://blog.ujjwalkumar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ujjwalkumar.com/2009/01/09/configuring-network-in-kubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

