From owner-freebsd-questions@FreeBSD.ORG Tue Apr 13 12:40:59 2004 Return-Path: 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 C632116A4CE for ; Tue, 13 Apr 2004 12:40:59 -0700 (PDT) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F57843D5C for ; Tue, 13 Apr 2004 12:40:59 -0700 (PDT) (envelope-from dgw@liwest.at) Received: from cm217-96.liwest.at ([81.10.217.96]) by lilzmailso02.liwest.at with esmtp (Exim 4.24) id 1BDTmD-0004Re-7S; Tue, 13 Apr 2004 21:40:57 +0200 From: Daniela To: "Kevin D. Kinsey, DaleCo, S.P." , FreeBSD-questions@freebsd.org Date: Tue, 13 Apr 2004 20:34:27 +0000 User-Agent: KMail/1.5.3 References: <407BFD3D.6030206@daleco.biz> In-Reply-To: <407BFD3D.6030206@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200404132034.27997.dgw@liwest.at> Subject: Re: Interpreting ping response? (the POD lives??) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 19:40:59 -0000 On Tuesday 13 April 2004 14:46, Kevin D. Kinsey, DaleCo, S.P. wrote: > Can anyone help me interpret the following output? > I read the ping manpage, but came to the end before > I learned much that helps me here.... > > Other than "source" and "destination", where can I > find an explanation for the rest of this? And, if possible, > can you tell me what might be happening? > > I've seen responses like it before, but usually only because > I was pinging a blocked port; unfortunately for me, now I > kinda need to know, and I really am not deep enough > into TCP/IP to know where to look for an answer ... :-( Ping packets an ICMP encapsulated in an IP packet, they have nothing to do with TCP. Also, you can't ping a port. There are no ports in these protocols, they are handled in TCP and UDP. What is listed in the output are the contents of the IP header. They are described in the RFC 791: http://www.ietf.org/rfc/rfc0791.txt Daniela