Sean Murphy writes:

>  What do I need to add to the rc.conf config line so that it sets up the 
>  mtu for jumbo 16128 bytes size and sets the speed from auto to 1000?  I 
>  have this so far...
>  
>  ifconfig_em0="inet x.x.x.x  netmask x.x.x.x 1000baseTX"

        You can't: 16114 is the maximum frame size.  As for the rest,
try: 

        ifconfig_em0="inet x.x.x.x  netmask x.x.x.x media 1000baseTX mtu 16114"


                                        Robert Huff

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

Reply via email to