Originally Posted by
colonius
Since Mac OS is based on BSD Unix, it will have a traceroute utility somewhere. (Windows is the only OS that names it differently). Since I am not intimate with Mac OS: Google is your friend.

Applications>Utilities>Terminal
At the prompt ([yourname]$), type (without quotes) "traceroute www.flyertalk.com" and hit return. It'll look something like this:
Code:
Last login: Sun Dec 6 22:03:04 on ttys000
xx-xx-178-69:~ jackal$ traceroute www.flyertalk.com
traceroute to flyertalk.com (67.201.16.68), 64 hops max, 40 byte packets
1 * * *
2 81-188-165-209 (209.165.188.81) 7.023 ms 10.632 ms 5.774 ms
3 32-128-165-209 (209.165.128.32) 8.107 ms 16.984 ms 25.133 ms
4 52-129-165-209 (209.165.129.52) 46.111 ms 37.644 ms 43.164 ms
5 217-129-165-209 (209.165.129.217) 47.766 ms 49.909 ms 38.661 ms
6 ge1-0.cr01.sea01.mzima.net (206.81.80.44) 43.749 ms 43.741 ms 53.306 ms
7 te2-0.cr02.sjc02.us.mzima.net (69.174.120.81) 60.199 ms 53.506 ms 53.296 ms
8 te0-1.cr01.lax02.us.mzima.net (69.174.120.85) 73.087 ms 60.371 ms 68.887 ms
9 xe1-0.cr01.lax01.mzima.net (64.235.224.181) 69.084 ms 67.269 ms 73.567 ms
10 xe0-0.cr01.lax06.us.mzima.net (216.193.255.98) 87.500 ms 73.503 ms 68.107 ms
11 67.201.17.150 (67.201.17.150) 68.489 ms 65.303 ms 60.852 ms
12 flyertalk.com (67.201.16.68) 70.547 ms 61.350 ms 61.976 ms
13 * * *
14 * * *
15 * flyertalk.com (67.201.16.68) 61.114 ms !H 60.864 ms !H
xx-xx-178-69:~ jackal$