<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 20/11/16 07:01, Shlomo Solomon
wrote:<br>
</div>
<blockquote cite="mid:20161120070110.0d2f0616@shlomo1.solomon"
type="cite">
<pre wrap="">When I try ping or traceroute to <a class="moz-txt-link-abbreviated" href="http://www.google.com">www.google.com</a>, I get strange results.
Both utilities "think" that <a class="moz-txt-link-abbreviated" href="http://www.google.com">www.google.com</a> is at 213.57.*.*, but those
addresses belong to my Internet provider - Hotnet.
What am I missing?
[solomon@shlomo1]$ ping <a class="moz-txt-link-abbreviated" href="http://www.google.com">www.google.com</a>
PING <a class="moz-txt-link-abbreviated" href="http://www.google.com">www.google.com</a> (213.57.23.29) 56(84) bytes of data.
64 bytes from 213.57.23.29: icmp_seq=1 ttl=59 time=17.1 ms
64 bytes from 213.57.23.29: icmp_seq=2 ttl=59 time=16.8 ms
64 bytes from 213.57.23.29: icmp_seq=3 ttl=59 time=17.1 ms
[solomon@shlomo1]$ sudo traceroute <a class="moz-txt-link-abbreviated" href="http://www.google.com">www.google.com</a>
traceroute to <a class="moz-txt-link-abbreviated" href="http://www.google.com">www.google.com</a> (213.57.24.55), 30 hops max, 60 byte packets
1 router-1.solomon (10.0.0.138) 1.010 ms 1.007 ms 1.006 ms
2 core-213-57-3-7.ptr.hotnet.net.il (213.57.3.7) 15.379 ms 15.741 ms 16.551 ms
3 ae7.101.hfa.mx-lns.con.hotnet.net.il (213.57.3.221) 36.177 ms 36.182 ms 36.178 ms
4 core-213-57-3-217.ptr.hotnet.net.il (213.57.3.217) 17.736 ms 17.736 ms 17.733 ms
</pre>
</blockquote>
The DNS resolving google.com guesses your gegraphical location, and
gives you an answer that is nearest where you are. If you use
another DNS to query the domain, you will get a different IP:<br>
<br>
<br>
216.58.218.196 from
<a class="moz-txt-link-freetext" href="http://mxtoolbox.com/SuperTool.aspx?action=a%3awww.google.com&run=toolpage">http://mxtoolbox.com/SuperTool.aspx?action=a%3awww.google.com&run=toolpage</a><br>
74.125.22.103 from <a class="moz-txt-link-freetext" href="https://www.ultratools.com/tools/dnsLookupResult">https://www.ultratools.com/tools/dnsLookupResult</a><br>
<span class="t2">216.58.209.68 from <a class="moz-txt-link-freetext" href="http://ping.eu/nslookup/">http://ping.eu/nslookup/</a><br>
<br>
If you are dead set on using a different IP than your local one,
you can use this trick to do this.<br>
<br>
Shachar<br>
</span>
</body>
</html>