From owner-freebsd-questions@FreeBSD.ORG Sun Apr 18 15:10:29 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 2293316A4CE for ; Sun, 18 Apr 2004 15:10:29 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2CB943D41 for ; Sun, 18 Apr 2004 15:10:28 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sun, 18 Apr 2004 17:11:15 -0500 Message-ID: <4082FCD0.7090600@daleco.biz> Date: Sun, 18 Apr 2004 17:10:24 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephen Fisher References: <407BFD3D.6030206@daleco.biz> <20040418193704.GA50421@ux1sjc1.calicat.org> In-Reply-To: <20040418193704.GA50421@ux1sjc1.calicat.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Apr 2004 22:11:16.0296 (UTC) FILETIME=[118A8480:01C42592] cc: freebsd-questions@freebsd.org 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: Sun, 18 Apr 2004 22:10:29 -0000 Stephen Fisher wrote: >On Tue, Apr 13, 2004 at 09:46:21AM -0500, Kevin D. Kinsey, DaleCo, S.P. wrote: > > >>Vr HL TOS Len ID Flg off TTL Pro cks Src Dst >>4 5 00 05dc 07bd 0 0000 3f 01 1677 192.168.0.2 192.168.0.80 >> >> > >The device (router?) is sending a host unreachable message which can be >for a variety of reasons, the most common being that there is no route >available to the destination. What address are you pinging from though? >You are trying to ping with a packet size of 2048 bytes (-s) but the MTU >of Ethernet is 1500 bytes. > > > First off, thank you *very much* for taking time to explain this. A further question, if I may ... from a FBSD box at 192.168.0.2, I can ping 192.168.0.2 up to { -s 65507 }. Windows XP at *.*.*.10 responds as long as { -s < 25153 } ... if Ethernet Maximum is 1500, and that's the reason for the error why doesn't FreeBSD, or even Windows, elicit a similar response? Nah, maybe that's a bad question ... they aren't the same OS ... :-( So, MTU is an OS feature/stat rather than general Ethernet? >You don't need to understand the information below to troubleshoot this >but here is an explanation anyway :) It's just a dump of the IP packet >headers that came back in the destination host unreachable message: > >Vr 4 IP version 4 >HL 5 Packet header length >TOS 0 Type of Service: Routine traffic >Len 05dc Packet length in hex (1500 bytes) >ID 07bd Identification - unique number to tell the ICMP packets apart >Flg 0 Flags - 3 bits: 0 (reserved), 0 (fragment if necessary), 0 > (last fragment) >Off 0000 Fragment offset (not used since it is not a fragment) >TTL 3f Time to Live in hex (63 hops) - number of hops before packet > is discarded >Pro 01 IP protocol type (01 = ICMP, what ping uses) >Cks 1677 Packet header checksum >Src Source address that sent the "host unreachable" message >Dst Recipient of the "host unreachable" message - your machine > > Thank you. This was what I was fishing for, an explanation, for me to learn *something* from this experience, besides the fact that this "other" OS seems to behave badly in the presence of any kind of adverse networking conditions, including big pings and any kind of real latency ... We've just decided we're going to have to baby this one. Wish it was a *BSD instead; seems like nothing much bothers BSD ;-) Kevin Kinsey DaleCo, S.P.