View Single Post
Old 11-29-2009, 02:10 PM   #157
rbiondi
Junior Member
rbiondi began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2009
Device: Kindle DX
When I connect to kindle via ssh I can ping host

[root@kindle root]# ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes
64 bytes from 192.168.2.1: seq=0 ttl=64 time=1.569 ms
64 bytes from 192.168.2.1: seq=1 ttl=64 time=1.289 ms
64 bytes from 192.168.2.1: seq=2 ttl=64 time=1.286 ms
64 bytes from 192.168.2.1: seq=3 ttl=64 time=1.255 ms
64 bytes from 192.168.2.1: seq=4 ttl=64 time=1.357 ms

--- 192.168.2.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 1.255/1.351/1.569 ms

But cannot traceroute www.amazon.com

[root@kindle root]#
[root@kindle root]# traceroute www.amazon.com
traceroute: www.amazon.com: Host name lookup failure

Traceroute works just fine for host

[root@kindle root]# traceroute 192.168.2.1
traceroute to 192.168.2.1 (192.168.2.1), 30 hops max, 38 byte packets
1 192.168.2.1 (192.168.2.1) 0.877 ms 1.048 ms 1.381 ms

But in host I can traceroute amazon

minime:~ rbiondi$ traceroute www.amazon.com
traceroute to www.amazon.com (72.21.210.250), 64 hops max, 52 byte packets
1 192.168.0.1 (192.168.0.1) 31.588 ms 1.177 ms 1.414 ms
...

Any suggestion why? It seems to me a DNS issue, because I can trace amazon ip

[root@kindle root]# traceroute 72.21.210.250
traceroute to 72.21.210.250 (72.21.210.250), 30 hops max, 38 byte packets
1 192.168.2.1 (192.168.2.1) 1.491 ms 1.083 ms 0.590 ms

Thank you for your help and sorry disturb discussion.

Best regards
rbiondi is offline