Freerunner Login

Das Netzwerk einzurichten ist ziemlich simpel: USB-Kabel an Freerunner und den Rechner anstöpseln.

Der Rechner findet einen USB-Ethernet-Adapter:

usb 3-2: new full speed USB device using uhci_hcd and address 2
usb 3-2: configuration #1 chosen from 2 choices
usb 3-2: New USB device found, idVendor=1457, idProduct=5122
usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-2: Product: RNDIS/Ethernet Gadget
usb 3-2: Manufacturer: Linux 2.6.24/s3c2410_udc
usb0: register ‚cdc_ether‘ at usb-0000:00:1d.1-2, CDC Ethernet Device, 4e:e8:6e:2d:23:0c
usbcore: registered new interface driver cdc_ether
usb0: no IPv6 routers present

Anschließend das neue Interface konfigurieren:

route add -host 192.168.0.202/32 dev usb0

und schon kann man mit SSH auf sein Telefon 🙂

[root@localhost ~]# ssh root@192.168.0.202
The authenticity of host ‚192.168.0.202 (192.168.0.202)‘ can’t be established.
RSA key fingerprint is xxxxxxxxx.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‚192.168.0.202‘ (RSA) to the list of known hosts.
root@192.168.0.202’s password:
root@om-gta02:~#