From owner-freebsd-questions Sat Feb 3 18:25:43 2001 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 2CA5237B4EC for ; Sat, 3 Feb 2001 18:25:25 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 3 Feb 2001 18:23:28 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f142OYI52260; Sat, 3 Feb 2001 18:24:34 -0800 (PST) (envelope-from cjc) Date: Sat, 3 Feb 2001 18:24:33 -0800 From: "Crist J. Clark" To: Andrew BOGECHO Cc: cjclark@alum.mit.edu, questions@FreeBSD.ORG Subject: Re: mtu not set with dhcp options Message-ID: <20010203182433.N91447@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <20010203163437.A16076@cs.mcgill.ca> <20010203191302.A53923@solveinteractive.com> <20010203170850.M91447@rfx-216-196-73-168.users.reflex> <20010203205825.B17997@cs.mcgill.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010203205825.B17997@cs.mcgill.ca>; from andrewb@cs.mcgill.ca on Sat, Feb 03, 2001 at 08:58:25PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Feb 03, 2001 at 08:58:25PM -0500, Andrew BOGECHO wrote: > Sat Feb 3 20:47:46 EST 2001 > > Hi Chris, > > Thank you for your reply. The tcpdump was a good idea. Here are the > results. It does look like the client requests the info, and that the > server sends the info. However, I am not sure what base the number > returned is in. I definitely put in 1492, but it seems to send out > 54277. Any clues? 1492 = 0x05d4 54277 = 0xd405 Clearly a host versus network byte order issue. No idea whether it is being sent out on the wire the wrong way or if tcpdump(8) is erroniously reporting the value. -- 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