From owner-freebsd-bugs Sun Mar 9 22:38:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA08693 for bugs-outgoing; Sun, 9 Mar 1997 22:38:01 -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 WAA08688 for ; Sun, 9 Mar 1997 22:37:54 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15965(1)>; Sun, 9 Mar 1997 22:37:19 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Sun, 9 Mar 1997 22:37:13 -0800 To: Charles Henrich cc: fenner@parc.xerox.com (Bill Fenner), freebsd-bugs@freebsd.org Subject: Re: MTU > 1500 ? what the.. In-reply-to: Your message of "Sun, 09 Mar 97 21:07:05 PST." <199703100507.AAA00841@crh.cl.msu.edu> Date: Sun, 9 Mar 1997 22:37:04 PST From: Bill Fenner Message-Id: <97Mar9.223713pst.177476@crevenia.parc.xerox.com> Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The actual maximum Ethernet packet size is 1516 bytes (1500 bytes of payload, 6 bytes of src, 6 bytes of dst, 2 bytes of type, and 2 bytes of CRC). tcpdump doesn't report the CRC which is why you see 1514. Sounds like you have a broken router which isn't sending ICMP packet-too-big errors. I wonder if the traceroute that someone submitted as a port does MTU discovery; you can use an MTU-discovering traceroute to discover such broken routers. Bill