From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 17:44:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6852416A41F for ; Wed, 31 Aug 2005 17:44:03 +0000 (GMT) (envelope-from sysjo@hades.yoafrica.com) Received: from cortizone.yoafrica.com (cortizone.yoafrica.com [196.44.176.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B0643D46 for ; Wed, 31 Aug 2005 17:44:02 +0000 (GMT) (envelope-from sysjo@hades.yoafrica.com) Received: from hades.yoafrica.com ([196.44.177.50] ident=postfix) by cortizone.yoafrica.com with esmtp (Exim 4.51 (FreeBSD)) id 1EAWdZ-0006gK-Jv for freebsd-questions@freebsd.org; Wed, 31 Aug 2005 17:44:37 +0000 Received: by hades.yoafrica.com (Postfix, from userid 1001) id 3FBFE6CE2; Wed, 31 Aug 2005 19:43:57 +0200 (CAT) Date: Wed, 31 Aug 2005 19:43:57 +0200 From: John Oxley To: freebsd-questions@freebsd.org Message-ID: <20050831174357.GE78248@yoafrica.com> References: <20050831012825.GC10597@the-grills.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050831012825.GC10597@the-grills.com> User-Agent: Mutt/1.5.9i Subject: Re: Command to trace a route? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 17:44:03 -0000 On Tue, Aug 30, 2005 at 08:28:26PM -0500, Kelly D. Grills wrote: > On Fri, Aug 26, 2005 at 04:50:43PM -0500, Efren Bravo wrote: > > Hi, > > > > What's the name of the command to trace a route to a host, on windows > > is tracert. > > > > Thanks.... > > > > As others have pointed out it's traceroute. > apropos may help the next time you're looking for a command: Slightly OT, but tcptraceroute is also very useful: Info: A traceroute implementation using TCP packets -John