View Single Post
Old 02-08-2012, 02:11 PM   #187
jmesar
Enthusiast
jmesar began at the beginning.
 
jmesar's Avatar
 
Posts: 41
Karma: 10
Join Date: May 2011
Location: Colombia
Device: Kindle
Ping OK but no Telnet

A silly mistake, the usb cable have two ends, so two ip address one for kindle and one for PC, I forgot the step 3: The default configured usb networking addresses are 192.168.2.1 for the pc and 192.168.2.2 for the Kindle. These are setup in the config file for the usbNetwork hack on the Kindle. You don't however need to change them.
Goto Network Sharing Centre on the pc and set the pc local area connection to ip address to 192.168.2.1, subnet 255.255.255.0
After installing the usb hack I change in Kindle config file the HOST_IP=192.168.2.1 to 192.168.0.100 as ipconfig show, and leave KINDLE_IP=192.168.2.2.

C:\WINDOWS\system32>ipconfig
Configuración IP de Windows

Adaptador Ethernet Conexión de área local 2 :
Sufijo de conexión específica DNS :
Dirección IP. . . . . . . . . . . : 192.168.0.100
Máscara de subred . . . . . . . . : 255.255.255.0
Puerta de enlace predeterminada : 192.168.0.1

Adaptador Ethernet Conexión de área local 4 :
Sufijo de conexión específica DNS :
Dirección IP. . . . . . . . . . . : 192.168.2.2
Máscara de subred . . . . . . . . : 255.255.255.0
Puerta de enlace predeterminada :

C:\WINDOWS\system32>ping 192.168.2.2
Haciendo ping a 192.168.2.2 con 32 bytes de datos:
Respuesta desde 192.168.2.2: bytes=32 tiempo<1m TTL=128
Respuesta desde 192.168.2.2: bytes=32 tiempo<1m TTL=128
Respuesta desde 192.168.2.2: bytes=32 tiempo<1m TTL=128
Respuesta desde 192.168.2.2: bytes=32 tiempo<1m TTL=128

Estadísticas de ping para 192.168.2.2:
Paquetes: enviados = 4, recibidos = 4, perdidos = 0
(0% perdidos),
Tiempos aproximados de ida y vuelta en milisegundos:
Mínimo = 0ms, Máximo = 0ms, Media = 0ms


As show PC akcnologe the kindle as a network element since it Ping, but telnet refuse to open with or without firewall.

C:\WINDOWS\system32>telnet 192.168.2.2
Conectándose a 192.168.2.2...No se puede abrir la conexión al host, en puerto 23 : Error en la conexión
What can I do???

Last edited by jmesar; 04-21-2012 at 08:21 AM.
jmesar is offline   Reply With Quote