From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 12:23: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 77FF516A400 for ; Wed, 14 Feb 2007 12:23:16 +0000 (UTC) (envelope-from sonicsai@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 5752113C4B2 for ; Wed, 14 Feb 2007 12:23:15 +0000 (UTC) (envelope-from sonicsai@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so163399ugh for ; Wed, 14 Feb 2007 04:23:01 -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=QEmVq5zdxGlo2iXIETtD3r7Dt/gcGMpkxyOVYaVlVBtcyDpHTo+YaJkDWn6YoO+Q5vB0KsyD/fAGrBZ3e3NV1uaNY/zmBgZVJEHXxAf7j+Ha4x2Y2a/NDyBmq/HNj2vOQKwKNbNL4wBshIPI5dowi1omk1zp/qMwIqUQ0uEYM10= Received: by 10.78.123.4 with SMTP id v4mr229677huc.1171455781304; Wed, 14 Feb 2007 04:23:01 -0800 (PST) Received: by 10.78.129.3 with HTTP; Wed, 14 Feb 2007 04:23:01 -0800 (PST) Message-ID: <41d04d600702140423k49577bfdi1864844f4c38f5e2@mail.gmail.com> Date: Wed, 14 Feb 2007 17:23:01 +0500 From: sai To: "Josh Paetzel" In-Reply-To: <200702140207.14663.josh@tcbug.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> 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 12:23:16 -0000 On 2/14/07, Josh Paetzel wrote: > 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 > 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. sai