how do I change default MTU from 1500 to 9000 for lxdbr0 for containers created using LXD?

8,915

The syntax of your command is correct. The error you're seeing indicates that the interface (hardware) isn't Gigabit or doesn't support JumboFrames.

Source: https://wiki.archlinux.org/index.php/jumbo_frames

Share:
8,915

Related videos on Youtube

bits
Author by

bits

Updated on September 18, 2022

Comments

  • bits
    bits over 1 year

    I'm running linux containers created by LXD on ubuntu 14.04.05 . I have a lxdbr0 interface setup , but its default MTU is 1500 , how do I update it ? I tried the following command, but it doesnt work.

    sudo ifconfig lxdbr0 mtu 9000
    SIOCSIFMTU: Invalid argument