
1 Oct
2012
1 Oct
'12
2:38 a.m.
James Harper wrote:
I want my regular eth0 interface to have an MTU of 1500, and have eth0.12 with an MTU of 9000, but Linux seems to want to keep the MTU consistent across all VLAN interfaces.
Are you using "ip link", or what?
Yes. ip link set dev eth0.12 mtu 9000 It seems that openvswitch might allow me to do it (it handles vlans etc) but that's more overhead than I care for for a san server. James