15 Jun 2013 17:02
Re: OT: Tracer/routing question
Rick Bowers <rwbowers <at> gmail.com>
2013-06-15 15:02:26 GMT
2013-06-15 15:02:26 GMT
Thanks for your reply, David.
I don't know what may lie between the last accessible IP (74.202.159.238) and my target IP (168.244.164.134). Isn't that the purpose behind (dynamic) routing? An end user doesn't need to know the route to their destination.
I assume a "real" OS == linux. I'll try tcptraceroute on my linux box when I get home Sunday evening.
When you say I need a baseline to go from. what do you mean?
The only real information I have is that I need to connect my browser to www.myloweslife.com and that attempt fails. I tried tracert in order to try to determine what was going on behind the scenes. Obviously, that form of troubleshooting is (no longer) reasonable.
Do you have any suggestions on how to figure out why I may not be able to browse to that site? HR tells me there shouldn't be a problem and claims nobody else has connection problems. I'm stumped.
~Rick
At 6/14/2013 11:53 PM, you wrote:
I don't know what may lie between the last accessible IP (74.202.159.238) and my target IP (168.244.164.134). Isn't that the purpose behind (dynamic) routing? An end user doesn't need to know the route to their destination.
I assume a "real" OS == linux. I'll try tcptraceroute on my linux box when I get home Sunday evening.
When you say I need a baseline to go from. what do you mean?
The only real information I have is that I need to connect my browser to www.myloweslife.com and that attempt fails. I tried tracert in order to try to determine what was going on behind the scenes. Obviously, that form of troubleshooting is (no longer) reasonable.
Do you have any suggestions on how to figure out why I may not be able to browse to that site? HR tells me there shouldn't be a problem and claims nobody else has connection problems. I'm stumped.
~Rick
At 6/14/2013 11:53 PM, you wrote:
Hey Rick,
This depends. Do you know where the IP is you're trying to reach in relation to the last IP shown?
It is common today for clueless admins to block ping packets (M$ uses ping vice UDP packets for tracing). You might also be hitting transit routes for the last hop or two. These transit routes are private IPs that can't respond back to you, but do pass packets through (those that haven't reached their TTL/hop limit).
So there may be no "block" to get past. You really do need to have a baseline to go from. Try using a tcp trace (a la tcptraceroute), they usually have less problems, but you'll need a real OS for that.
Ciao,
David A. Bandel
On Fri, Jun 14, 2013 at 10:41 PM, Rick Bowers <rwbowers <at> gmail.com> wrote:
Off-topic question, but I know there is expertise here on this list.
I've been trying to connect to www.myloweslife.com but the site
continually times out. I've tried multiple times over the past week
with no success.
I tried running a tracert (Windows version of traceroute) several
times and seem to always time out at the same point. (output below)
I'm not sure exactly what this means, or who to contact to get past
the "block".
- Does this indicate a broken route? Down system?
- Can I contact someone to help? Who? My ISP (Verizon
FIOS)? twtelecom.net (Time Warner)?
C:\>tracert myloweslife.com
Tracing route to myloweslife.com [168.244.164.134]
over a maximum of 30 hops:
1 2 ms 3 ms 3
ms Wireless_Broadband_Router.somewhereunknown.net [192.168.1.1]
2 5 ms 5 ms 5 ms L100.BSTNMA-VFTTP-77.verizon-gni.net
[98.110.224.1]
3 8 ms 10 ms 9
ms G0-14-2-6.BSTNMA-LCR-22.verizon-gni.net [130.81.217.110]
4 6 ms 5 ms 6 ms ae0-0.BOS-BB-RTR2.verizon-gni.net
[130.81.209.94]
5 22 ms 22 ms 22 ms 0.xe-10-0-0.XL2.IAD8.ALTER.NET [152.63.7.61]
6 22 ms 22 ms 22 ms 0.xe-11-1-0.GW12.IAD8.ALTER.NET
[152.63.35.126]
7 23 ms 22 ms 24 ms twtelecom-gw.customer.alter.net
[152.179.50.186]
8 41 ms 40 ms 42 ms gso1-ar1-xe-2-0-0-0.us.twtelecom.net
[66.192.241.46]
9 42 ms 42 ms 43 ms 74-202-159-238.static.twtelecom.net
[74.202.159.238]
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.
Trace complete.
C:\>
_______________________________________________
Linux-users mailing list
Linux-users <at> linux-sxs.org
http://mailman.celestial.com/mailman/listinfo/linux-users
--
Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe. -- Albert Einstein
Visit my web page at: http://david.bandel.us/
_______________________________________________
Linux-users mailing list
Linux-users <at> linux-sxs.org
http://mailman.celestial.com/mailman/listinfo/linux-users
<div> Thanks for your reply, David.<br><br> I don't know what may lie between the last accessible IP (74.202.159.238) and my target IP (168.244.164.134). Isn't that the purpose behind (dynamic) routing? An end user doesn't need to know the route to their destination.<br><br> I assume a "real" OS == linux. I'll try tcptraceroute on my linux box when I get home Sunday evening.<br><br> When you say I need a baseline to go from. what do you mean?<br><br> The only real information I have is that I need to connect my browser to <a href="http://www.myloweslife.com/" eudora="autourl"> www.myloweslife.com</a> and that attempt fails. I tried tracert in order to try to determine what was going on behind the scenes. Obviously, that form of troubleshooting is (no longer) reasonable.<br><br> Do you have any suggestions on how to figure out why I may not be able to browse to that site? HR tells me there shouldn't be a problem and claims nobody else has connection problems. I'm stumped.<br><br> ~Rick<br><br> At 6/14/2013 11:53 PM, you wrote:<br><blockquote type="cite" class="cite" cite="">Hey Rick,<br><br> This depends. Do you know where the IP is you're trying to reach in relation to the last IP shown?<br><br> It is common today for clueless admins to block ping packets (M$ uses ping vice UDP packets for tracing). You might also be hitting transit routes for the last hop or two. These transit routes are private IPs that can't respond back to you, but do pass packets through (those that haven't reached their TTL/hop limit).<br><br> So there may be no "block" to get past. You really do need to have a baseline to go from. Try using a tcp trace (a la tcptraceroute), they usually have less problems, but you'll need a real OS for that.<br><br> Ciao,<br><br> David A. Bandel<br><br><br> On Fri, Jun 14, 2013 at 10:41 PM, Rick Bowers <<a href="mailto:rwbowers <at> gmail.com">rwbowers <at> gmail.com</a>> wrote:<br>Off-topic question, but I know there is expertise here on this list.<br><br>I've been trying to connect to <a href="http://www.myloweslife.com">www.myloweslife.com</a> but the site<br>continually times out. I've tried multiple times over the past week<br>with no success.<br><br>I tried running a tracert (Windows version of traceroute) several<br>times and seem to always time out at the same point. (output below)<br><br>I'm not sure exactly what this means, or who to contact to get past<br>the "block".<br><br>- Does this indicate a broken route? Down system?<br>- Can I contact someone to help? Who? My ISP (Verizon<br>FIOS)? <a href="http://twtelecom.net">twtelecom.net</a> (Time Warner)?<br><br>C:\>tracert <a href="http://myloweslife.com">myloweslife.com</a><br><br>Tracing route to <a href="http://myloweslife.com">myloweslife.com</a> [168.244.164.134]<br>over a maximum of 30 hops:<br><br> 1 2 ms 3 ms 3<br>ms <a href="http://Wireless_Broadband_Router.somewhereunknown.net"> Wireless_Broadband_Router.somewhereunknown.net</a> [192.168.1.1]<br> 2 5 ms 5 ms 5 ms <a href="http://L100.BSTNMA-VFTTP-77.verizon-gni.net"> L100.BSTNMA-VFTTP-77.verizon-gni.net</a><br>[98.110.224.1]<br> 3 8 ms 10 ms 9<br>ms <a href="http://G0-14-2-6.BSTNMA-LCR-22.verizon-gni.net"> G0-14-2-6.BSTNMA-LCR-22.verizon-gni.net</a> [130.81.217.110]<br> 4 6 ms 5 ms 6 ms <a href="http://ae0-0.BOS-BB-RTR2.verizon-gni.net"> ae0-0.BOS-BB-RTR2.verizon-gni.net</a><br>[130.81.209.94]<br> 5 22 ms 22 ms 22 ms <a href="http://0.xe-10-0-0.XL2.IAD8.ALTER.NET"> 0.xe-10-0-0.XL2.IAD8.ALTER.NET</a> [152.63.7.61]<br> 6 22 ms 22 ms 22 ms <a href="http://0.xe-11-1-0.GW12.IAD8.ALTER.NET"> 0.xe-11-1-0.GW12.IAD8.ALTER.NET</a><br>[152.63.35.126]<br> 7 23 ms 22 ms 24 ms <a href="http://twtelecom-gw.customer.alter.net"> twtelecom-gw.customer.alter.net</a><br>[152.179.50.186]<br> 8 41 ms 40 ms 42 ms <a href="http://gso1-ar1-xe-2-0-0-0.us.twtelecom.net"> gso1-ar1-xe-2-0-0-0.us.twtelecom.net</a><br>[66.192.241.46]<br> 9 42 ms 42 ms 43 ms <a href="http://74-202-159-238.static.twtelecom.net"> 74-202-159-238.static.twtelecom.net</a><br>[74.202.159.238]<br> 10 * * * Request timed out.<br> 11 * * * Request timed out.<br> 12 * * * Request timed out.<br> 13 * * * Request timed out.<br> 14 * * * Request timed out.<br> 15 * * * Request timed out.<br> 16 * * * Request timed out.<br> 17 * * * Request timed out.<br> 18 * * * Request timed out.<br> 19 * * * Request timed out.<br> 20 * * * Request timed out.<br> 21 * * * Request timed out.<br> 22 * * * Request timed out.<br> 23 * * * Request timed out.<br> 24 * * * Request timed out.<br> 25 * * * Request timed out.<br> 26 * * * Request timed out.<br> 27 * * * Request timed out.<br> 28 * * * Request timed out.<br> 29 * * * Request timed out.<br> 30 * * * Request timed out.<br><br>Trace complete.<br><br>C:\><br><br>_______________________________________________<br>Linux-users mailing list<br><a href="mailto:Linux-users <at> linux-sxs.org"> Linux-users <at> linux-sxs.org</a><br> <a href="http://mailman.celestial.com/mailman/listinfo/linux-users" eudora="autourl"> http://mailman.celestial.com/mailman/listinfo/linux-users</a><br><br><br><br><br> -- <br> Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe. -- Albert Einstein<br> Visit my web page at: <a href="http://david.bandel.us/">http://david.bandel.us/</a> <br> _______________________________________________<br> Linux-users mailing list<br> Linux-users <at> linux-sxs.org<br><a href="http://mailman.celestial.com/mailman/listinfo/linux-users" eudora="autourl"> http://mailman.celestial.com/mailman/listinfo/linux-users</a> </blockquote> </div>
RSS Feed