<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.208.161.71</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.208.161.71"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/86.208.161.71"/>
	<updated>2026-04-21T21:59:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Documentation/USB_Networking&amp;diff=24090</id>
		<title>Mer/Documentation/USB Networking</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Documentation/USB_Networking&amp;diff=24090"/>
		<updated>2009-04-13T13:36:57Z</updated>

		<summary type="html">&lt;p&gt;86.208.161.71: /* find your DNS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a method to use your PC internet connection on your tablet.&lt;br /&gt;
&lt;br /&gt;
This was tried with an N810 with an Ubuntu laptop.&lt;br /&gt;
&lt;br /&gt;
== Preparation == &lt;br /&gt;
&lt;br /&gt;
on host: open (with root privileges) file &amp;lt;code&amp;gt;/etc/network/interfaces&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
add the following at the end of the lines:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;auto usb0&lt;br /&gt;
iface usb0 inet static&lt;br /&gt;
      address 192.168.2.1&lt;br /&gt;
      netmask 255.255.255.0&lt;br /&gt;
      broadcast 192.168.2.255&lt;br /&gt;
      up echo 1 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;br /&gt;
      up iptables -P FORWARD ACCEPT&lt;br /&gt;
      up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.2.0/24&lt;br /&gt;
      down echo 0 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;br /&gt;
      down iptables -t nat -F POSTROUTING&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enter rescue mode == &lt;br /&gt;
&lt;br /&gt;
Put your tablet on. As soon as the &amp;quot;Nokia&amp;quot; screen appears, press the &amp;quot;home&amp;quot; button of your tablet, the one that is just under the camera, and keep it pressed until the &amp;quot;Mer&amp;quot; screen appears.&lt;br /&gt;
&lt;br /&gt;
Shortly after this screen appeared, the rescue mode will appear. It gives you five choices:&amp;lt;br /&amp;gt;&lt;br /&gt;
- start Mer;&amp;lt;br /&amp;gt;&lt;br /&gt;
- activate console;&amp;lt;br /&amp;gt;&lt;br /&gt;
- act as an ethernet USB gadget;&amp;lt;br /&amp;gt;&lt;br /&gt;
- act as a serial USB tool;&amp;lt;br /&amp;gt;&lt;br /&gt;
- reboot.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select the option that says &amp;quot;act as an ethernet USB gadget&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
A console screen will scroll, then the Mer screen will appear. &lt;br /&gt;
&lt;br /&gt;
Connect the USB cable between your PC and the Tablet.&lt;br /&gt;
&lt;br /&gt;
== configure your network interface ==&lt;br /&gt;
&lt;br /&gt;
On host: open a shell, and type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe usbnet&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo ifdown usb0&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo ifup usb0&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get no message from the shell.&lt;br /&gt;
&lt;br /&gt;
== find your DNS == &lt;br /&gt;
&lt;br /&gt;
(on host) In Ubuntu, they should be in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/etc/resolv.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the Tablet: open the shell, and type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo echo nameserver A.B.C.D &amp;gt; /etc/resolv.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[where A.B.C.D represent the figures in your DNS. For instance 208.67.222.222 (public nameserver)].&lt;br /&gt;
&lt;br /&gt;
== test by pinging ==&lt;br /&gt;
&lt;br /&gt;
on host: open a shell, and type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ping 192.168.2.2 -c 5&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It should return five lines proving that contact was established with the Tablet.&lt;br /&gt;
&lt;br /&gt;
This means that you are ready to use the internet connection of your computer.&lt;/div&gt;</summary>
		<author><name>86.208.161.71</name></author>
	</entry>
</feed>