<?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>..cyberia core.. &#187; wireless</title>
	<atom:link href="http://www.project2501.it/blogs/ioio/tag/wireless/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.project2501.it/blogs/ioio</link>
	<description>..where core and hull meet..</description>
	<lastBuildDate>Tue, 05 Jan 2010 17:23:13 +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>tether your internet to your iPhone on GNU/Linux (NO 3G, NO EDGE)..</title>
		<link>http://www.project2501.it/blogs/ioio/2009/05/27/tether-your-internet-to-your-iphone-on-gnulinux-no-3g-no-edge/</link>
		<comments>http://www.project2501.it/blogs/ioio/2009/05/27/tether-your-internet-to-your-iphone-on-gnulinux-no-3g-no-edge/#comments</comments>
		<pubDate>Wed, 27 May 2009 13:29:36 +0000</pubDate>
		<dc:creator>ioio</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[crunchbang]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[no 3g]]></category>
		<category><![CDATA[no EDGE]]></category>
		<category><![CDATA[tether]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.project2501.it/blogs/ioio/?p=168</guid>
		<description><![CDATA[  
how did I do it?
first of all, what is the purpose? I want to use my ethernet connection on my computer, to tether it to my iPhoneÂ  over my wireless card.
DISCLAIMER:
I know what I do while I do it. If you do not and just copy &#38; paste the commands, don&#8217;t complain if [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://www.project2501.it/blogs/ioio/wp-content/plugins/more-smilies/project2501/uk.gif" alt="en" class="wp-smiley" /> </p>
<p>how did I do it?</p>
<p>first of all, what is the purpose? I want to use my ethernet connection on my computer, to tether it to my iPhoneÂ  over my wireless card.</p>
<p><span id="more-168"></span>DISCLAIMER:</p>
<p>I know what I do while I do it. If you do not and just copy &amp; paste the commands, don&#8217;t complain if you break your system. I take no responsibility upon your work.<br />
Lines starting with a # are commands to type in your terminal</p>
<p>what do we need?</p>
<p>an internet connection, a computer with an ethernet and wireless card running Ubuntu or Crunchbang (as my eee 901 does) and an iphone.</p>
<p>set up (<a href="https://help.ubuntu.com/community/WifiDocs/ShareEthernetConnectionThroughWireless" target="_blank">source</a>):</p>
<p>get firestarter,</p>
<p># sudo apt-get install firestarter</p>
<p>stop the network-manager and create a copy of your file</p>
<p># sudo cp /etc/network/interfaces /etc/network/interfaces.org</p>
<p>edit your network interfaces</p>
<p># sudo gedit /etc/network/interfaces</p>
<p><em>auto lo<br />
iface lo inet loopback</em></p>
<p><em>auto eth0<br />
iface eth0 inet dhcp</em></p>
<p><em>auto wireless0<br />
iface wireless0 inet static<br />
wireless-key 1234567890<br />
wireless-channel 6<br />
wireless-mode ad-hoc<br />
wireless-essid &#8216;iPhoneNet&#8217;<br />
address 192.168.0.2<br />
gateway 127.0.0.1<br />
netmask 255.255.255.0</em></p>
<p>change eth0 with your ethernet interface and wireless0 with your wireless interface, without forgetting a stronger WEP-KEY instead of 1234567890.</p>
<p>restart your network devices</p>
<p># sudo /etc/init.d/networking restart</p>
<p class="line874">After that, we&#8217;ll fire up Firestarter:</p>
<p># gksudo firestarter</p>
<p class="line874">A wizard should appear. Follow through these steps:</p>
<ol type="1">
<li>Press Next.</li>
<li>Choose eth0 (or your Ethernet device&#8217;s name) as the Internet device. If your IP configuration is assigned by DHCP, check/uncheck the corresponding box according to your situation.</li>
<li>Choose wireless0 (or your wireless device&#8217;s name) as the device which will share Internet. Check the box that says to share Internet.</li>
<li>
<p class="line891"><strong>Do NOT</strong> activate the option to enable DHCP in the Local Network.</p>
</li>
<li>Press Save.</li>
</ol>
<p>Now configure your iPhone:</p>
<p><code><div class='lg_image' style='width:126px;'><div style='text-align:center'><a href='http://www.project2501.it/blogs/ioio/gallery/?file=inet%2Ftutorials%2Fiphone_wifi_settings.png' rel='lazyest'  title='iphone wifi settings'><img class='thumb' src='http://www.project2501.it/blogs/ioio/wp-gallery/inet/tutorials/thumbs/iphone_wifi_settings.png' alt='iphone_wifi_settings.png'  /></a></div><div class='thumb_caption'><a href='http://www.project2501.it/blogs/ioio/gallery/?file=inet%2Ftutorials%2Fiphone_wifi_settings.png' rel='lazyest'  title='iphone wifi settings'>iphone wifi settings</a></div></div></code></p>
<p>as you can see in the image above, I used static IP settings, as router I set the address of the wireless interface wich I set before</p>
<p><em>.. (from above)<br />
wireless-essid &#8216;iPhoneNet&#8217;<br />
address <span style="color: #ff0000;">192.168.0.2</span><br />
gateway 127.0.0.1<br />
netmask 255.255.255.0<br />
..</em></p>
<p>and for the DNS I opted for the local DNS server.</p>
<p>There you go. If everything worked fine you should have your WiFi internet on the iPhone over your PC WiFi Card.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.project2501.it/blogs/ioio/2009/05/27/tether-your-internet-to-your-iphone-on-gnulinux-no-3g-no-edge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
