Quote:
Originally Posted by buscon
Hi all,
i've just installed jailbreak on my kindle touch and i'm trying to get ssh access.
So i've installed usbnetworking, i've activated the network (;un) but i still cannot reach my kindle: no ping on the wifi ip.
I cannot connect through usb as I'm on osx.
Is there a list of commands of usbnetworking in order to see if it's up and running ?
Best
|
To use wifi SSH, you need to add a line to your iptables.This is from the K4 hacking wiki, but it applies to all eink kindles:
Quote:
add a firewall rule to allow ssh access. Edit the /mnt/base-mmc/etc/sysconfig/iptables file:
vi /mnt/base-mmc/etc/sysconfig/iptables
and add the following line to that file:
-A INPUT -i wlan0 -p tcp --dport 22 -j ACCEPT
|
For USB networking, the host PC side of your USB network device (RNDIS) needs a manually assigned IP address of 192.168.15.201.