USB networking: tethering
netbook ---(USB)---> BQ ---(data mobile) ---> Internet$ android-gadget-service enable rndis#!/bin/sh
android-gadget-service enable rndis$ ssh phablet@10.42.0.1
Welcome to Ubuntu Utopic Unicorn (development branch) (GNU/Linux 3.4.67 armv7l) >
...$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 wlan0
10.42.0.0 0.0.0.0 255.255.255.0 U 0 0 0 rndis0
172.28.23.131 0.0.0.0 255.255.255.255 UH 0 0 0 ccmni0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0Last updated