From owner-freebsd-bugs Sun Mar 9 22:58:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA09862 for bugs-outgoing; Sun, 9 Mar 1997 22:58:13 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA09854 for ; Sun, 9 Mar 1997 22:57:59 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15954(1)>; Sun, 9 Mar 1997 22:56:54 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Sun, 9 Mar 1997 22:56:45 -0800 To: Bill Fenner cc: Charles Henrich , freebsd-bugs@freebsd.org Subject: Re: MTU > 1500 ? what the.. In-reply-to: Your message of "Sun, 09 Mar 97 22:37:04 PST." <97Mar9.223713pst.177476@crevenia.parc.xerox.com> Date: Sun, 9 Mar 1997 22:56:39 PST From: Bill Fenner Message-Id: <97Mar9.225645pst.177476@crevenia.parc.xerox.com> Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Bill Fenner wrote: >I wonder if the traceroute that someone >submitted as a port does MTU discovery It does. Build ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/traceroute.tar.gz and say "traceroute -f 1500". It should time out at some intermediate hop, which is the misbehaving router. Bill