View Single Post
Old 08-06-2012, 06:31 AM   #2
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by buscon View Post
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.

Last edited by geekmaster; 08-06-2012 at 06:38 AM.
geekmaster is offline   Reply With Quote