Created
November 6, 2013 22:01
-
-
Save igable/7344884 to your computer and use it in GitHub Desktop.
Error message when trying to being up a tagged MTU 9000 (i.e. Jumbo Frame) on Intel X520 10GE card.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ps-bandwidth ~]# ifup eth1.1601 | |
Added VLAN with VID == 1601 to IF -:eth1:- | |
SIOCSIFMTU: Numerical result out of range |
When you change the mtu of a VLAN be sure the network device has an MTU higher than the VLAN or you also get "Numerical result out of range"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What solved this for me was bringing up the untagged interface once with a MTU of 9000 taking it down, and then bringing up the tagged interface.