Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get timeout in tracert:host({8,8,8,8}). #13

Open
ghost opened this issue Sep 15, 2017 · 1 comment
Open

get timeout in tracert:host({8,8,8,8}). #13

ghost opened this issue Sep 15, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 15, 2017

Hi, when I track an IP address, I get the below answer : [timeout,timeout,timeout,timeout,timeout,timeout,timeout,
timeout,timeout,timeout,timeout,timeout,timeout,timeout,
timeout,timeout,timeout,timeout,timeout,timeout,timeout,
timeout,timeout,timeout,timeout,timeout,timeout,timeout,
timeout|...]
how i'can fix it ?
thank.

@msantos
Copy link
Owner

msantos commented Sep 15, 2017

Test tracert is working with the loopback:

2> tracert:host({127,0,0,1}).
[{{127,0,0,1},
  62,
  {icmp,<<8,0,188,171,192,189,0,0,32,33,34,35,36,37,38,
          39,40,41,42,43,44,45,46,...>>}}]

The default is to do a ICMP traceroute. You can try doing a UDP traceroute:

3> tracert:host({8,8,8,8}, [{protocol, udp}]).

Also test if traceroute or tracepath are working from the command line. If not, you'll need to allow traceroutes through your firewall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant