On Tue, 2004-12-28 at 23:34, Alan Porter wrote: > My traceroute tests from home show that I can get as far as Inflow. > But not much further. > > traceroute to mail.trilug.org (64.244.27.141), 30 hops max, 38 byte packets > 1 funky (172.31.1.1) 3.605 ms 3.752 ms 3.901 ms > 2 68.216.218.60 (68.216.218.60) 14.949 ms 13.685 ms 14.265 ms > 3 68.216.218.1 (68.216.218.1) 14.233 ms 14.785 ms 14.831 ms > 4 205.152.181.25 (205.152.181.25) 18.485 ms 167.297 ms 207.929 ms > 5 axr00asm-7-1-0-0.bellsouth.net (65.83.237.36) 31.964 ms 32.034 > ms 30.962 ms > 6 pxr00asm-0-0-0.bellsouth.net (65.83.236.0) 33.561 ms 30.582 ms > 31.390 ms > 7 0.so-0-0-0.GW13.ATL5.ALTER.NET (157.130.73.97) 32.525 ms 39.108 > ms 32.580 ms > 8 0.so-4-3-0.XL1.ATL5.ALTER.NET (152.63.84.106) 36.967 ms 32.962 > ms 32.585 ms > 9 0.so-0-0-0.TL1.ATL5.ALTER.NET (152.63.10.102) 32.533 ms 31.559 > ms 31.504 ms > 10 0.so-4-0-0.TL1.DCA6.ALTER.NET (152.63.38.61) 44.374 ms 46.778 > ms 44.715 ms > 11 0.so-7-0-0.CL1.RDU1.ALTER.NET (152.63.0.77) 57.948 ms 59.397 ms > 81.987 ms > 12 123.ATM7-0.GW5.RDU1.ALTER.NET (152.63.35.177) 62.002 ms 60.708 > ms 62.046 ms > 13 inflowdurham-gw.customer.alter.net (157.130.40.198) 58.059 ms > 57.464 ms 57.959 ms > 14 64.244.31.11 (64.244.31.11) 57.950 ms 59.136 ms 72.592 ms > 15 * * * > ...
Try using traceroute with the -I option. That should make the private jumps and let your traceroute continue. $ /usr/sbin/traceroute -I mail.trilug.org traceroute to mail.trilug.org (64.244.27.141), 30 hops max, 38 byte packets 1 10.41.224.1 (10.41.224.1) 38.779 ms 11.980 ms 10.877 ms 2 gig2-1.rlghncj-rtr2.nc.rr.com (24.25.1.29) 14.479 ms 12.887 ms 22.665 ms 3 srp4-0.rlghnca-rtr2.nc.rr.com (24.25.2.146) 15.870 ms 14.156 ms 13.352 ms 4 srp13-0.rlghncrdc-rtr2.nc.rr.com (66.26.33.178) 12.730 ms 12.461 ms 15.568 ms 5 son1-0-1.chrlncsa-rtr6.carolina.rr.com (24.93.64.81) 45.944 ms 18.109 ms 20.093 ms 6 pop1-cha-P2-0.atdn.net (66.185.138.77) 31.396 ms 19.624 ms 17.703 ms 7 bb2-cha-P0-2.atdn.net (66.185.132.38) 39.768 ms 188.432 ms 215.604 ms 8 bb2-ash-P13-0.atdn.net (66.185.152.50) 39.667 ms 222.647 ms 226.480 ms 9 pop2-ash-P1-0.atdn.net (66.185.139.211) 145.369 ms 220.745 ms 203.646 ms 10 TimeWarnerTelecom.atdn.net (66.185.141.246) 32.966 ms 30.306 ms 31.655 ms11 66.192.255.230 (66.192.255.230) 33.981 ms 31.191 ms 31.741 ms 12 66.192.255.233 (66.192.255.233) 59.813 ms 39.146 ms 38.730 ms 13 66.192.242.4 (66.192.242.4) 39.131 ms 39.438 ms 39.845 ms 14 66.192.242.41 (66.192.242.41) 38.575 ms 48.790 ms 38.292 ms 15 64-132-140-250.gen.twtelecom.net (64.132.140.250) 40.769 ms 39.107 ms 38.929 ms 16 64.244.31.43 (64.244.31.43) 39.565 ms 39.184 ms 40.282 ms 17 moya.trilug.org (64.244.27.141) 49.326 ms 38.245 ms 37.888 ms Jon -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
