View Single Post
Old 04-04-2012, 03:10 PM   #16
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by lsi View Post
Hi knc1! Thanks for your suggestion. This is what nmap says:
nmap 192.168.15.0/24

Starting Nmap 5.21 ( http://nmap.org ) at 2012-04-04 16:46 CEST
Nmap scan report for 192.168.15.1
Host is up (0.00022s latency).
Not shown: 997 closed ports
PORT STATE SERVICE
22/tcp open ssh
139/tcp open netbios-ssn
445/tcp open microsoft-ds

Nmap scan report for 192.168.15.244
Host is up (0.015s latency).
All 1000 scanned ports on 192.168.15.244 are closed

How should I word my ssh?
Ah, so, that tells what to do next.

If I am following correctly, your host is the 192.168.15.1 and the kindle is the 192.168.15.244 address.

The key to the problem is the:
Code:
All 1000 scanned ports on 192.168.15.244 are closed
Since that is the Kindle's address - the Kindle is alive and well (network wise).

Either of two things:
Connection to port 22 is being blocked (I.E: firewalled by iptables).
Or the ssh daemon isn't running on the Kindle.

The few usbnet scripts I have read will take care of both those items when the service is "started".

I haven't read all of the scripts in all of the possible installs - so first thing to do is check if there is a "READ.ME" (or similar name) document included with the usbnet package you used.

Check for directions on how to get the service "started".
knc1 is offline   Reply With Quote