bplatt
Cadet
- Joined
- Jun 27, 2011
- Messages
- 5
I have searched everywhere to find out how to enable jumbo frames on a lagg iface.
It appears that you have to set the mtu on each interface before the lagg is created. Various resources direct to editing Advanced->rc.local and adding values there which I cannot find anywhere.
freenas# find / -iname 'rc.conf'
/etc/defaults/rc.conf
/etc/rc.conf
/conf/base/etc/defaults/rc.conf
/conf/base/etc/rc.conf
I edited both
/conf/base/etc/defaults/rc.conf
/conf/base/etc/rc.conf
and added (for 4 port startech card):
ifconfig_re0="mtu 9000"
ifconfig_re1="mtu 9000"
ifconfig_re2="mtu 9000"
ifconfig_re3="mtu 9000"
neither changes anything:
freenas# ifconfig re0
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
ether 00:e0:4c:68:be:88
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
Everything else works and was a breeze to setup, but I am stuck as to how to enable jumbo frames on the freenas lagg0.
It appears that you have to set the mtu on each interface before the lagg is created. Various resources direct to editing Advanced->rc.local and adding values there which I cannot find anywhere.
freenas# find / -iname 'rc.conf'
/etc/defaults/rc.conf
/etc/rc.conf
/conf/base/etc/defaults/rc.conf
/conf/base/etc/rc.conf
I edited both
/conf/base/etc/defaults/rc.conf
/conf/base/etc/rc.conf
and added (for 4 port startech card):
ifconfig_re0="mtu 9000"
ifconfig_re1="mtu 9000"
ifconfig_re2="mtu 9000"
ifconfig_re3="mtu 9000"
neither changes anything:
freenas# ifconfig re0
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
ether 00:e0:4c:68:be:88
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
Everything else works and was a breeze to setup, but I am stuck as to how to enable jumbo frames on the freenas lagg0.