From owner-freebsd-questions Mon Sep 18 23: 7:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 0DFD337B424 for ; Mon, 18 Sep 2000 23:07:39 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Mon, 18 Sep 2000 23:06:28 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id e8J67NE10145; Mon, 18 Sep 2000 23:07:23 -0700 (PDT) (envelope-from cjc) Date: Mon, 18 Sep 2000 23:07:22 -0700 From: "Crist J . Clark" To: Elliot Finley Cc: isp-tech@isp-tech.com, freebsd-questions@FreeBSD.ORG Subject: Re: How do I interpret this traceroute? Message-ID: <20000918230722.J367@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <39c6f72e.8985779@mail.afnetinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39c6f72e.8985779@mail.afnetinc.com>; from lists@efinley.com on Tue, Sep 19, 2000 at 05:28:13AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 19, 2000 at 05:28:13AM +0000, Elliot Finley wrote: > [lines wrapped at 110 so that traceroute output will not be wrapped] Please still wrap your written text at about 72. > The first traceroute dies at 157.130.162.62. The !H means host unreachable. But does this mean that > 216.190.63.1 (the final destination) is the one that is having problems, and is unreachable? Or does this > mean that there is some sort of routing loop on 157.130.162.62? > > The second traceroute makes it all the way through and is just shown here for reference. [snip] Remember how a traceroute works. Packets are getting to 157.130.162.62 with a TTL of zero so it responds with time-to-live expired messages. That is the 'successful' traceroute step. Next, your machine dials up the TTL. Now 157.130.162.62 atcually tries to route the packets (it did not try before since they had expired anyway) and realizes the host is unreachable. It responds with the ICMP message and you see '!H.' There is not enough to diagnose the problem. It could be trouble at the router or at the destination host. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message