[clug] Software ergonomics

Bryan Kilgallin bryan at netspeed.com.au
Wed Jan 28 02:29:57 MST 2015


Thanks, Brett:

> As a user you should use a GUI to set your default route in your 
> network configuration or perhaps just let it accept the default route 
> given to you automatically by DHCP.

I connected my OpenMoko phone to my PC using the method (below) 
recommended on the relevant Wiki. Whereas I do not know of an 
application with a graphical user interface, useful for accomplishing this!

{With the device connected configure usb0 interface (as root or via sudo 
like in this example):

sudo ip address add 192.168.0.200/24 dev usb0
sudo ip link set dev usb0 up

or (deprecated)

sudo ifconfig usb0 192.168.0.200 netmask 255.255.255.0 up

If your eth0 interface is also in the same 'range' (e.g. 192.168.0.105) 
then you can do the following:

sudo route add -host 192.168.0.202 dev usb0}


http://wiki.openmoko.org/wiki/USB_Networking#The_shortest_way

-- 
www.netspeed.com.au/bryan/



More information about the linux mailing list