Packet Loss w/bge & BCM5703 on Dell PE2650

Jeremy Chadwick koitsu at FreeBSD.org
Thu May 31 12:25:14 UTC 2007


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 |



More information about the freebsd-stable mailing list