From owner-freebsd-questions@FreeBSD.ORG Fri Jul 28 14:39:59 2006 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 E28A616A4E7 for ; Fri, 28 Jul 2006 14:39:59 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB7743E07 for ; Fri, 28 Jul 2006 14:39:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6ACF85DAC; Fri, 28 Jul 2006 10:39:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WlKWyujwyDHa; Fri, 28 Jul 2006 10:39:17 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id AC1795C6E; Fri, 28 Jul 2006 10:39:16 -0400 (EDT) Message-ID: <44CA2192.4050608@mac.com> Date: Fri, 28 Jul 2006 10:39:14 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: William References: <20060727134905.GB93058@teardrop.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: vr0 interface and VLAN tagging 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: Fri, 28 Jul 2006 14:40:00 -0000 William wrote: [ ... ] > Switch config has stayed the same, what I want to do now is do a > one-liner on the vr0 interface so I can bring it up and set the speed > duplex to 100/full. When I do: > > ifconfig_vr0="up media 100baseTX mediaopt full-duplex" > > It doesnt seem to work, any ideas what I'm doing wrong? If you force the switch port to use 100FD, does the vr0 auto-neg work properly or not? -- -Chuck