Dear group,<br><br>I just installed (following the wiki) 2008.9 on my FR and tried to connect from a debian box. Applied the following:<br><br>-----------------------<br><h2> <span class="mw-headline"> Debian, Ubuntu and others </span></h2>

<p>Edit /etc/network/interfaces and add:
</p>
<pre>auto usb0<br>iface usb0 inet static<br>address <a href="http://192.168.0.200">192.168.0.200</a><br>netmask <a href="http://255.255.255.0">255.255.255.0</a><br>network <a href="http://192.168.0.0">192.168.0.0</a><br>
up iptables -A POSTROUTING -t nat -j MASQUERADE -s <a href="http://192.168.0.0/24">192.168.0.0/24</a> &amp;<br>up echo 1 &gt; /proc/sys/net/ipv4/ip_forward &amp;<br>up iptables -P FORWARD ACCEPT &amp;<br>down iptables -D POSTROUTING -t nat -j MASQUERADE -s <a href="http://192.168.0.0/24">192.168.0.0/24</a> &amp;<br>
-------------------------------<br><br>as mentioned in: <a href="http://wiki.openmoko.org/wiki/USB_Networking">http://wiki.openmoko.org/wiki/USB_Networking</a><br><br>After re-booting the debian box and connected my FR via USB, ifconfig -a shows:<br>
<br>-----------------------<br>usb0      Link encap:Ethernet  HWaddr 9A:99:92:BD:1A:34  <br>          BROADCAST MULTICAST  MTU:1500  Metric:1<br>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>
          collisions:0 txqueuelen:1000 <br>          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)<br>-----------------------<br><br>and ping to <a href="http://192.168.0.202">192.168.0.202</a> returns nothing!<br><br>Your help is much appreciated!<br>
<br>Thanks<br><br>Tony<br></pre>