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 |

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to