I am trying to find out how many hops are required to reach google.com using traceroute. Traceroute's output is always the same.
My command: traceroute google.com
Output:
traceroute to google.com (194.249.4.237), 30 hops max, 60 byte packets
1 10.0.2.2 0.123 ms 0.063 ms 0.172 ms
2 10.0.2.2 4.570 ms 4.661 ms 9.793 ms
I don't think it works properly... Can someone help me please? Thank you in beforehand.