<?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>Drone &#187; MobileTerminal</title>
	<atom:link href="http://www.toobrown.com/tag/mobileterminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toobrown.com</link>
	<description>ramblings of an artistic soul</description>
	<lastBuildDate>Mon, 28 Mar 2011 00:40:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tethering &#8212; use your iPhone&#8217;s 3G network to connect to the internet from your personal computer</title>
		<link>http://www.toobrown.com/2010/01/01/tethering-use-your-iphones-3g-network-to-connect-to-the-internet-from-your-personal-computer/</link>
		<comments>http://www.toobrown.com/2010/01/01/tethering-use-your-iphones-3g-network-to-connect-to-the-internet-from-your-personal-computer/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 19:44:23 +0000</pubDate>
		<dc:creator>toobrown</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[3GS]]></category>
		<category><![CDATA[3proxy]]></category>
		<category><![CDATA[adhoc wireless connection]]></category>
		<category><![CDATA[Amit Bhandarkar]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[MobileTerminal]]></category>
		<category><![CDATA[SOCKS]]></category>
		<category><![CDATA[tethering. interwebs]]></category>

		<guid isPermaLink="false">http://www.toobrown.com/?p=124</guid>
		<description><![CDATA[Today my Internet service provider is facing a major outage. So, how am I posting this, you ask? Good question &#8212; I am using my iPhone&#8217;s 3G network tethered to my laptop over an adhoc wireless connection. It is pretty cool. Here is how it is done.
First, you&#8217;ll need a jailbroken iPhone. There are hundreds [...]]]></description>
			<content:encoded><![CDATA[<p>Today my Internet service provider is facing a major outage. So, how am I posting this, you ask? Good question &#8212; I am using my iPhone&#8217;s 3G network tethered to my laptop over an adhoc wireless connection. It is pretty cool. Here is how it is done.</p>
<p>First, you&#8217;ll need a jailbroken iPhone. There are hundreds of posts on the Internet explaining the process. You can find a good one <a href="http://www.redmondpie.com/jailbreak-iphone-3.1.2-firmware-with-blackra1n-zni327/" target="_blank">here</a> or <a href="http://www.youtube.com/watch?v=P32KXTqEmfA" target="_blank">this youtube video tutorial</a>. It only takes a few minutes using blackra1n.</p>
<p>Assuming you have a jailbroken iPhone, open up <a href="http://en.wikipedia.org/wiki/Cydia_%28application%29" target="_blank">Cydia</a>, search and install a package named 3Proxy. This software lets you run a <a href="http://en.wikipedia.org/wiki/SOCKS" target="_blank">SOCKS proxy</a> server on your iPhone. Next, you will need to install MobileTerminal. This package allows you to run a terminal on your iPhone. This is available on Cydia as well.</p>
<p>On your computer, create an adhoc wireless connection. On different OSs, the process to create an adhoc wireless connection is different &#8211; consult the Internet for a guide to create one on your OS of choice. I have Windows 7 and it can be done in a very stratight forward manner.</p>
<p><img class="aligncenter size-full wp-image-127" title="adhoc01" src="http://www.toobrown.com/wp-content/uploads/2010/01/adhoc01.jpg" alt="adhoc01" width="624" height="458" /></p>
<p style="text-align: center;"><a href="http://www.toobrown.com/wp-content/uploads/2010/01/adhoc02.jpg" target="_blank"><img class="aligncenter size-large wp-image-128" title="adhoc02" src="http://www.toobrown.com/wp-content/uploads/2010/01/adhoc02-1024x639.jpg" alt="adhoc02" width="614" height="383" /></a></p>
<p>From your iPhone, connect to the adhoc wireless connection you created.</p>
<p><img class="aligncenter size-full wp-image-129" title="iphone01" src="http://www.toobrown.com/wp-content/uploads/2010/01/iphone01.jpg" alt="iphone01" width="337" height="543" /></p>
<p>Tap on the network and get your iPhone&#8217;s IP on the adhoc connection.</p>
<p><img class="aligncenter size-full wp-image-130" title="iphone02" src="http://www.toobrown.com/wp-content/uploads/2010/01/iphone02.jpg" alt="iphone02" width="337" height="543" /></p>
<p>Fire up Terminal from your Spring Board and type <em>socks</em> and tap return. This command starts an instance of the SOCKS server on your iPhone on port 1080.</p>
<p><img class="aligncenter size-full wp-image-131" title="iphone03" src="http://www.toobrown.com/wp-content/uploads/2010/01/iphone03.jpg" alt="iphone03" width="337" height="543" /></p>
<p>Now, in Firefox, go to <strong>Tools&gt;&gt;Options&gt;&gt;Advanced&gt;&gt;Settings</strong></p>
<p>Provide the IP you got from your iPhone and the port 1080.</p>
<p><img class="aligncenter size-full wp-image-132" title="firefoz01" src="http://www.toobrown.com/wp-content/uploads/2010/01/firefoz01.jpg" alt="firefoz01" width="461" height="465" /></p>
<p>Now, go to about:config in Firefox and set <strong>network.proxy.socks_remote_dns</strong> to<strong> true</strong>.</p>
<p><em>&lt;&lt;Click to open full size image in new window&gt;&gt;</em></p>
<p style="text-align: center;"><a href="http://www.toobrown.com/wp-content/uploads/2010/01/firefoz02.jpg" target="_blank"><img class="aligncenter size-large wp-image-133" title="firefoz02" src="http://www.toobrown.com/wp-content/uploads/2010/01/firefoz02-1024x615.jpg" alt="firefoz02" width="614" height="369" /></a></p>
<p>Finally, launch Safari on your iPhone and go to any random existing website &#8212; this is an important step which allows your iPhone to determine that the adhoc network cannot be used for Internet and it needs to use its 3G connection to connect to the Internet. Typically, your iPhone needs a minute to figure this out. Once done, the website should show up in Safari.</p>
<p><img class="aligncenter size-full wp-image-134" title="iphone04" src="http://www.toobrown.com/wp-content/uploads/2010/01/iphone04.jpg" alt="iphone04" width="337" height="543" /></p>
<p>That is it &#8212; you are done. Now you will be able to use Firefox on your computer to browse the interwebs! If you need to use any other application like Skype or Bitcomet, you can do that as well. All you need to do is provide the SOCKS proxy IP and port in advanced settings of the respective application.</p>
<p>Hope you found this post helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toobrown.com/2010/01/01/tethering-use-your-iphones-3g-network-to-connect-to-the-internet-from-your-personal-computer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

