From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 08:07:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C06CD16A401 for ; Wed, 14 Feb 2007 08:07:16 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from alnrmhc14.comcast.net (alnrmhc14.comcast.net [206.18.177.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9313D13C471 for ; Wed, 14 Feb 2007 08:07:16 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from [192.168.1.100] (c-67-190-235-215.hsd1.mn.comcast.net[67.190.235.215]) by comcast.net (alnrmhc14) with ESMTP id <20070214080715b14008h8nte>; Wed, 14 Feb 2007 08:07:16 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Wed, 14 Feb 2007 02:07:14 -0600 User-Agent: KMail/1.9.5 References: <41d04d600702132147t7f6b05d2uc87baaccdbf81d36@mail.gmail.com> In-Reply-To: <41d04d600702132147t7f6b05d2uc87baaccdbf81d36@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702140207.14663.josh@tcbug.org> Cc: sai Subject: Re: kernel: vr0: discard oversize frame 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: Wed, 14 Feb 2007 08:07:16 -0000 On Tuesday 13 February 2007 23:47, sai wrote: > (apologies if this is an inappropriate list for this, I am > relatively new to FreeBSD ) > > I get this error quite frequently on my pf firewall running 6.2 > and it leads to loss of internet access. > kernel: vr0: discard oversize frame (ether type 710a flags 3 len > 1532 > > > max 1514) > > vr0 is connected to my ISPs cable modem, ip address is provided by > DHCP. Whenever I get this oversized (or maybe malformed) packet I > need to reboot my machine to get back online, though sometimes just > resetting (down, then up) the ethernet port works also. > > The machine also has rl ethernet cards and they also suffer from > the same problem. It is not possible to change the ethernet cards > as the machine is an appliance. > > Any pointers/suggestions/help? > > sai I don't have any vr or rl cards, but see if you can increase the MTU on them. See the ifconfig manpage for details on how to do so. Obviously you'd want to set it to at least 1532. :) -- Thanks, Josh Paetzel