[Esbox-commits] r433 - www

marciom at garage.maemo.org marciom at garage.maemo.org
Fri Feb 22 16:59:08 EET 2008


Author: marciom
Date: 2008-02-22 16:59:03 +0200 (Fri, 22 Feb 2008)
New Revision: 433

Modified:
   www/index.html
Log:
added USB networking instructions

Modified: www/index.html
===================================================================
--- www/index.html	2008-02-22 14:41:38 UTC (rev 432)
+++ www/index.html	2008-02-22 14:59:03 UTC (rev 433)
@@ -209,7 +209,26 @@
 
   </li>
 
+  <li> USB Networking (optional)
+  <br> If you don't have Wi-Fi networks available, you can setup networking using your USB cable.
+  <br> Add the following lines to the <b>/etc/network/interfaces</b> file:
+  <pre>
+auto usb0
+        iface usb0 inet static
+        address 192.168.2.14
+        netmask 255.255.255.0
+        network 192.168.2.0
+        broadcast 192.168.2.255
+        up iptables -t nat -A POSTROUTING -o eth0 -s 192.168.2.15 -j MASQUERADE
+        up echo 1 > /proc/sys/net/ipv4/ip_forward
+        down iptables -t nat -D POSTROUTING -o eth0 -s 192.168.2.15 -j MASQUERADE
+        down echo 0 > /proc/sys/net/ipv4/ip_forward
+  </pre>
+
+  </li>
+
 </ul>
+<br><br>
 
 <p><u>Target Environment (N800 or N810 Tablet)</u></p>
 
@@ -220,12 +239,10 @@
 
   <li>Maemo-PC Connectivity Package
     <ul> The maemo-pc-connectivity will provide all the requirements needed to connect Esbox to your device:
-      <ol>
        <li> OpenSSH server and client
        <li> USB Networking
        <li> Maemo SDK Tablet application, used to configure USB networking
-       </ol>
-     </ul>
+    </ul>
   </li>
   <li>Click here (from your tablet's web browser) to install the package:<br>
   <a href="http://repository.maemo.org/extras/dists/chinook/install/maemo-pc-connectivity.install"> <img src="http://maemo.org/midcom-static/style_maemo2007/install_button_small.png"></a></li>
@@ -234,7 +251,7 @@
 
 <p>&nbsp;</p>
 
-<h3>Installation Instructions</h3>
+<h3>ESbox Installation Instructions</h3>
 
 <p style="color: red;">PLEASE, READ THE REQUIREMENTS
 SECTION CAREFULLY BEFORE FOLLOW THE INSTALLATION INSTRUCTIONS.</p>



More information about the Esbox-commits mailing list