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

traceroute command from inetutils-traceroute does not return any results #3010

Closed
aydeisen opened this issue Mar 9, 2018 · 1 comment
Closed

Comments

@aydeisen
Copy link

aydeisen commented Mar 9, 2018

Windows Build: Microsoft Windows [Version 10.0.16299.192]

What am I doing:
I'm trying to execute a traceroute included in the GNU inetutils-traceroute package, nothing resolves. The same address resolves successfully using ping.

aydeisen@AEISEN-NBK3:$ sudo apt-get install inetutils-traceroute
aydeisen@AEISEN-NBK3:
$ ping www.google.com
PING www.google.com (74.125.68.99) 56(84) bytes of data.
64 bytes from sc-in-f99.1e100.net (74.125.68.99): icmp_seq=1 ttl=39 time=213 ms
64 bytes from sc-in-f99.1e100.net (74.125.68.99): icmp_seq=2 ttl=39 time=212 ms
64 bytes from sc-in-f99.1e100.net (74.125.68.99): icmp_seq=3 ttl=39 time=212 ms
64 bytes from sc-in-f99.1e100.net (74.125.68.99): icmp_seq=4 ttl=39 time=212 ms
^C
--- www.google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3001ms
rtt min/avg/max/mdev = 212.869/212.953/213.176/0.350 ms
aydeisen@AEISEN-NBK3:~$ traceroute www.google.com
traceroute to www.google.com (74.125.68.147), 64 hops max
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
^C

What should be happening instead:
Traceroute should function as it would when running in a native Ubuntu instance, or at least in a fashion comparable to running tracert in Windows Console

STrace of the failing command attached
traceroute.zip

@therealkenc
Copy link
Collaborator

therealkenc commented Mar 9, 2018

#2742 #1930

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

No branches or pull requests

2 participants