who can help me!!an ios problem,about traceroute

hi everyone~

In the morning today,i had installed an cmdline on my iphone(ios 7.1.2)

when i want to test the command “traceroute”,i meet the problem below.
http://a1.qpic.cn/psb?/a47d3e63-a040-4d41-957d-0ccc40c46cdc/Nz2afbHr.0xiLI9Y*kv1xobLhsOeuhwMCCj1uV3CPgc!/b/dBcUR8jsJgAA&bo=gAJwBAAAAAABANE!&rf=viewer_4&t=5

http://a1.qpic.cn/psb?/a47d3e63-a040-4d41-957d-0ccc40c46cdc/Nz2afbHr.0xiLI9Y*kv1xobLhsOeuhwMCCj1uV3CPgc!/b/dBcUR8jsJgAA&bo=gAJwBAAAAAABANE!&rf=viewer_4&t=5

i dont’t know what’s the meaning of “findsaddr:failed”

can you help me?

thanks a lot;)

Hi
You need to add the network interface to the command, you can find the interface with ifconfig, eg in my case en0;


iPhone:~ root# ifconfig

en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    inet xxx.xxx.xxx.xxx

iPhone:~ root# traceroute -i en0 google.com
traceroute: Warning: google.com has multiple addresses; using 173.194.115.104
traceroute to google.com (173.194.115.104), 64 hops max, 40 byte packets
 ....

i got it…it’s so easy finally😄