I am having some trouble using USB Networking.
- Installed Jailbreak and usbnetworking
- Edited config:
Code:
HOST_IP=192.168.0.112
KINDLE_IP=192.168.0.49
- On Kindle:
Code:
<DEL> ;debugOn
<DEL> ~usbNetwork
(now usb0 ethernet interface automatically appears.)
- On Host:
Code:
$ sudo eject Kindle
$ sudo ifconfig usb0 192.168.0.112
$ telnet 192.168.0.49
Trying 192.168.0.49...
telnet: Unable to connect to remote host: No route to host
What did i miss?
Am i correct that the usb0 interface needs to have the inet address of the host computer? (That's what your README tells me)
The MAC address in ifconfig shows ee:49:00:00:00:00.
I also can't ping 192.168.0.49:
From 192.168.0.112 icmp_seq=1 Destination Host Unreachable