From owner-freebsd-stable@FreeBSD.ORG Thu May 31 12:25:14 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FFF316A468 for ; Thu, 31 May 2007 12:25:14 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF7A13C455 for ; Thu, 31 May 2007 12:25:14 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 5861C1CC033; Thu, 31 May 2007 05:25:14 -0700 (PDT) Date: Thu, 31 May 2007 05:25:14 -0700 From: Jeremy Chadwick To: "J.D. Bronson" Message-ID: <20070531122514.GA52223@eos.sc1.parodius.com> Mail-Followup-To: "J.D. Bronson" , Sten Daniel Soersdal , freebsd-stable@FreeBSD.ORG References: <200705300934.l4U9Y7eJ022617@lurza.secnetix.de> <465DB6C5.30407@tellurian.com> <465EA47B.7050400@gmail.com> <200705311114.l4VBEGvC000846@cheyenne.sixcompanies.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705311114.l4VBEGvC000846@cheyenne.sixcompanies.com> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-stable@FreeBSD.ORG, Sten Daniel Soersdal Subject: Re: Packet Loss w/bge & BCM5703 on Dell PE2650 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 12:25:14 -0000 On Thu, May 31, 2007 at 06:14:15AM -0500, J.D. Bronson wrote: > What is the proper syntax for this in /etc/rc.conf? > > ifconfig_bge0="inet 192.168.1.1 -txcsum -rxcsum netmask 255.255.255.0" That should work, according to the syntax in the manpage. If it doesn't, try reversing the options (put them at the end): ifconfig_bge0="inet 192.168.1.1 netmask 255.255.255.0 -txcsum -rxcsum" -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |