Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2007 05:25:14 -0700
From:      Jeremy Chadwick <koitsu@FreeBSD.org>
To:        "J.D. Bronson" <jbronson@sixcompanies.com>
Cc:        freebsd-stable@FreeBSD.ORG, Sten Daniel Soersdal <netslists@gmail.com>
Subject:   Re: Packet Loss w/bge & BCM5703 on Dell PE2650
Message-ID:  <20070531122514.GA52223@eos.sc1.parodius.com>
In-Reply-To: <200705311114.l4VBEGvC000846@cheyenne.sixcompanies.com>
References:  <200705300934.l4U9Y7eJ022617@lurza.secnetix.de> <465DB6C5.30407@tellurian.com> <465EA47B.7050400@gmail.com> <200705311114.l4VBEGvC000846@cheyenne.sixcompanies.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070531122514.GA52223>