From owner-freebsd-questions@FreeBSD.ORG Thu Sep 1 12:44:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 58C9B16A41F for ; Thu, 1 Sep 2005 12:44:00 +0000 (GMT) (envelope-from bryana@jedi.darth-vader.org) Received: from jedi.darth-vader.org (jedi.darth-vader.org [63.228.3.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C43A243D48 for ; Thu, 1 Sep 2005 12:43:59 +0000 (GMT) (envelope-from bryana@jedi.darth-vader.org) Received: from jedi.darth-vader.org (localhost.darth-vader.org [127.0.0.1]) by jedi.darth-vader.org (8.13.4/8.13.4) with ESMTP id j81Ci52e006639 for ; Thu, 1 Sep 2005 07:44:05 -0500 (CDT) (envelope-from bryana@jedi.darth-vader.org) Received: (from bryana@localhost) by jedi.darth-vader.org (8.13.4/8.13.4/Submit) id j81Ci5qQ006638 for freebsd-questions@freebsd.org; Thu, 1 Sep 2005 07:44:05 -0500 (CDT) (envelope-from bryana) Date: Thu, 1 Sep 2005 07:44:05 -0500 From: Bryan Albright To: freebsd-questions@freebsd.org Message-ID: <20050901124405.GA6432@darth-vader.org> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Priority: 3 (Normal) User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1050/Thu Sep 1 03:26:43 2005 on jedi.darth-vader.org X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on jedi.darth-vader.org Subject: How can I stop "discard oversize frame" errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 12:44:00 -0000 G'day all-- I just had to recreate my home machine (HD died) and in doing so, I took the plunge to go from FreeBSD 4.11 to FreeBSD 5.4 I've cvsup-ed and re-made my world yesterday (Thursday) but now, I'm getting this error message, admittedly only when I do a samba mount, (yes, even using a generic smb.conf: [global] workgroup = MYHOMEGROUP security = SHARE [Plans] path = /plans read only = Yes guest ok = Yes ) fxp0: discard oversize frame (ether type 800 flags 3 len 1573 > max 1514) fxp0: discard oversize frame (ether type 800 flags 3 len 1533 > max 1514) fxp0: discard oversize frame (ether type 5555 flags 3 len 1520 > max 1514) fxp0: discard oversize frame (ether type 800 flags 3 len 1564 > max 1514) I have 2 NICs in my machine, both intel etherexpress pro: % pciconf -l | grep fxp fxp0@pci1:7:0: class=0x020000 card=0x000a8086 chip=0x12298086 rev=0x05 hdr=0x00 fxp1@pci1:10:0: class=0x020000 card=0x000b8086 chip=0x12298086 rev=0x08 hdr=0x00 I have fxp1 set to my internal network, and fxp0 set to connect to my router. My FreeBSD box is set up as a DNS server, Firewall, Router, Web-cache-ing server, and quick-n-easy parental control filter (for my kids). I have 'gateway_enable="YES"' in my rc.conf, and it forwards the packets correctly. I'm using IPFW, enabled in the kernel: options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=5 options IPFIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT What else can I provide to help diagnose and fix what is causing this? Thanks! Bryan -- Never Play Leap Frog With A Unicorn.