Skip to content

Instantly share code, notes, and snippets.

@igable
Created November 6, 2013 22:01
Show Gist options
  • Save igable/7344884 to your computer and use it in GitHub Desktop.
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.
[root@ps-bandwidth ~]# ifup eth1.1601
Added VLAN with VID == 1601 to IF -:eth1:-
SIOCSIFMTU: Numerical result out of range
@igable
Copy link
Author

igable commented Nov 6, 2013

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.

[root@ps-bandwidth ~]#ifup eth1
[root@ps-bandwidth ~]#ifdown eth1
[root@ps-bandwidth ~]#ifup eth1.1600

@wgroenewold
Copy link

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