Internet On Your Neo FreeRunner (USB Networking)

From GeoSharing

Revision as of 17:11, 11 March 2011 by Admin (Talk | contribs)
Jump to: navigation, search
Internet on FreeRunner via USB

It is always simpler to have a direct internet access from your Neo FreeRunner when you want to install or develop something on your phone. We will take advantage of the internet connection of the PC and the USB connection between the PC and the Neo.

For this example, we are working with Ubuntu 10.10 on a laptop.

Contents

Connect the Openmoko

The first thing to do is to create an alias for the IP address of the Neo FreeRunner.

192.168.0.202 openmoko

Note : The alias "openmoko" can be replaced by any other name at the will of the user.

Then, we must set up the connection.

With the network manager

The easiest way to set up the connection with the Openmoko is to create a new connection (called Openmoko here) for the wired networks. For this connection, you choose a static (manual) IP address 192.168.0.200.

Screenshot-Editing Openmoko.png

Without the network manager

# The Openmoko network interface 
auto eth1
iface eth1 inet static 
address 192.168.0.200 
netmask 255.255.255.0
/etc/init.d/networking restart

Configuration IP tables

Sources

Personal tools
Namespaces
Variants
Actions
Navigation
GeoSharing
Misc
Toolbox