From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 17:12:09 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 A7D6F16A400 for ; Wed, 14 Feb 2007 17:12:09 +0000 (UTC) (envelope-from sonicsai@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 33E1F13C48E for ; Wed, 14 Feb 2007 17:12:08 +0000 (UTC) (envelope-from sonicsai@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so257494ugh for ; Wed, 14 Feb 2007 09:12:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ShK4H1sZ5PEMJHXBXjCYmjeAFfZ/Ef+RcgmKUzlZFtEKeN4KAmEIyZncMb9CP9DQGqGGMguG3HXF/3ZK8bDGxAATDqazsTdCHymzN/4vsWEphveCzBePeZtbHb7tu3WQfZnyGKG9D5JXgee5hUHZ08s3WFdR4SuI222VMCFn0ec= Received: by 10.78.171.20 with SMTP id t20mr280070hue.1171473123703; Wed, 14 Feb 2007 09:12:03 -0800 (PST) Received: by 10.78.129.3 with HTTP; Wed, 14 Feb 2007 09:12:03 -0800 (PST) Message-ID: <41d04d600702140912q63e6f435u66b900fda8c2e7f8@mail.gmail.com> Date: Wed, 14 Feb 2007 22:12:03 +0500 From: sai To: "Jeffrey Goldberg" In-Reply-To: <4E4A0AA3-368A-46BF-A6B0-F70D8F6072D0@goldmark.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <41d04d600702132147t7f6b05d2uc87baaccdbf81d36@mail.gmail.com> <200702140207.14663.josh@tcbug.org> <41d04d600702140423k49577bfdi1864844f4c38f5e2@mail.gmail.com> <4E4A0AA3-368A-46BF-A6B0-F70D8F6072D0@goldmark.org> Cc: freebsd-questions@freebsd.org 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 17:12:09 -0000 On 2/14/07, Jeffrey Goldberg wrote: > On Feb 14, 2007, at 6:23 AM, sai wrote: > > > mtu is currently 1500. "ifconfig vr0 mtu 1532" leaves the mtu > > unchanged, but if I try to reduce it then it does work, > > "ifconfig vr0 mtu 1498" sets mtu to 1498. Looks like that 1500 is > > the max that the vr driver/card will accept. > > I have a vr0 with the mtu 1500 and so far (four days only) I've had > no problems. But I'm not (yet) running pf, and unlike your case, my > mini-ITX box is sitting behind a firewall instead of acting as one. > > -j > Searching leads me to believe that this sort of packet is probably generated by some broken switch/router somewhere on the ISPs network (maybe a client). However it is worrying that its quite simple to shutdown a FreeBSD machines network access. sai >