[Esbox-commits] r435 - www

marciom at garage.maemo.org marciom at garage.maemo.org
Fri Feb 22 19:59:13 EET 2008


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

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

Modified: www/index.html
===================================================================
--- www/index.html	2008-02-22 15:00:33 UTC (rev 434)
+++ www/index.html	2008-02-22 17:59:03 UTC (rev 435)
@@ -210,21 +210,7 @@
   </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>
-
+  <br> Follow the instructions at the <a href="http://maemo.org/development/documentation/how-tos/4-x/setting_up_usb_networking.html">Maemo USB networking howto</a>
   </li>
 
 </ul>



More information about the Esbox-commits mailing list